summaryrefslogtreecommitdiff
path: root/lib/userprofile.php
AgeCommit message (Collapse)Author
2010-11-15RemoteProfileAction cleanup:Brion Vibber
- meta robots to prevent spidering - a little notice if silenced
2010-11-15Workaround for display of Twitter remote users in remoteprofile (ModPlus ↵Brion Vibber
plugin): use 73px avatar if no 96px present
2010-11-15some User -> Profile cleanup to help in adapting the profile page action to ↵Brion Vibber
show stuff for remote users. Subscriptions, groups, roles, etc are all on profiles now so go ahead and use em.
2010-03-17Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-15Background deletion of user accounts. Notices are deleted in chunks, then ↵Brion Vibber
the user itself when they're all gone. While deletion is in progress, the account is locked with the 'deleted' role, which disables all actions with rights control. Todo: * Pretty up the notice on the profile page about the pending delete. Show status? * Possibly more thorough account disabling, such as disallowing all use for login and access. * Improve error recovery; worst case is that an account gets left locked in 'deleted' state but the queue jobs have gotten dropped out. This would leave the username in use and any undeleted notices in place.
2010-03-13Assigned an identifier for the representative user and group profileSarven Capadisli
2010-03-03Initial user role controls on profile pages, for owner to add/remove ↵Brion Vibber
administrator and moderator options. Buttons need to be themed.
2010-02-13Added event hook to remote subscriptionSarven Capadisli
2009-11-26Init UI to show/hide a group of moderation actions.Sarven Capadisli
2009-11-16use return-to method for UserProfile widgetEvan Prodromou
2009-11-16correct constructor for DeleteUserFormEvan Prodromou
2009-11-15add forms for silence, sandbox, delete userEvan Prodromou
2009-11-07->action -> ->out in UserProfileEvan Prodromou
2009-11-07fix userprofile widget so it correctly provides an actionEvan Prodromou
2009-11-04Widgetized user profile rendering.Shashi