Home
last modified time | relevance | path

Searched refs:auth_quickaclcheck (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/inc/Menu/Item/
H A DMediaManager.php19 $authNS = auth_quickaclcheck("$imgNS:*");
H A DEdit.php42 …if (auth_quickaclcheck($INFO['id']) < AUTH_READ) throw new \RuntimeException("no permission to rea…
/dokuwiki/inc/Remote/
H A DApiCore.php217 return auth_quickaclcheck($page);
298 $perm = auth_quickaclcheck($pages[$idx]);
604 if (auth_quickaclcheck($id) < AUTH_EDIT || checklock($id)) {
635 if (auth_quickaclcheck($id) < AUTH_EDIT || !unlock($id)) {
834 if (auth_quickaclcheck($media) < AUTH_READ) {
871 if (auth_quickaclcheck($media) < AUTH_READ) {
908 if (auth_quickaclcheck($media) < AUTH_READ) {
940 if (auth_quickaclcheck($media) < AUTH_READ) {
990 $auth = auth_quickaclcheck(getNS($media) . ':*');
1043 $auth = auth_quickaclcheck($media);
[all …]
H A DLegacyApiCore.php460 'perms' => auth_quickaclcheck($recent->id),
480 'perms' => auth_quickaclcheck($recent->id),
/dokuwiki/lib/exe/
H A Ddetail.php29 $AUTH = auth_quickaclcheck($IMG);
/dokuwiki/inc/
H A Dsearch.php213 $info['perm'] = auth_quickaclcheck(getNS($info['id']) . ':*');
280 $info['perm'] = auth_quickaclcheck(getNS($id) . ':*');
317 if (auth_quickaclcheck($id) < AUTH_READ) {
353 if (auth_quickaclcheck($id) < AUTH_READ) {
402 if (empty($opts['skipacl']) && auth_quickaclcheck($item['id']) < AUTH_READ) {
540 $item['perm'] = auth_quickaclcheck($item['id'] . ':*');
542 $item['perm'] = auth_quickaclcheck($item['id']); //FIXME check namespace for media files
H A Dchangelog.php359 $recent['perms'] = auth_quickaclcheck(getNS($recent['id']) . ':*');
361 $recent['perms'] = auth_quickaclcheck($recent['id']);
H A Dfetch.functions.php177 if (auth_quickaclcheck(getNS($media) . ':X') < AUTH_READ) {
H A DActionRouter.php218 $perm = auth_quickaclcheck($ID);
H A Dfulltext.php159 … if (isHiddenPage($id) || auth_quickaclcheck($id) < AUTH_READ || !page_exists($id, '', false)) {
196 isHiddenPage($result[$idx]) || auth_quickaclcheck($result[$idx]) < AUTH_READ
230 isHiddenPage($result[$idx]) || auth_quickaclcheck($result[$idx]) < AUTH_READ
341 auth_quickaclcheck($idx) < AUTH_READ
H A Dmedia.php46 if (auth_quickaclcheck($row) >= AUTH_READ && isVisiblePage($row)) {
261 $auth = auth_quickaclcheck(ltrim(getNS($id) . ':*', ':'));
716 if (is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
945 if (is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
966 if (is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
1012 if (is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
1035 if (is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
1057 if (is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
H A DAjax.php286 $AUTH = auth_quickaclcheck("$ns:*");
H A Dpageutils.php765 if (page_exists($pageid) && (!$useacl || auth_quickaclcheck($pageid) >= AUTH_READ)) {
H A Dtemplate.php938 if (!auth_quickaclcheck($ID)) {
1673 } elseif ($useacl && auth_quickaclcheck($pageid) == AUTH_NONE) {
H A Dauth.php690 function auth_quickaclcheck($id) function
H A Dcommon.php180 $info['perm'] = auth_quickaclcheck($id);
/dokuwiki/inc/Remote/Response/
H A DMedia.php55 $this->permission = $perms ?? auth_quickaclcheck($this->id);
H A DPage.php56 $this->permission = $perms ?? auth_quickaclcheck($this->id);
/dokuwiki/inc/File/
H A DMediaFile.php165 return auth_quickaclcheck(getNS($this->id) . ':*');
/dokuwiki/inc/Ui/
H A DMediaDiff.php127 $auth = auth_quickaclcheck("$ns:*");
239 $auth = auth_quickaclcheck("$ns:*");
H A DSearch.php461 if (auth_quickaclcheck($queryPagename) >= AUTH_CREATE) {
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php75 if (auth_quickaclcheck($target) < AUTH_READ) {