Merge pull request #7876 from MrPetovan/task/7308-backport-compose-acl

Generalize the Compose ACL to the whole site
This commit is contained in:
Michael Vogel 2019-11-28 21:24:20 +01:00 committed by GitHub
commit 2f2480d88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 782 additions and 1197 deletions

View file

@ -1206,7 +1206,7 @@ function settings_content(App $a)
'$permissions' => L10n::t('Default Post Permissions'),
'$permdesc' => L10n::t("\x28click to open/close\x29"),
'$visibility' => $profile['net-publish'],
'$aclselect' => ACL::getFullSelectorHTML($a->user),
'$aclselect' => ACL::getFullSelectorHTML($a->page, $a->user),
'$suggestme' => $suggestme,
'$blockwall'=> $blockwall, // array('blockwall', L10n::t('Allow friends to post to your profile page:'), !$blockwall, ''),
'$blocktags'=> $blocktags, // array('blocktags', L10n::t('Allow friends to tag your posts:'), !$blocktags, ''),