summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22Merge branch 'righttoleave' into 0.9.xEvan Prodromou
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
2010-12-17only run explain on selectsBrion Vibber
2010-12-17Event hook for SQLProfileBrion Vibber
2010-12-17SQLProfile: quickie plugin to run DB queries through 'explain' and log ones t...Brion Vibber
2010-12-17move activity importing code to two different queuehandler classesEvan Prodromou
2010-12-17Move accountrestorer class to feed importerEvan Prodromou
2010-12-17move code to get an author object for a feed to a library from Ostatus_profileEvan Prodromou
2010-12-16Document a few undocumented administration related eventsZach Copley
2010-12-16Tickets #2112, 2333, 1677, 2362, 2831: fix AJAX form posting on SSL page view...Brion Vibber
2010-12-16Fix for ticket #2910: fix inconsistencies in notice posting response display ...Brion Vibber
2010-12-16Add lots of doc comments to util.js. Most stuff makes some kind of stuff, but...Brion Vibber
2010-12-16work in progressBrion Vibber
2010-12-16Fix ticket #2929: router cache now clears itself when switching singleuser mo...Brion Vibber
2010-12-16distribute flag for Notice::saveNew()Evan Prodromou