From c9db8c6857d8676b3eb3c19548eb303656dc5fff Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 9 Jul 2016 21:08:02 -0700 Subject: more permissions work --- Zotlabs/Access/Permissions.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Zotlabs/Access') diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index 0f1a04b31..b389fc229 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -27,22 +27,22 @@ class Permissions { static public function Perms($filter = '') { $perms = [ - [ 'view_stream' => t('Can view my normal stream and posts') ], - [ 'send_stream' => t('Can send me their channel stream and posts') ], - [ 'view_profile' => t('Can view my default channel profile') ], - [ 'view_contacts' => t('Can view my connections') ], - [ 'view_storage' => t('Can view my file storage and photos') ], - [ 'write_storage' => t('Can upload/modify my file storage and photos') ], - [ 'view_pages' => t('Can view my channel webpages') ], - [ 'write_pages' => t('Can create/edit my channel webpages') ], - [ 'post_wall' => t('Can post on my channel (wall) page') ], - [ 'post_comments' => t('Can comment on or like my posts') ], - [ 'post_mail' => t('Can send me private mail messages') ], - [ 'post_like' => t('Can like/dislike profiles and profile things') ], - [ 'tag_deliver' => t('Can forward to all my channel connections via @+ mentions in posts') ], - [ 'chat' => t('Can chat with me') ], - [ 'republish' => t('Can source my public posts in derived channels') ], - [ 'delegate' => t('Can administer my channel') ] + 'view_stream' => t('Can view my channel stream and posts'), + 'send_stream' => t('Can send me their channel stream and posts'), + 'view_profile' => t('Can view my default channel profile'), + 'view_contacts' => t('Can view my connections'), + 'view_storage' => t('Can view my file storage and photos'), + 'write_storage' => t('Can upload/modify my file storage and photos'), + 'view_pages' => t('Can view my channel webpages'), + 'write_pages' => t('Can create/edit my channel webpages'), + 'post_wall' => t('Can post on my channel (wall) page'), + 'post_comments' => t('Can comment on or like my posts'), + 'post_mail' => t('Can send me private mail messages'), + 'post_like' => t('Can like/dislike profiles and profile things'), + 'tag_deliver' => t('Can forward to all my channel connections via @+ mentions in posts'), + 'chat' => t('Can chat with me'), + 'republish' => t('Can source my public posts in derived channels'), + 'delegate' => t('Can administer my channel') ]; $x = array('permissions' => $perms, 'filter' => $filter); -- cgit v1.2.3