| 9fd41b56 | 12-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f81e58d4 | 12-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Fix overwrite-groups config
This is a new implementation of the group handling introduced in #125
The previous implementation failed to preserve provider groups properly. This also adds tests for t
Fix overwrite-groups config
This is a new implementation of the group handling introduced in #125
The previous implementation failed to preserve provider groups properly. This also adds tests for the behaviour.
show more ...
|
| 406863f7 | 11-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1cdd3f90 | 28-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
disable plain auth login in singleService mode #118 |
| 542bb44d | 28-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
don't show login form on denied with SingleService |
| caf913c3 | 28-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
redirect on SingleService on denied #61 |
| 33f07386 | 15-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| c576a6cb | 28-Mar-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 8e75897c | 28-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Keep user groups set by different OAuth adapter plugins |
| ad56356c | 24-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Smarter merge of user groups |
| 1e4efa57 | 23-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update local user data with info from provider |
| cc8dfdcc | 15-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 6c289c0f | 13-Feb-2022 |
David 'ilicz' Klementa <ilicz@inmail.cz> |
Fix CS lang files description |
| 0ccb80eb | 13-Feb-2022 |
David 'ilicz' Klementa <ilicz@inmail.cz> |
Add translation to cs language |
| d3e8d61d | 21-Jan-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| f9df50fa | 15-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| dca744f7 | 13-Jan-2022 |
Viktor Kristian <vkristian@gmail.com> |
added translation to sk language |
| 6d7ae066 | 11-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 97399108 | 11-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
check HTTP status properly in HTTPClient |
| 568565b9 | 11-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
do not call auth_login ourselves but signal it
By returning null, the normal auth_login is triggered including all the needed events. This fixes the CAPTCHA integration. |
| b18747a3 | 04-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 45fc651d | 03-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Do not display login form if singleService is set
Fixes #116 |
| 9b704d2c | 19-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| a1fa007a | 19-Dec-2021 |
Naoto Kobayashi <naoto.kobayashi4c@gmail.com> |
Enable oauth service plugins to implement their own procedures on logout
Although some oauth services need their own procedures on logout (e.g. Keycloak needs to access the logout endpoint), there i
Enable oauth service plugins to implement their own procedures on logout
Although some oauth services need their own procedures on logout (e.g. Keycloak needs to access the logout endpoint), there is no way to implement them. Fix it.
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
show more ...
|
| d5846216 | 15-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |