Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | Don't trust text/xml mime types; generic content detection gives useless ↵ | Brion Vibber | |
stuff like that on SVG images! Todo: replace the extension check in this case with better content-based checks. | |||
2010-12-22 | Revert "initialize ActivityObject::$extra" | Evan Prodromou | |
This reverts commit 3e82000d578cf5f5935d972a26c84fe31768460a. | |||
2010-12-22 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-12-22 | Initialize $extra member to empty array on ActivityObject | Brion Vibber | |
2010-12-22 | initialize ActivityObject::$extra | Evan Prodromou | |
2010-12-22 | disable account deletion by default | Evan Prodromou | |
2010-12-22 | Merge branch 'righttoleave' into 0.9.x | Evan Prodromou | |
2010-12-20 | Let activity objects write directly to activity's own outputter | Evan Prodromou | |
2010-12-18 | Add events for representing objects as activity:object | Evan Prodromou | |
Add 6 new events to make it easier to override the type of an activity object. | |||
2010-12-17 | Ticket #2959: implement api/users/profile_image endpoint in Twitter-compat API | Brion Vibber | |
2010-12-17 | action to restore a user's backup from the Web interface | Evan Prodromou | |
2010-12-17 | Two bug fixes in activityimporter | Evan Prodromou | |
2010-12-17 | change code order to make shorter lines | Evan Prodromou | |
2010-12-17 | I'm still not sure when it's useful to reset a notice's author | Evan Prodromou | |
2010-12-17 | Make restoreuser use new FeedImporter queue handler | Evan Prodromou | |
2010-12-17 | move activity importing code to two different queuehandler classes | Evan Prodromou | |
2010-12-17 | Move accountrestorer class to feed importer | Evan Prodromou | |
2010-12-17 | move code to get an author object for a feed to a library from Ostatus_profile | Evan Prodromou | |
2010-12-16 | Fix ticket #2929: router cache now clears itself when switching singleuser ↵ | Brion Vibber | |
mode in and out | |||
2010-12-16 | distribute flag for Notice::saveNew() | Evan Prodromou | |
2010-12-15 | Move account restoration code to a shared library | Evan Prodromou | |
Moved most of the heavy-lifting for account restoration out of restoreuser.php and into its own class, with the hope that we'll do the work from the Web eventually. | |||
2010-12-15 | Merge branch '0.9.x' into righttoleave | Evan Prodromou | |
2010-12-14 | Mark OembedAction, XrdAction, and (plugin) AutocompleteAction as read-only. ↵ | Brion Vibber | |
Tweaked ApiStatusesShow and ApiTimelineUser to still claim read-only when hit with a HEAD request (usually link checkers or a precursor to a GET, and should be semantically equivalent to a GET without actually transferring data) | |||
2010-12-14 | AtomPub discovery fix: gets MarsEdit's auto API detection working. | Brion Vibber | |
Router entry for AtomPubService was slightly off, generating an incorrect link in the RSD data. | |||
2010-12-14 | An action to delete your own account | Evan Prodromou | |
The new DeleteaccountAction lets a user delete their own account (subject to global rights set by the admin). It presents a form to delete the account, with an "I am sure." text entry box. It then schedules the account for deletion and logs the user out. | |||
2010-12-13 | add an action to backup the current account in ActivityStreams format | Evan Prodromou | |
2010-12-13 | define rights for account maintenance and default rules | Evan Prodromou | |
2010-12-13 | define configuration settings for account maintenance security | Evan Prodromou | |
2010-12-13 | fix URL for memberships feed | Evan Prodromou | |
2010-12-13 | add atompub membership actions to router | Evan Prodromou | |
2010-12-10 | Show a single favorite for AtomPub | Evan Prodromou | |
2010-12-10 | Merge branch '0.9.x' into activityatompub | Evan Prodromou | |
Conflicts: lib/router.php | |||
2010-12-09 | Tweaking nickname format regexes: added one that explicitly allows numbers, ↵ | Brion Vibber | |
to be used in router setup. | |||
2010-12-09 | Add subscription feed for AtomPub | Evan Prodromou | |
2010-12-09 | AtomPub for single subscription | Evan Prodromou | |
2010-12-08 | Don't cache user-specific information for Notice atom entries | Evan Prodromou | |
2010-12-07 | whitespace problems in lib/router | Evan Prodromou | |
2010-12-07 | generate links for apinamespace.org/atom and /twitter in userxrd | Evan Prodromou | |
2010-12-07 | allow <Property> elements in <Link> in XRD | Evan Prodromou | |
2010-12-07 | fix whitespace in lib/xrdaction.php | Evan Prodromou | |
2010-12-06 | use codeKey() in activity caching | Evan Prodromou | |
2010-12-06 | Merge branch '0.9.x' into cacheactivity | Evan Prodromou | |
2010-12-06 | Config flag to disable router caching if needed | Evan Prodromou | |
2010-12-06 | use Cache::codeKey() in Router class | Evan Prodromou | |
2010-12-06 | Make code-dependent cache entries more volatile | Evan Prodromou | |
If a cache entry is dependent on the code that's running, upgrading (or enabling/disabling plugins) can generate hard-to-track inconsistencies. This change adds a close-to-unique fingerprint of the running code to some cache keys, so that if the fingerprint changes, the old values are ignored and new values are used. If the automated uniqueness fails, an administrator can add an extra config value, $config['site']['build'], that's thrown into the key also. | |||
2010-12-06 | cache generated activity info | Evan Prodromou | |
2010-12-06 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-12-06 | correctly generate enclosure in Activity::asString() | Evan Prodromou | |
2010-12-06 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: classes/User.php | |||
2010-12-06 | Added User::singleUserNickname() as (temporary?) fallback for single-user ↵ | Brion Vibber | |
lookup as a workaround for site setup of 1user sites. We found that an external tool attempting to spin up StatusNet and then register the user would fail because StatusNet's router setup dies on being unable to find its single-user account, since the nickname is needed in setting up routing entries. This tweak will let it survive, using the configured setting as a fallback if it can't actually find the user account. |