| 768eb04b | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Added dataporten lang option en |
| a1b04410 | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Update DataportenAdapter.php |
| b72875b6 | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Update Dataporten.php |
| 42f43477 | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Added dataporten service |
| e5b447f5 | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Update metadata.php |
| d0100621 | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Added dataporten to conf |
| f9bc8f09 | 28-Jun-2016 |
Kasper Rynning-Tønnesen <kasperr@stud.ntnu.no> |
Added dataporten adapter |
| 518d0e6e | 21-Jun-2016 |
Michael Große <mic.grosse@posteo.de> |
Add slash in case animalURL() doesn't end with it |
| d681623c | 21-Jun-2016 |
Michael Große <mic.grosse@posteo.de> |
Version upped |
| 318230bb | 21-Jun-2016 |
Michael Grosse <grosse@cosmocode.de> |
Make the error message a bit more verbose. |
| 438dcc52 | 21-Jun-2016 |
Michael Grosse <grosse@cosmocode.de> |
Support a farm-setup with google oauth
This assumes that the refactored farmer-plugin is used. (See https://www.dokuwiki.org/plugin:farmer and https://github.com/cosmocode/dokuwiki-plugin-farmer )
Support a farm-setup with google oauth
This assumes that the refactored farmer-plugin is used. (See https://www.dokuwiki.org/plugin:farmer and https://github.com/cosmocode/dokuwiki-plugin-farmer )
SPR-506
show more ...
|
| 6af97066 | 11-May-2016 |
Steve Nolen <technolengy@gmail.com> |
keycloak: add groups if provided in token |
| 4c7f12a8 | 05-May-2016 |
Steve Nolen <technolengy@gmail.com> |
Add keycloak as identity provider |
| 09036ed2 | 10-Mar-2016 |
Michael Große <mic.grosse@posteo.de> |
Version Upped |
| 188ba446 | 10-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Keep the get parameters except id
'id' is provided by the wl() function if needed. We should not duplicate it. |
| 109d8077 | 10-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Add login hint if we have a session |
| 07329240 | 07-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
test on current PHP |
| 28c17018 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 69d9f829 | 29-Jan-2016 |
German Lena <german.lena@gmail.com> |
Added Auth0 as an Oauth2 IdP (Oauth2) |
| 838277f5 | 15-Oct-2015 |
Michael Große <mic.grosse@posteo.de> |
upped version |
| f043e608 | 15-Oct-2015 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| af2a4e8f | 14-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Use more extensive and robust logout cleaning |
| b2b9fbc7 | 14-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Reorder methods within class, no functional changes |
| 523e6571 | 14-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Do not attempt another login if the first failed
The user was constantly forwarded to their oauth provider if the login did not succeed. To fix this the check for a valid session was moved to the fr
Do not attempt another login if the first failed
The user was constantly forwarded to their oauth provider if the login did not succeed. To fix this the check for a valid session was moved to the front to handle all non-get requests and requests which are not directed at doku.php.
Also delete the cookie if the (re-)login fails.
show more ...
|
| 827232fc | 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Refactor Login processing into method |