Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | syntax error in deleteaccount | Evan Prodromou | |
2010-12-15 | Merge branch '0.9.x' into righttoleave | Evan Prodromou | |
2010-12-15 | Cleaner code to avoid a couple PHP notices from accessing uninitialized ↵ | Brion Vibber | |
variables in ostatus profile discovery (these cases hit checking diaspora accounts) | |||
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 | AtomPub test cases: make sure the posted entry appears in the feed, and that ↵ | Brion Vibber | |
it disappears after deletion | |||
2010-12-14 | AtomPub tetss: confirming edit URL linked properly in individual entry return | Brion Vibber | |
2010-12-14 | AtomPub tests: fix delete test | Brion Vibber | |
2010-12-14 | AtomPub tests: fix for atom post check | Brion Vibber | |
2010-12-14 | AtomPub fix: correct the response URL given from posting a new message ↵ | Brion Vibber | |
(wrong parameter meant we got the main page instead of the message's URL) | |||
2010-12-14 | AtomPub fixes: return '201 Created' on POST of new message; better error ↵ | Brion Vibber | |
checking on Atom input | |||
2010-12-14 | more fixins on AtomPub tests | Brion Vibber | |
2010-12-14 | auth fix | Brion Vibber | |
2010-12-14 | Mostly-implemented basic AtomPub tests | Brion Vibber | |
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 | partial stub file for atompub tests | Brion Vibber | |
2010-12-13 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-12-13 | don't show the backup link if the user can't backup | Evan Prodromou | |
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 | TwitterBridge: partial merge of id_str usage from 0.9.x for improved 32-bit ↵ | Brion Vibber | |
and pre-5.2.10 compatibility. (on 64-bit in 5.2.6 we can pull the integer IDs, but silently lose some precision on the end.) Fixes for Twitter bridge breakage on 32-bit servers. New "Snowflake" 64-bit IDs have become too big to fit in the integer portion of double-precision floats, so to reliably use these IDs we need to pull the new string form now. Machines with 64-bit PHP installation should have had no problems (except on Windows, where integers are still 32 bits) Conflicts: plugins/TwitterBridge/twitterimport.php <- as this hasn't been broken out, the import code is NOT FULLY UPDATED HERE. | |||
2010-12-13 | Merge branch 'activityatompub' into 0.9.x | Evan Prodromou | |
2010-12-13 | add the other three feeds to AtomPub service document | Evan Prodromou | |
2010-12-13 | Atom pub feed for group memberships | Evan Prodromou | |
Feed for group memberships, in activity streams format. Shows a feed; has proper pagination; accepts activitystreams "join" activities to start a new membership. | |||
2010-12-13 | fix URL for memberships feed | Evan Prodromou | |
2010-12-13 | membership stream method and return membership from join() in Group_member class | Evan Prodromou | |
2010-12-13 | fix navigation links for favorite feed | Evan Prodromou | |
2010-12-13 | fix navigation links for subscriptions feed | Evan Prodromou | |
2010-12-13 | group_member includes self link, edit link | Evan Prodromou | |
2010-12-13 | add atompub show membership action | Evan Prodromou | |
2010-12-13 | add atompub membership actions to router | Evan Prodromou | |
2010-12-12 | Move getConnectedApps() from Profile to User, where it belongs | Zach Copley | |
2010-12-12 | atompub favorite feed | Evan Prodromou | |
2010-12-12 | a stream function for Fave class | Evan Prodromou | |
2010-12-12 | fix subtitle in subscriptions feed | Evan Prodromou | |
2010-12-11 | use new Subscription stream methods for AtomPub | Evan Prodromou | |
2010-12-11 | Merge branch '0.9.x' into activityatompub | Evan Prodromou | |
2010-12-11 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-12-11 | cache stream of subscriptions | Evan Prodromou | |