Age | Commit message (Expand) | Author |
2008-11-23 | Make replies to @# | Evan Prodromou |
2008-11-23 | only get tags for this profile list type | Evan Prodromou |
2008-11-23 | don't get self-tags | Evan Prodromou |
2008-11-23 | show dropdown of tags only when tags are available and add tags function to p... | Evan Prodromou |
2008-11-23 | sphinx: fallback if no connection | millette |
2008-11-23 | sphinx integration for notices and profiles | millette |
2008-11-20 | sphinx search for notices | millette |
2008-11-20 | sphinx search of people | millette |
2008-11-20 | correct name for param | Evan Prodromou |
2008-11-20 | fix require in Profile_tag.php | Evan Prodromou |
2008-11-20 | let users set their own profile tags from profilesettings | Evan Prodromou |
2008-11-20 | add profile tags to DB | Evan Prodromou |
2008-11-20 | whitespace diffs in User.php | Evan Prodromou |
2008-11-20 | whitespace diff on Notice_inbox | Evan Prodromou |
2008-11-18 | trac685 Twitter bridge - Shell script to sync all users' Twitter friends | Zach Copley |
2008-11-16 | trac685 Twitter bridge - Sync Twitter friends | zach |
2008-11-14 | Twitter bridge - don't delete Twitter users. Update them instead. | zach |
2008-11-16 | emailnotifynudge added to User.php class manually (how to auto-gen?) | millette |
2008-11-16 | fix nudge typo and add emailnotifynudge to laconica.ini | millette |
2008-11-23 | blow last caches on notice delete | Evan Prodromou |
2008-11-22 | if all faves in cache, skip | Evan Prodromou |
2008-11-22 | blow last cache for faves | Evan Prodromou |
2008-11-22 | messed up logic for passing faves | Evan Prodromou |
2008-11-22 | use cached fave stream to save DB hits for faves | Evan Prodromou |
2008-11-22 | whitespace cleanup | Evan Prodromou |
2008-11-22 | double-cache to get newer items | Evan Prodromou |
2008-11-21 | notice inbox only when not already exists | Evan Prodromou |
2008-11-20 | hide certain users from the public stream | Evan Prodromou |
2008-11-16 | add inboxes for new users | Evan Prodromou |
2008-11-14 | don't write notice to inbox if user isn't inboxed yet | Evan Prodromou |
2008-11-13 | different query based on config var and user inbox status | Evan Prodromou |
2008-11-13 | add inboxed and regenerate data objects | Evan Prodromou |
2008-11-06 | trac31 url_auto_shortening by sgmurphy | millette |
2008-11-12 | add created to notice update | Evan Prodromou |
2008-11-12 | notice_inbox.id -> notice_inbox.notice_id | Evan Prodromou |
2008-11-12 | created timestamp on notice_inbox | Evan Prodromou |
2008-11-04 | Twitter-compatible API - since_id and before_id were polluting the cache and ... | zach |
2008-10-23 | blow inboxes | Evan Prodromou |
2008-10-22 | change User to use notice inboxes rather than subscription | Evan Prodromou |
2008-10-22 | better prefix for Notice_inbox.php | Evan Prodromou |
2008-10-22 | save notice to inbox on saveNew | Evan Prodromou |
2008-10-22 | notice inbox | Evan Prodromou |
2008-11-13 | use correct class for avatar deletion so memcached is updated | Evan Prodromou |
2008-10-22 | remove unused noticesWithFriendsWindow from User | Evan Prodromou |
2008-10-06 | fixup return value of XMPP channel on setting notification | Evan Prodromou |
2008-10-06 | fix error and output in on and off commands | Evan Prodromou |
2008-10-05 | Another patch to fix up whitespace conflicts in User.php | Zach Copley |
2008-10-05 | Fixed up conflict (over white space) in User.php | Zach Copley |
2008-10-04 | fix deleted function after synch from Zach | Evan Prodromou |
2008-09-30 | Add support for since_id and before_id to Twitter API. Ticket #540. | mac65 |