X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=baa18d3c13606b011cc6ea96e6b924065bccb0e0;hb=119d0f7dbab40f30170ba263de78d7e9cea984db;hp=ae8516602e9ab5742cdb819a55e6d565cba5d55c;hpb=d2145a5b7f3a95dcfa90edb4bcd5e5b3bf66c116;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index ae8516602e..baa18d3c13 100644 --- a/lib/right.php +++ b/lib/right.php @@ -51,5 +51,22 @@ class Right 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'; }