]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Fix display of group admin avatars
[quix0rs-gnu-social.git] / lib / right.php
index 1a3a7d49a79515cf15ed60de56d1e5c6d0df52c3..baa18d3c13606b011cc6ea96e6b924065bccb0e0 100644 (file)
@@ -52,5 +52,21 @@ class Right
     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';
 }