summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-15Move account restoration code to a shared libraryEvan Prodromou
2010-12-15syntax error in deleteaccountEvan Prodromou
2010-12-15Merge branch '0.9.x' into righttoleaveEvan Prodromou
2010-12-15Cleaner code to avoid a couple PHP notices from accessing uninitialized varia...Brion Vibber
2010-12-14Mark OembedAction, XrdAction, and (plugin) AutocompleteAction as read-only. T...Brion Vibber
2010-12-14AtomPub discovery fix: gets MarsEdit's auto API detection working.Brion Vibber
2010-12-14AtomPub test cases: make sure the posted entry appears in the feed, and that ...Brion Vibber
2010-12-14AtomPub tetss: confirming edit URL linked properly in individual entry returnBrion Vibber
2010-12-14AtomPub tests: fix delete testBrion Vibber
2010-12-14AtomPub tests: fix for atom post checkBrion Vibber
2010-12-14AtomPub fix: correct the response URL given from posting a new message (wrong...Brion Vibber
2010-12-14AtomPub fixes: return '201 Created' on POST of new message; better error chec...Brion Vibber
2010-12-14more fixins on AtomPub testsBrion Vibber
2010-12-14auth fixBrion Vibber
2010-12-14Mostly-implemented basic AtomPub testsBrion Vibber
2010-12-14An action to delete your own accountEvan Prodromou
2010-12-13partial stub file for atompub testsBrion Vibber
2010-12-13Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-12-13don't show the backup link if the user can't backupEvan Prodromou
2010-12-13add an action to backup the current account in ActivityStreams formatEvan Prodromou
2010-12-13define rights for account maintenance and default rulesEvan Prodromou
2010-12-13define configuration settings for account maintenance securityEvan Prodromou
2010-12-13TwitterBridge: partial merge of id_str usage from 0.9.x for improved 32-bit a...Brion Vibber
2010-12-13Merge branch 'activityatompub' into 0.9.xEvan Prodromou
2010-12-13add the other three feeds to AtomPub service documentEvan Prodromou
2010-12-13Atom pub feed for group membershipsEvan Prodromou
2010-12-13fix URL for memberships feedEvan Prodromou
2010-12-13membership stream method and return membership from join() in Group_member classEvan Prodromou
2010-12-13fix navigation links for favorite feedEvan Prodromou
2010-12-13fix navigation links for subscriptions feedEvan Prodromou
2010-12-13group_member includes self link, edit linkEvan Prodromou
2010-12-13add atompub show membership actionEvan Prodromou
2010-12-13add atompub membership actions to routerEvan Prodromou
2010-12-12Move getConnectedApps() from Profile to User, where it belongsZach Copley
2010-12-12atompub favorite feedEvan Prodromou
2010-12-12a stream function for Fave classEvan Prodromou
2010-12-12fix subtitle in subscriptions feedEvan Prodromou
2010-12-11use new Subscription stream methods for AtomPubEvan Prodromou
2010-12-11Merge branch '0.9.x' into activityatompubEvan Prodromou
2010-12-11Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-12-11cache stream of subscriptionsEvan Prodromou
2010-12-11Subscription stream functionsEvan Prodromou
2010-12-10Show a single favorite for AtomPubEvan Prodromou
2010-12-10Workaround for locally-handled sessions breaking on PHP 5.3 with APC enabled.Brion Vibber
2010-12-10Workaround for locally-handled sessions breaking on PHP 5.3 with APC enabled.Brion Vibber
2010-12-10Merge branch '0.9.x' into activityatompubEvan Prodromou
2010-12-10extlibs updates: PEAR::Mail to 1.2.0, PEAR::Net_SMTP to 1.4.2 (need to go tog...Brion Vibber
2010-12-10extlibs updates: PEAR::Mail to 1.2.0, PEAR::Net_SMTP to 1.4.2 (need to go tog...Brion Vibber
2010-12-09Tweaking nickname format regexes: added one that explicitly allows numbers, t...Brion Vibber
2010-12-09add a new subscription using POST to APPEvan Prodromou