History log of /plugin/oauth/lang/ (Results 26 – 50 of 53)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4c7f12a805-May-2016 Steve Nolen <technolengy@gmail.com>

Add keycloak as identity provider

69d9f82929-Jan-2016 German Lena <german.lena@gmail.com>

Added Auth0 as an Oauth2 IdP (Oauth2)

523e657114-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 ...

f07c760713-Oct-2015 Michael Große <grosse@cosmocode.de>

Refactor user creation

d9818adb08-Oct-2015 Michael Große <grosse@cosmocode.de>

Allow mailRestriction to multiple domains

9683193c06-Oct-2015 Michael Große <grosse@cosmocode.de>

Add option for custom redirect URI

If the wiki has per default a local TLD, it may be necessary to
specifies a public redirect URI for some services , e.g. Google, to
work.

d4ee65cf05-Oct-2015 Michael Große <grosse@cosmocode.de>

Ensure a secure eMail restriction

5b21b63005-Oct-2015 Michael Große <grosse@cosmocode.de>

Make the restriction apply to all oauth domains

16bf2f0005-Oct-2015 Michael Große <grosse@cosmocode.de>

Do not use hd and only check user afterwards

Add error message for denied login.

4fe1f30f05-Oct-2015 Michael Große <grosse@cosmocode.de>

Add conf option to deny all but one hosted domain

4304ef9405-Jan-2015 Michael Große <grosse@cosmocode.de>

Change default value from 'AllowAll' to ''

f7ff091618-Dec-2014 Michael Große <grosse@cosmocode.de>

Change login-button according to SingleLogin value

a5e3cc4317-Dec-2014 Michael Große <grosse@cosmocode.de>

Reword Single Service Option

081812bf26-Nov-2014 Michael Große <mic.grosse+github@googlemail.com>

Add option to limit possible login services

As requested in issue 10, add an option to only allow a single external
Service for login, while also deactivating authentication against local
database.

960ab1ee13-Oct-2014 Cyrille37 <cyrille@giquello.fr>

French translation

f753620f13-Aug-2014 dryoo <dryoo@live.com>

Update lang.php

2d4a1bc213-Aug-2014 dryoo <dryoo@live.com>

Update settings.php

aeb3f3f513-Aug-2014 dryoo <dryoo@live.com>

Create settings.php

Korean language

d76b945413-Aug-2014 dryoo <dryoo@live.com>

Create lang.php

korean language file

3b2654aa29-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

added config data for Doorkeeper example

26eb601329-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

show redirect URI to use in config manager

551dc73128-Jul-2014 Andreas Gohr <andi@splitbrain.org>

Added Yahoo! as another provider

this also adds our own storage class

5da1353328-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

Google now works

43972fa428-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

no longer use auto generated conf data

3c0138db26-Jul-2014 Andreas Gohr <andi@splitbrain.org>

Allow logins to existing accounts only with associated accounts

To prevent people can log into existing account with a newly created
social account with a forged email address. We only allow logins

Allow logins to existing accounts only with associated accounts

To prevent people can log into existing account with a newly created
social account with a forged email address. We only allow logins with
previously approved service providers.

When a user logs in for the first time, eg. the email does not exists,
then the user is created and the social account is approved
automatically.

show more ...

123