4 Commits

Author SHA1 Message Date
615810c59c address issues mention in PR#4045 2023-08-30 17:46:31 +02:00
1490c177a0 Apply rector fixes to inc/Extension and inc/Debug 2023-08-29 14:15:12 +02:00
Phy
81e99965a7 fallback to auth_login check when trustExternal returns null
This is a work based on #2701, Before this patch, it is either fully external, or fully internal (and DokuWiki's auth cookie mechanism is used in auth_login()). I believe we should provide plugin developers with a third state as out-put. Semantically $auth->trustExternal() === null to delegate auth flow back to DokuWiki makes sense to me - like no external auth result is returned, so we need to run internal auth flow.

Co-Authored-By: paweljasinski <paweljasinski@users.noreply.github.com>
2020-03-09 20:10:54 -04:00
e1d9dcc8b4 First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00