#
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
#
dccd6b2b |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing
|
#
54cc7aa4 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of lib/plugin
|
#
c243774d |
| 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
another go at #3717
c0ece86a0ac0cfab0856b056fb3ce8e726855542 was wrong too, because most deprecation logs drop the callee
|
#
c0ece86a |
| 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
Another fix for #3717
The deprecation mechanism did actually log the wrong file (callee instead of caller). This was fixed and the message adjusted again.
A guardian for very short backtraces and l
Another fix for #3717
The deprecation mechanism did actually log the wrong file (callee instead of caller). This was fixed and the message adjusted again.
A guardian for very short backtraces and large offsets was added
show more ...
|
#
aa726f38 |
| 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
better deprecation message for require. fixes #3717
|
#
b97865bf |
| 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust callstack depth for deprecation message further
|
#
e4aa0139 |
| 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
better deprecation messages for self required plugin base files
|
#
e1d9dcc8 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace
|
#
42c2870a |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
plugin prototype adjustments
They are now proper abstract classes
|
#
64159a61 |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change.
|
#
6bf5cd2f |
| 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
remove support for loading old auth backend configs #1535
|
#
e6c4392f |
| 07-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Fix scrutinizer issues with auth
|
#
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|
#
9c03f73b |
| 13-Oct-2014 |
Michal Koutný <xm.koutny@gmail.com> |
AUTH_USER_CHANGE handler can modify passed data
Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effecti
AUTH_USER_CHANGE handler can modify passed data
Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effectively preventing any changes by the AUTH_USER_CHANGE implementer.
show more ...
|
#
253d4b48 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more PHPDocs, unused var, small bit code reformatting
|
#
59bc3b48 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements
|
#
2dc9e900 |
| 04-May-2014 |
Christopher Smith <chris@jalakai.co.uk> |
KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolean values
|
#
06e3e0c7 |
| 14-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use $requireGroups constants in auth classes; comments; code improvements
|
#
2046a654 |
| 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group inform
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information.
This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
show more ...
|
#
9a2c73e8 |
| 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
streamlined retrieveUsers() signature over all auth plugins FS#2919
|
#
2f46ade0 |
| 04-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2806 - fix auth capability listing in html_debug()
|
#
6535e29c |
| 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed loading of old configuration for auth plugins
|
#
a701b283 |
| 08-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed config loading for auth plugins
|
#
46b991a3 |
| 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
merge old auth style configs with plugin config
|