summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22Break xbImportNode.js and geometa.js back out of util.js; the Makefile in js ...0.9.xBrion Vibber
2010-12-22Makefile to compress LinkPreview's jsBrion Vibber
2010-12-22When queueing is off, restore runs immediately. Indicate that we've already f...Brion Vibber
2010-12-22Don't trust text/xml mime types; generic content detection gives useless stuf...Brion Vibber
2010-12-22Revert "initialize ActivityObject::$extra"Evan Prodromou
2010-12-22Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-12-22Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-12-22Initialize $extra member to empty array on ActivityObjectBrion Vibber
2010-12-22initialize ActivityObject::$extraEvan Prodromou
2010-12-22Merge branch 'righttoleave' into 0.9.xBrion Vibber
2010-12-22disable account deletion by defaultEvan Prodromou
2010-12-22Merge branch 'righttoleave' into 0.9.xEvan Prodromou
2010-12-22Error handling cleanup on backup/restore:Brion Vibber
2010-12-22fix notice errorBrion Vibber
2010-12-22Partial fix for ticket #2964: bad .po file entriesBrion Vibber
2010-12-22Partial fix for ticket #2964: bad .po filesBrion Vibber
2010-12-20Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-12-20*cough* don't commit the code that breaks your code that you used to test the...HEADmasterBrion Vibber
2010-12-20Slightly fancier debug code for PuSH hmac mismatches -- save the post to a te...Brion Vibber
2010-12-20Logging helper for bogus hmacs on PuSH in -- record the url & hub with the er...Brion Vibber
2010-12-20Logging helper for bogus hmacs on PuSH in -- record the url & hub with the er...Brion Vibber
2010-12-20Let activity objects write directly to activity's own outputterEvan Prodromou
2010-12-18Add events for representing objects as activity:objectEvan Prodromou
2010-12-17Ticket #2959: implement api/users/profile_image endpoint in Twitter-compat APIBrion Vibber
2010-12-17Merge branch 'sorting' into 0.9.xBrion Vibber
2010-12-17Sort indexing fix for profile sidebar: add group_member_profile_id_created_id...Brion Vibber
2010-12-17fix typo in showstreamBrion Vibber
2010-12-17Sorting index fix for role lookups: adds profile_role_role_created_profile_id...Brion Vibber
2010-12-17Update sorting for conversation views: adds notice_conversation_created_id_id...Brion Vibber
2010-12-17Update Twitter calls to use documented API endpointsZach Copley
2010-12-17action to restore a user's backup from the Web interfaceEvan Prodromou
2010-12-17Two bug fixes in activityimporterEvan Prodromou
2010-12-17change code order to make shorter linesEvan Prodromou
2010-12-17Update sorting for User::repeatedByMe() -- currently unused. Likely not ideal...Brion Vibber
2010-12-17Update sorting on api/statuses/retweets_of_me; was and remains poorly indexed...Brion Vibber
2010-12-17Update sorting on api/statuses/retweets: adds notice_repeat_of_created_id_idx...Brion Vibber
2010-12-17work around borkage in statuses/repeats -- tries to check an offset var that'...Brion Vibber
2010-12-17Update sorting for group inbox timelines; adds group_inbox_group_id_created_n...Brion Vibber
2010-12-17Update sorting on reply/mentions timeline: added reply_profile_id_modified_no...Brion Vibber
2010-12-17Update sorting for tag-filtered public timeline: needs notice_tag_tag_created...Brion Vibber
2010-12-17I'm still not sure when it's useful to reset a notice's authorEvan Prodromou
2010-12-17add fixme for since_id/max_id on fave streaming (?)Brion Vibber
2010-12-17In LdapCommon checkPassword/changePassword only get the 'dn' attribute as an ...Craig Andrews
2010-12-17Update sorting for user tagged timelines (indexing was bad before and remains...Brion Vibber
2010-12-17Make restoreuser use new FeedImporter queue handlerEvan Prodromou
2010-12-17Update notice sorting for profile streams; extract more common code to Notice...Brion Vibber
2010-12-17Notice::whereSinceId() and Notice::whereMaxId() encapsulate logic for buildin...Brion Vibber
2010-12-17Switch public timeline to new sorting; new index notice_created_id_is_local_idxBrion Vibber
2010-12-17Initial switch of public timeline stream to use timestamps for internal sortingBrion Vibber
2010-12-17Notice::getAsTimestamp() static function to look up the timestamp for a given...Brion Vibber