Age | Commit message (Expand) | Author |
2010-12-22 | Merge branch 'righttoleave' into 0.9.x | Evan Prodromou |
2010-12-17 | Update sorting for conversation views: adds notice_conversation_created_id_id... | Brion Vibber |
2010-12-17 | Update sorting for User::repeatedByMe() -- currently unused. Likely not ideal... | Brion Vibber |
2010-12-17 | Update sorting on api/statuses/retweets_of_me; was and remains poorly indexed... | Brion Vibber |
2010-12-17 | Update sorting on api/statuses/retweets: adds notice_repeat_of_created_id_idx... | Brion Vibber |
2010-12-17 | work around borkage in statuses/repeats -- tries to check an offset var that'... | Brion Vibber |
2010-12-17 | Update sorting for group inbox timelines; adds group_inbox_group_id_created_n... | Brion Vibber |
2010-12-17 | Update sorting on reply/mentions timeline: added reply_profile_id_modified_no... | Brion Vibber |
2010-12-17 | Update sorting for tag-filtered public timeline: needs notice_tag_tag_created... | Brion Vibber |
2010-12-17 | add fixme for since_id/max_id on fave streaming (?) | Brion Vibber |
2010-12-17 | Update sorting for user tagged timelines (indexing was bad before and remains... | Brion Vibber |
2010-12-17 | Update notice sorting for profile streams; extract more common code to Notice... | Brion Vibber |
2010-12-17 | Notice::whereSinceId() and Notice::whereMaxId() encapsulate logic for buildin... | Brion Vibber |
2010-12-17 | Initial switch of public timeline stream to use timestamps for internal sorting | Brion Vibber |
2010-12-17 | Notice::getAsTimestamp() static function to look up the timestamp for a given... | Brion Vibber |
2010-12-17 | Event hook for SQLProfile | Brion Vibber |
2010-12-16 | distribute flag for Notice::saveNew() | Evan Prodromou |
2010-12-13 | define rights for account maintenance and default rules | Evan Prodromou |
2010-12-13 | Merge branch 'activityatompub' into 0.9.x | Evan Prodromou |
2010-12-13 | membership stream method and return membership from join() in Group_member class | Evan Prodromou |
2010-12-13 | group_member includes self link, edit link | Evan Prodromou |
2010-12-12 | Move getConnectedApps() from Profile to User, where it belongs | Zach Copley |
2010-12-12 | a stream function for Fave class | 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 |
2010-12-11 | Subscription stream functions | Evan Prodromou |
2010-12-10 | Show a single favorite for AtomPub | Evan Prodromou |
2010-12-10 | Workaround for locally-handled sessions breaking on PHP 5.3 with APC enabled. | Brion Vibber |
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-08 | Don't cache user-specific information for Notice atom entries | Evan Prodromou |
2010-12-06 | use codeKey() in activity caching | Evan Prodromou |
2010-12-06 | cache generated activity info | Evan Prodromou |
2010-12-06 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-12-06 | Added User::singleUserNickname() as (temporary?) fallback for single-user loo... | Brion Vibber |
2010-12-05 | Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asStr... | Evan Prodromou |
2010-12-02 | URL shortening fix for direct messages: if we're going to shorten the text, s... | Brion Vibber |
2010-12-02 | Fix for tickets #2917, #2262: user URL shortening options not being applied i... | Brion Vibber |
2010-11-29 | doc comments on User::allowed_nickname | Brion Vibber |
2010-11-19 | Ticket #2797: replace addslashes() with explicit escape calls on the DB objects | Brion Vibber |
2010-11-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-11-19 | Ticket #2441: fix deletion of avatars when a profile is deleted. | Brion Vibber |
2010-11-17 | Add $config['attachments']['process_links'] to allow disabling processing of ... | Brion Vibber |
2010-11-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-11-15 | some User -> Profile cleanup to help in adapting the profile page action to s... | Brion Vibber |
2010-11-15 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-11-15 | Workaround for yfrog.com photo attachments: fudge File_redirection::lookupWhe... | Brion Vibber |
2010-11-15 | doc comments on File::processNew | Brion Vibber |
2010-11-15 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou |