X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=f00f59027877da07a63fdc75a117edeee6f453a4;hb=d5d806863240379fe23e081c75097ddee53babec;hp=4fc981af047c10d55deb6175a4a1b7c985e44607;hpb=589185ce872743c146285fca6980db087f96cd4a;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 4fc981af04..f00f590278 100644 --- a/lib/right.php +++ b/lib/right.php @@ -47,5 +47,28 @@ class Right { const DELETEOTHERSNOTICE = 'deleteothersnotice'; const CONFIGURESITE = 'configuresite'; + const DELETEUSER = 'deleteuser'; + const SILENCEUSER = 'silenceuser'; + const SANDBOXUSER = 'sandboxuser'; + const NEWNOTICE = 'newnotice'; + const PUBLICNOTICE = 'publicnotice'; + const NEWMESSAGE = 'newmessage'; + const SUBSCRIBE = 'subscribe'; + const EMAILONREPLY = 'emailonreply'; + const EMAILONSUBSCRIBE = 'emailonsubscribe'; + const EMAILONFAVE = 'emailonfave'; + const MAKEGROUPADMIN = 'makegroupadmin'; + const GRANTROLE = 'grantrole'; + const REVOKEROLE = 'revokerole'; + const DELETEGROUP = 'deletegroup'; + const BACKUPACCOUNT = 'backupaccount'; + const RESTOREACCOUNT = 'restoreaccount'; + const DELETEACCOUNT = 'deleteaccount'; + const MOVEACCOUNT = 'moveaccount'; + const CREATEGROUP = 'creategroup'; + const WEBLOGIN = 'weblogin'; + const API = 'api'; + const REVIEWSPAM = 'reviewspam'; + const TRAINSPAM = 'trainspam'; }