| 9928f5ef | 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Refactor user processing and cookies into methods |
| f07c7607 | 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Refactor user creation |
| 09623faa | 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Store and reload entire $_REQUEST |
| f2e164b0 | 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Only force relogins during GET request to doku.php |
| 8b9e8762 | 12-Oct-2015 |
Michael Große <mic.grosse@posteo.de> |
upped version |
| c29c7913 | 12-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 ...
|
| 3c0c1b14 | 08-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Make getValidDomains more consistent and intuitive |
| ebf681d1 | 08-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Use more existing functions |
| 0aa332ff | 08-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Honor if registration is globally disabled in conf |
| d9818adb | 08-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Allow mailRestriction to multiple domains |
| 8faca129 | 06-Oct-2015 |
Michael Große <mic.grosse@posteo.de> |
upped version |
| 9683193c | 06-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. |
| d4ee65cf | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Ensure a secure eMail restriction |
| 336946b1 | 05-Oct-2015 |
Michael Große <mic.grosse@posteo.de> |
Update plugin.info.txt |
| 5b21b630 | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Make the restriction apply to all oauth domains |
| 16bf2f00 | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Do not use hd and only check user afterwards
Add error message for denied login. |
| 4fe1f30f | 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Add conf option to deny all but one hosted domain |
| 7faae2e2 | 03-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| 213f4618 | 22-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 ...
|
| 936b9c9c | 22-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. |
| 4485a349 | 16-Jul-2015 |
Michael Große <grosse@cosmocode.de> |
Redirect to original page, if the login is successful |
| 92d435a1 | 26-Feb-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Update email-adress in plugin.info.txt |
| 2cb413b6 | 26-Feb-2015 |
Michael Große <mic.grosse+github@googlemail.com> |
Update email-adress in README |
| 484dca18 | 24-Feb-2015 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4304ef94 | 05-Jan-2015 |
Michael Große <grosse@cosmocode.de> |
Change default value from 'AllowAll' to '' |