summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2008-11-23Make replies to @#Evan Prodromou
2008-11-23only get tags for this profile list typeEvan Prodromou
2008-11-23don't get self-tagsEvan Prodromou
2008-11-23show dropdown of tags only when tags are available and add tags function to p...Evan Prodromou
2008-11-23sphinx: fallback if no connectionmillette
2008-11-23sphinx integration for notices and profilesmillette
2008-11-20sphinx search for noticesmillette
2008-11-20sphinx search of peoplemillette
2008-11-20correct name for paramEvan Prodromou
2008-11-20fix require in Profile_tag.phpEvan Prodromou
2008-11-20let users set their own profile tags from profilesettingsEvan Prodromou
2008-11-20add profile tags to DBEvan Prodromou
2008-11-20whitespace diffs in User.phpEvan Prodromou
2008-11-20whitespace diff on Notice_inboxEvan Prodromou
2008-11-18trac685 Twitter bridge - Shell script to sync all users' Twitter friendsZach Copley
2008-11-16trac685 Twitter bridge - Sync Twitter friendszach
2008-11-14Twitter bridge - don't delete Twitter users. Update them instead.zach
2008-11-16emailnotifynudge added to User.php class manually (how to auto-gen?)millette
2008-11-16fix nudge typo and add emailnotifynudge to laconica.inimillette
2008-11-23blow last caches on notice deleteEvan Prodromou
2008-11-22if all faves in cache, skipEvan Prodromou
2008-11-22blow last cache for favesEvan Prodromou
2008-11-22messed up logic for passing favesEvan Prodromou
2008-11-22use cached fave stream to save DB hits for favesEvan Prodromou
2008-11-22whitespace cleanupEvan Prodromou
2008-11-22double-cache to get newer itemsEvan Prodromou
2008-11-21notice inbox only when not already existsEvan Prodromou
2008-11-20hide certain users from the public streamEvan Prodromou
2008-11-16add inboxes for new usersEvan Prodromou
2008-11-14don't write notice to inbox if user isn't inboxed yetEvan Prodromou
2008-11-13different query based on config var and user inbox statusEvan Prodromou
2008-11-13add inboxed and regenerate data objectsEvan Prodromou
2008-11-06trac31 url_auto_shortening by sgmurphymillette
2008-11-12add created to notice updateEvan Prodromou
2008-11-12notice_inbox.id -> notice_inbox.notice_idEvan Prodromou
2008-11-12created timestamp on notice_inboxEvan Prodromou
2008-11-04Twitter-compatible API - since_id and before_id were polluting the cache and ...zach
2008-10-23blow inboxesEvan Prodromou
2008-10-22change User to use notice inboxes rather than subscriptionEvan Prodromou
2008-10-22better prefix for Notice_inbox.phpEvan Prodromou
2008-10-22save notice to inbox on saveNewEvan Prodromou
2008-10-22notice inboxEvan Prodromou
2008-11-13use correct class for avatar deletion so memcached is updatedEvan Prodromou
2008-10-22remove unused noticesWithFriendsWindow from UserEvan Prodromou
2008-10-06fixup return value of XMPP channel on setting notificationEvan Prodromou
2008-10-06fix error and output in on and off commandsEvan Prodromou
2008-10-05Another patch to fix up whitespace conflicts in User.phpZach Copley
2008-10-05Fixed up conflict (over white space) in User.phpZach Copley
2008-10-04fix deleted function after synch from ZachEvan Prodromou
2008-09-30Add support for since_id and before_id to Twitter API. Ticket #540.mac65