aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/acl
Commit message (Collapse)AuthorAge
* Revert "use a dispatcher to access static image files"Andreas Gohr2024-09-08
| | | | | | | This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1. It was accidentally pused to master before review. A PR with a revert for the revert will be pushed shortly.
* use a dispatcher to access static image filesAndreas Gohr2024-09-08
| | | | | | | | This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16 A .htaccess rewrite catches any direct accesses that might come in from plugins.
* align url for lib/plugin membersZweihorn2024-04-30
| | | | | | | ref https://github.com/dokuwiki/dokuwiki/issues/4270 - align url of `plugin.info.txt` to standard prefix - realign spacing as applicable
* Updated Lithuanian translationDonatas Glodenis2024-02-21
|
* Adjust ACL remote component to new systemAndreas Gohr2024-01-07
| | | | | There is no need to implement getMethods anymore. All data comes from reflection
* another set of api testsAndreas Gohr2024-01-07
|
* translation updateWerewolf2023-10-04
|
* Use str_starts_with/str_ends_withfiwswe2023-09-15
|
* adjusted docblocks for renamed class aliasesAndreas Gohr2023-09-02
|
* code style: line breaksAndreas Gohr2023-08-31
|
* code style: operator spacingAndreas Gohr2023-08-31
|
* coding style: control flow line breaksAndreas Gohr2023-08-31
|
* Apply rector renamesAndreas Gohr2023-08-30
|
* Apply rector fixes to lib/plugin/aclAndreas Gohr2023-08-29
|
* translation updateEduardo Mozart de Oliveira2023-05-24
|
* translation updateJose Luis Sanches2023-02-28
|
* translation updateRobert Riebisch2022-12-27
|
* translation updateAleksandr Selivanov2022-10-13
|
* Merge branch 'master' into lang_update_431_1650133500Gerrit Uitslag2022-04-16
|\
| * Merge pull request #3603 from dokuwiki-translate/lang_update_355_1637657078Andreas Gohr2022-01-22
| |\ | | | | | | translation update
| | * translation updateEduardo Mozart de Oliveira2021-11-23
| | |
| * | translation updateViktor Horváth2022-01-02
| |/
* / translation updateSchplurtz le Déboulonné2022-04-16
|/
* translation updateAxel Kirch2021-08-08
|
* translation updateOlivier Humbert2021-03-18
|
* translation updatePetr Kajzar2020-11-14
|
* translation updateqezwan2020-10-07
|
* translation updateqezwan2020-10-07
|
* translation updateqezwan2020-10-05
|
* Update translationFrank Long2020-09-03
| | | | 選擇 =>Traditional Chinese 选择 => Simplified Chinese
* translation updateEndrit Callaki2020-09-03
|
* translation updatePhy2020-08-31
|
* Merge pull request #3115 from moisesbr-dw/sort-with-collatorAndreas Gohr2020-08-26
|\ | | | | Sort with collator
| * Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2Moisés Braga Ribeiro2020-08-16
| | | | | | | | Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.
| * Access Control List ManagementMoisés Braga Ribeiro2020-05-19
| | | | | | | | | | | | | | | | All sortable lists: - tree list of namespaces and pages - drop-down list with users and groups - rule list by page/namespace (main sort) - [enhancement] rule list by user/group (secondary sort)
* | translation updateGHSRobert Ciang2020-08-05
| |
* | Merge pull request #3174 from dokuwiki-translate/lang_update_81_1592121578Henry Pan2020-06-14
|\ \ | | | | | | Translation update (vi)
| * | translation updateThien Hau2020-06-14
| | |
* | | translation updateSchplurtz le Déboulonné2020-06-14
|/ /
* | translation updateThien Hau2020-06-13
| |
* | translation updateHokkaidoPerson2020-06-13
| |
* | translation updatePaulo Schopf2020-05-29
| |
* | translation updateThien Hau2020-05-06
|/
* translation updateMac2020-04-29
|
* jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵Phy2020-02-23
| | | | | | attr Related to #1546.
* translation updaterusly-id2020-01-19
|
* translation updateTuomo Hartikainen2020-01-08
|
* Final project-wide check of curly brace deprecations.Syntaxseed2019-10-31
|
* Fix PHP 7.3 deprecations in lib/ directory.Syntaxseed2019-10-30
|
* ACL Plugin: make item formatter public againAndreas Gohr2019-10-15
| | | | The formatter needs to be public to be called from html_buildlist()