| 441eb5d5 | 25-Aug-2025 |
Christian Marg <marg@rz.tu-clausthal.de> |
remove deprecated trigger_event. Plugin now requires Hogfather or newer Dokuwiki. |
| 2f37c964 | 23-Sep-2024 |
UnFefeSauvage <57019017+UnFefeSauvage@users.noreply.github.com> |
Update plugin.info.txt |
| 4cbfa2dc | 20-Sep-2024 |
UnFefeSauvage <57019017+UnFefeSauvage@users.noreply.github.com> |
Check for existance of `$_REQUEST['page']` before usage |
| c5985583 | 10-Aug-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Update plugin.info.txt
Bump Version - forgot it after last change. |
| 6fb8fffb | 10-Mar-2019 |
Pawel Jasinski <pawel.jasinski@gmail.com> |
trigger auth_login event when if auth external fails |
| 5db6eafa | 17-Feb-2019 |
Pawel Jasinski <pawel.jasinski@gmail.com> |
changes as requested in PR |
| a015b733 | 17-Feb-2019 |
Pawel Jasinski <pawel.jasinski@gmail.com> |
added support for trustExternal
- if any chained plugin supports trust external it is claimed so - trust external is active before plugin is selected - mixing of trust external and check pass is all
added support for trustExternal
- if any chained plugin supports trust external it is claimed so - trust external is active before plugin is selected - mixing of trust external and check pass is allowed
show more ...
|
| c7709bf1 | 18-Feb-2019 |
Christian Marg <marg@rz.tu-clausthal.de> |
bump date, credit contributor |
| d44f5643 | 17-Feb-2019 |
Pawel Jasinski <pawel.jasinski@gmail.com> |
removed trailing spaces |
| fca3c6d7 | 17-Feb-2019 |
Pawel Jasinski <pawel.jasinski@gmail.com> |
simplified checkpass |
| 54719a74 | 16-Feb-2019 |
Pawel Jasinski <pawel.jasinski@gmail.com> |
corrected name of canDo capability |
| 852535e1 | 30-Jan-2019 |
Christian Marg <marg@rz.tu-clausthal.de> |
bump date, fix indentation |
| 12767e67 | 30-Jan-2019 |
Emmanuel Collignon <emmanuel.collignon@univ-lr.fr> |
bugfix for email subscriptions |
| 9ad8d9f1 | 21-Nov-2018 |
einhirn <marg@rz.tu-clausthal.de> |
bugfix: should work with email subscriptions now |
| e77706be | 21-Nov-2018 |
Christian Marg <marg@rz.tu-clausthal.de> |
chores: update plugin info |
| c27cbb90 | 24-Jul-2017 |
rnck <github@rnck.de> |
Adjust method signature to match parent |
| c9995d6d | 07-Jan-2014 |
einhirn <marg@rz.tu-clausthal.de> |
Updated author, name, email |
| 4e6f1bb5 | 07-Jan-2014 |
einhirn <marg@rz.tu-clausthal.de> |
fixed missing parenthesis |
| 1b39d8c6 | 07-Jan-2014 |
einhirn <marg@rz.tu-clausthal.de> |
fixed "getUserData" for usermanager. |
| b01c8fa4 | 20-Dec-2013 |
einhirn <marg@rz.tu-clausthal.de> |
Removed duplicate "this" |
| b2641a6d | 20-Dec-2013 |
einhirn <marg@rz.tu-clausthal.de> |
dokuwiki adds "manager.dat", this file should be ignored. |
| aca355cf | 13-Aug-2013 |
einhirn <marg@rz.tu-clausthal.de> |
Minor correction - removed a print_r call |
| d9c5261f | 13-Aug-2013 |
einhirn <marg@rz.tu-clausthal.de> |
Modified for use of "usermanager_authtype" - behaves more like ggauth's chained.class.php |
| 32fe206a | 12-Aug-2013 |
einhirn <marg@rz.tu-clausthal.de> |
Code rework to comply (more) with https://www.dokuwiki.org/devel:coding_style |
| 8a493abf | 30-Jul-2013 |
Philipp Neuser <pneuser@physik.fu-berlin.de> |
Fix: Login doesn't last longer than http://www.dokuwiki.org/config:auth_security_timeout |