History log of /plugin/oauth/ (Results 151 – 175 of 227)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9928f5ef13-Oct-2015 Michael Große <grosse@cosmocode.de>

Refactor user processing and cookies into methods

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

Refactor user creation

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

Store and reload entire $_REQUEST

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

Only force relogins during GET request to doku.php

8b9e876212-Oct-2015 Michael Große <mic.grosse@posteo.de>

upped version

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

Save page only if there is text to be saved

Occasionally a page was deleted, i.e. saved with no text, upon relogin
forced by oauth. It is unclear how this was caused, but this fix should
prevent the

Save page only if there is text to be saved

Occasionally a page was deleted, i.e. saved with no text, upon relogin
forced by oauth. It is unclear how this was caused, but this fix should
prevent the deletion and show the page before editing to the user.

show more ...

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

Make getValidDomains more consistent and intuitive

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

Use more existing functions

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

Honor if registration is globally disabled in conf

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

Allow mailRestriction to multiple domains

8faca12906-Oct-2015 Michael Große <mic.grosse@posteo.de>

upped version

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

336946b105-Oct-2015 Michael Große <mic.grosse@posteo.de>

Update plugin.info.txt

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

7faae2e203-Aug-2015 Andreas Gohr <andi@splitbrain.org>

upped version

213f461822-Jul-2015 Michael Große <grosse@cosmocode.de>

Relogin if session is lost or auth_sec_timeout

If the session is lost, possibly to bad server configuration, try a
silent relogin, if an cookie is present that indicates an oauth-session.

If auth_s

Relogin if session is lost or auth_sec_timeout

If the session is lost, possibly to bad server configuration, try a
silent relogin, if an cookie is present that indicates an oauth-session.

If auth_security_timeout is triggered try to re-login based on the
existing session data.

In both cases: Mostly correctly re-set the prvious state after re-login.
Some actions do not work as expected, e.g. pagination in old revisions.

It was decided not to use refresh-tokens. The desired functionality can be achieved by an online-relogin just as
good. Hence this should be prefered to the more user-security invasive
refresh-token mechanism.

show more ...

936b9c9c22-Jul-2015 Michael Große <grosse@cosmocode.de>

Delete auth cookie if auth cannot be verified

If one was logged out by the auth_security_timeout, one was unable to
log in via the plain plugin, because the auth cookie was still set to
oauth.

4485a34916-Jul-2015 Michael Große <grosse@cosmocode.de>

Redirect to original page, if the login is successful

92d435a126-Feb-2015 Michael Große <mic.grosse+github@googlemail.com>

Update email-adress in plugin.info.txt

2cb413b626-Feb-2015 Michael Große <mic.grosse+github@googlemail.com>

Update email-adress in README

484dca1824-Feb-2015 Andreas Gohr <andi@splitbrain.org>

Version upped

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

Change default value from 'AllowAll' to ''

12345678910