summaryrefslogtreecommitdiff
path: root/classes/User.php
AgeCommit message (Expand)Author
2010-12-17Merge branch '0.9.x' into 1.0.xBrion Vibber
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-15Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-12-12Move getConnectedApps() from Profile to User, where it belongsZach Copley
2010-12-07Merge branch '0.9.x' into mergeBrion Vibber
2010-12-06Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-12-06Added User::singleUserNickname() as (temporary?) fallback for single-user loo...Brion Vibber
2010-12-02Fix for tickets #2917, #2262: user URL shortening options not being applied i...Brion Vibber
2010-11-29doc comments on User::allowed_nicknameBrion Vibber
2010-11-15some User -> Profile cleanup to help in adapting the profile page action to s...Brion Vibber
2010-10-28Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-28fall back to siteowner on bad nickname (Bug#2861)Evan Prodromou
2010-10-25Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-21* translator documentation added.Siebrand Mazeland
2010-10-20Fix for ticket #2845: singleuser nickname configuration was being overridden ...Brion Vibber
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