History log of /dokuwiki/lib/plugins/authad/action.php (Results 1 – 14 of 14)
Revision Date Author Comments
# 5c483796 02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

adjusted docblocks for renamed class aliases


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# c6977b3a 26-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change event naming scheme

FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286


# 8128de6c 20-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Scrutinizer annotations


# bde2a644 19-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Scrutinizer annotations


# 903616ed 19-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

register HTMLFORM_LOGIN_OUTPUT event handler


# 8549e2b5 23-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

support UI\Login form modification in AuthAD

authad plugin will insert domain selector in the Ui\Login form during the event HTML_LOGINFORM_OUTPUT


# a4337320 11-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for authad plugin


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 4c32d8dc 09-Feb-2015 Andreas Gohr <gohr@cosmocode.de>

fixed method signature #1024


# 741b8a48 14-Feb-2014 Andreas Gohr <andi@splitbrain.org>

Show a domain dropdown when multiple AD domains are configured

This integrates the functionality of the now outdated addomain plugin
directly into the authad plugin and makes multi-domain setups usa

Show a domain dropdown when multiple AD domains are configured

This integrates the functionality of the now outdated addomain plugin
directly into the authad plugin and makes multi-domain setups usable
without SSO.

See also https://github.com/cosmocode/dokuwiki-plugin-addomain

show more ...


# 16ad3fae 14-Feb-2014 Andreas Gohr <andi@splitbrain.org>

fixed some doc strings