Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | Background 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-03 | Initial user role controls on profile pages, for owner to add/remove ↵ | Brion Vibber | |
administrator and moderator options. Buttons need to be themed. | |||
2010-01-29 | define a constant for the 'owner' role of a site | Evan Prodromou | |
2010-01-06 | ...and drop the unnecessary &reference from child class pkeyGet() overrides. | Brion Vibber | |
2009-11-16 | fix exe flag after createTable | Evan Prodromou | |
2009-11-16 | Rename user_role to profile_role | Evan Prodromou | |
Renamed the user_role table to profile_role. Remote users can have a role on the site; that 'role' may be negative (silenced or sandboxed). |