]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Merge branch '2828' into 0.9.x
[quix0rs-gnu-social.git] / lib / right.php
index 4e0096d46aaa398bc006692d44aabafc72c569c2..bacbea5f2966dc6afd20d1708f92f57b58225e8a 100644 (file)
@@ -45,6 +45,21 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 class Right
 {
-    const deleteOthersNotice = 'deleteothersnotice';
+    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';
 }