summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/ajax.php
Commit message (Collapse)AuthorAge
* remove no longer used ajax.phpAndreas Gohr2013-10-20
|
* more $INPUT use FS#2577Andreas Gohr2012-08-24
|
* replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data functionDominik Eckelmann2012-03-21
|
* avoid PHP notice in ACL ajax backend FS#2384Andreas Gohr2011-11-27
|
* Fix some bugs and glitches in (mediamanager) treeAdrian Lang2011-07-11
| | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
* plugin related autoloadingAndreas Gohr2010-02-01
| | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* Added CRSF security token checks in ACL pluginAndreas Gohr2010-01-17
|
* another fix for FS#1847 + msg increasedAndreas Gohr2010-01-13
|
* fixed information leakage in ACL plugin FS#1847Andreas Gohr2010-01-13
|
* Show media namespaces in ACL managerAndreas Gohr2009-08-07
| | | | | | | | | Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9 Namespaces that only exist within the media directory are now merged with the page namespaces in tree explorer of the namespace manager darcs-hash:20090807094607-7ad00-3ce30cffc528e7e20a4b19d8f30d1f3725806162.gz
* ACL Manager rewrittenAndreas Gohr2007-11-17
This patch replaces the old ACL manager plugin with a new, completely rewritten one. The ACL manager is now independent of the page from which it was called, instead all pages and namespaces are selectable from an AJAX enhanced list similar to the one used in the media manager. This should take care of a major complain by new users. Another major confusion was that the old manager only showed relevant rules. This new manager always shows *all* defined ACL rules. darcs-hash:20071117155740-7ad00-1de71e396d5dbc117bf5788fb5667af828d5c20f.gz