summaryrefslogtreecommitdiff
path: root/classes/Profile.php
AgeCommit message (Expand)Author
2010-12-22Merge branch 'righttoleave' into 0.9.xEvan Prodromou
2010-12-17Update sorting for user tagged timelines (indexing was bad before and remains...Brion Vibber
2010-12-17Update notice sorting for profile streams; extract more common code to Notice...Brion Vibber
2010-12-13define rights for account maintenance and default rulesEvan Prodromou
2010-12-12Move getConnectedApps() from Profile to User, where it belongsZach Copley
2010-12-11Subscription stream functionsEvan Prodromou
2010-11-19Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-19Ticket #2441: fix deletion of avatars when a profile is deleted.Brion Vibber
2010-11-15Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-15some User -> Profile cleanup to help in adapting the profile page action to s...Brion Vibber
2010-11-02Add context for different uses of "%1$s (%2$s)"Siebrand Mazeland
2010-11-02Alternate pretty-title tweaks for #2668Brion Vibber
2010-10-25max_id is inclusiveEvan Prodromou
2010-10-25change max_id from < to <=Evan Prodromou
2010-10-22New events when granting and revoking rolesEvan Prodromou
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
2010-10-12Add a basic group deletion for moderator users.Brion Vibber
2010-09-29Move blowFavesCache() to ProfileZach Copley
2010-09-29Move hasFave() to ProfileZach Copley
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-09-01bug in Profile::fromURI() wasn't returning profileEvan Prodromou
2010-09-01Static method to get a profile based on an URIEvan Prodromou
2010-08-06OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can de...Brion Vibber
2010-08-03Merge branch 'activityhooks' into 0.9.xEvan Prodromou
2010-08-03correctly show <source> for atom feedsEvan Prodromou
2010-07-30Fixes for messages after review by Brion.Siebrand Mazeland
2010-07-29* mark a few message for translationSiebrand Mazeland
2010-06-22- Add profile_info tag to Atom authorZach Copley
2010-04-01Temporary hack until notice_profile_id_idx is updatedBrion Vibber
2010-03-31do complete unsubscribe process when deleting a userEvan Prodromou
2010-03-15Background deletion of user accounts. Notices are deleted in chunks, then the...Brion Vibber
2010-03-11Drop timestamp cutoff parameter from User::getCurrentNotice() and Profile::ge...Brion Vibber
2010-03-03Initial user role controls on profile pages, for owner to add/remove administ...Brion Vibber
2010-03-03Use poster's subscribed groups to disambiguate group linking when a remote gr...Brion Vibber
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...Brion Vibber
2010-02-22Move ActivityObject and related stuff to coreZach Copley
2010-02-22add PoCo preferredUsername for nickname in Profile::asActivityNoun()Evan Prodromou
2010-02-22add strongly-suggested link to Profile::asActivityNoun()Evan Prodromou
2010-02-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingZach Copley
2010-02-22Upgrade profile-based activity noun to have more complete set ofZach Copley
2010-02-21slight rearrangement of getting profile URIsEvan Prodromou
2010-02-19Refactor subs_* functions for remote useEvan Prodromou
2010-02-16More sensical profile::getUri()Zach Copley
2010-02-16Take remote profiles into account when looking up canonical profile URIsZach Copley
2010-02-16Add rel="avatar" to img links in <activity:actor> stanzasZach Copley
2010-02-16add a FIXME to ProfileEvan Prodromou
2010-02-12OStatus: prep work for sending notifications on sub/unsub/join/leave/favorite...Brion Vibber
2010-02-11ostatus:attention links in Notice Atom outputZach Copley
2010-02-11Some upgrades to Atom output for OStatusZach Copley
2010-02-06Moderator can make users admins of a groupEvan Prodromou