X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=d144b21ae98469595f24c84ffc8dff47ae9e66f3;hb=97af5e195421591265094685d9fa86af8d464794;hp=88abdf78055ac04ce2caf21808e5871bd5ec870c;hpb=c9475c76a8b4c2bf32d1d3293b03b646e7e7a91e;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 88abdf7805..d144b21ae9 100644 --- a/lib/right.php +++ b/lib/right.php @@ -50,5 +50,21 @@ class Right 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'; }