summaryrefslogtreecommitdiff
path: root/classes/User.php
AgeCommit message (Expand)Author
2010-10-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-09-29Move blowFavesCache() to ProfileZach Copley
2010-09-29Move hasFave() to ProfileZach Copley
2010-09-22save a URI with the userEvan Prodromou
2010-09-20Fix for #2227: 'view profile designs' and other default-on options are initia...Brion Vibber
2010-09-20Ticket #2327: fixing block to remove the blocking user's subscription to the ...Brion Vibber
2010-09-06common_cache_key() -> Cache::key()Evan Prodromou
2010-09-06common_memcache() => Cache::instance()Evan Prodromou
2010-08-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-07-29* mark a few message for translationSiebrand Mazeland
2010-07-19Make some messages gender neutral.Eric Helgeson
2010-05-05Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-05-05Implement since_id and max_id param handling for /api/favoritesZach Copley
2010-04-18Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-04-10Allow blocking someone who's not currently subscribed to you (prevents seeing...Brion Vibber
2010-04-02Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-03-31use Subscription::cancel() to cancel all subscriptions on blockEvan Prodromou
2010-03-29Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-03-28continue deleting even if user profile record is missingEvan Prodromou
2010-03-22Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-03-18Fix for xmpp/sms notification options appearing to be disabled on new subscri...Brion Vibber
2010-03-18Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-18Ensure that DB connection is active at start of User::updateKeys() and Foreig...Brion Vibber
2010-03-18add exception on inconsistent db to User::getProfile()Evan Prodromou
2010-03-11Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-03-11Drop timestamp cutoff parameter from User::getCurrentNotice() and Profile::ge...Brion Vibber
2010-03-08Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-03-04Merge commit 'origin/testing' into 0.9.xBrion Vibber
2010-03-03Use poster's subscribed groups to disambiguate group linking when a remote gr...Brion Vibber
2010-03-02Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...Brion Vibber
2010-02-26bail out if the requested nickname is illegalCraig Andrews
2010-02-24Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-02-19Refactor subs_* functions for remote useEvan Prodromou
2010-02-16Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-02-04Inbox::streamNotices() with deletion compensation: inbox paging should more o...Brion Vibber
2010-02-02Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-02-01restructuring of User::registerNew() lost password mungingEvan Prodromou
2010-01-31buggy fetch for site ownerEvan Prodromou
2010-01-29add hooks for user registrationEvan Prodromou
2010-01-29method to get the site ownerEvan Prodromou
2010-01-27Create IM plugin, Pluginize XMPP, Create AIM pluginCraig Andrews
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-13unimplement repeatedToMe() until we figure out howEvan Prodromou
2010-01-09some formatting changes to make inblobs workEvan Prodromou
2010-01-09Use inbox instead of notice_inboxEvan Prodromou
2009-12-28More configuration options for location sharingEvan Prodromou
2009-12-28remove namespace setting from location; it's unusedEvan Prodromou
2009-12-28check if other user exists before unsubEvan Prodromou
2009-12-22Fix for massively slow friends timeline query due to indexing bug introduced ...Brion Vibber