Lines Matching refs:extranet
4 description: Restrict pages, media and actions for extranet visitors
15 downloadurl: https://github.com/Lortet/dokuwiki-plugin-extranet/zipball/master
16 bugtracker : https://github.com/Lortet/dokuwiki-plugin-extranet/issues
17 sourcerepo : https://github.com/Lortet/dokuwiki-plugin-extranet/
22 [[fr:plugin:extranet| Français]] | **English** | [[de:plugin:extranet| Deutsch]] | [[e…
26 …plugin:extension|Extension Manager]] using the URL above, or copy it into ''lib/plugins/extranet''.
30 The **extranet** plugin can:
31 * detect whether a request comes from the extranet from a configurable ''$_SERVER'' value;
33 * disable selected DokuWiki actions for extranet visitors;
38 The plugin is suited to intranet/extranet segmentation. It complements ACLs, but does not replace r…
43 …| ''$_SERVER'' key used to determine whether the request comes from the extranet. Can be ''REMOTE_…
44 | extranet_match_list | Comma-separated list of values treated as extranet. | '''' |
45 | extranet_match_regex | Regex used to detect an extranet request from the configured value. | ''''…
50 | disable_actions | DokuWiki actions disabled for extranet visitors. | ''admin,edit,preview,save,re…
71 * ''~~NOEXTRANET~~'' : blocks the page from the extranet when the policy allows it;
72 * ''~~EXTRANET~~'' : allows the page from the extranet when the policy allows it.
88 * ''extranet_match_list = extranet''
97 ''$extranet = plugin_load('helper', 'extranet');''
104 | ''getExtranetMatchList()'' | ''2026-03-13'' | Returns the list of values treated as extranet. |
105 | ''getExtranetMatchRegex()'' | ''2026-03-13'' | Returns the extranet detection regex. |
106 …sExtranetRequest()'' | ''2026-03-13'' | Tells whether the current request is treated as extranet. |
107 …net($id, $content = null)'' | ''2026-03-13'' | Tells whether a page is visible from the extranet. |
108 …mExtranet($mediaID)'' | ''2026-03-13'' | Tells whether a media file is visible from the extranet. |
127 * the cache is separated between intranet and extranet;