summaryrefslogtreecommitdiff
path: root/lib/right.php
AgeCommit message (Collapse)Author
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-06Moderator can make users admins of a groupEvan Prodromou
2009-11-16disallow email on faves from sandboxed usersEvan Prodromou
2009-11-16more rights denied to silenced and sandboxedEvan Prodromou
2009-11-16don't allow sandboxed users to post public noticesEvan Prodromou
2009-11-16Move rights check to profile and add right for new noticesEvan Prodromou
Added a right for new notices, realized that the hasRight() method should be on the profile, and moved it. Makes this a less atomic commit but that's the way it goes sometimes.
2009-11-15define rights around how to silence, sandbox, and delete a userEvan Prodromou
2009-11-07uppercase right constantsEvan Prodromou
2009-09-27user rightsEvan Prodromou