History log of /plugin/oauth/ (Results 1 – 25 of 227)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b561228423-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

46fd405a23-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

avoid warnings when decoding login cookie

The login cookie might not be set by oauth. That's fine but we need to
avoid the warnings.

59707c5f20-Sep-2025 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

876aa6e009-Sep-2025 Marek Adamski <fevbew@wp.pl>

translation update

3005745c02-Sep-2025 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

f35c32e201-Sep-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

4a9a250801-Sep-2025 Andreas Gohr <gohr@cosmocode.de>

do not clear login data on every load

logoff is called a lot when a user is not authenticated yet. This can
interfere with the oauth login process when calls are made while the
user is at the IdP, f

do not clear login data on every load

logoff is called a lot when a user is not authenticated yet. This can
interfere with the oauth login process when calls are made while the
user is at the IdP, for example triggered by AJAX beacons like created
by the statistics plugin.
There is no real reason to delete the temporary session data. We can
simply keep it until it is used or replaced by new data.

show more ...

fe49fd8201-Sep-2025 Andreas Gohr <gohr@cosmocode.de>

option to enforce oauth for some users

90b4dfc402-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

dd98db8c02-Nov-2024 Naoto Kobayashi <naoto.kobayashi4c@gmail.com>

Add http response body to HttpTokenResponseException

Because response body is also helpful for error handler.

Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>

1fd48dc831-Oct-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

096e753930-Oct-2024 Naoto Kobayashi <naoto.kobayashi4c@gmail.com>

Add HttpTokenResponseException making error handling easy

Although http status code and http error message are helpful in error handling,
TokenResponseException, throwed by oauth\HTTPClient if an er

Add HttpTokenResponseException making error handling easy

Although http status code and http error message are helpful in error handling,
TokenResponseException, throwed by oauth\HTTPClient if an error occured during
the http request, does not have fields/methods which indicate them directly.

Solve it by adding HttpTokenResponseException which has indicators of http status
code and http error message, and throwing it instead of TokenResponseException.

Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>

show more ...

5cabb95e02-Aug-2024 dzwdz <dokuwiki@dzwdz.net>

translation update

e9e2f93205-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

290e9b1f05-Mar-2024 Andreas Gohr <andi@splitbrain.org>

automatic style fixes and new workflows

ffb511c604-Feb-2024 mod <modex@mail.ru>

translation update

d9f53e6a12-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

5c87cc3627-Mar-2023 Elan Ruusamäe <glen@delfi.ee>

Setup .gitattributes file

This is to exclude unrelated files for installation

6341de0329-Mar-2023 Gilson Caldeira <gilsoncaldeira@gmail.com>

translation update

ef2546ee01-Mar-2023 Gerrit <klapinklapin@gmail.com>

translation update

0d7a650716-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

1258c6c016-Feb-2023 Andreas Gohr <andi@splitbrain.org>

do not require password in session. replaces #135

We do not really care for the password in the session and usually don't
even have it when authenticating via oAuth.

This fixes a warning on PHP 8+

da47332225-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

bfebac1825-Oct-2022 Andreas Gohr <andi@splitbrain.org>

fix user comparison and skip update on protected users

The farmer lets us know when a user is protected and can't be written,
so we can actually skip the update completely. fixes #132 for good

d209a58c25-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Only update local user cache when userdata has changed

There is no need to update the local user on every login when nothing
has changed.

This should fix most instances of #132 - if the oAuth provi

Only update local user cache when userdata has changed

There is no need to update the local user on every login when nothing
has changed.

This should fix most instances of #132 - if the oAuth provider data has
actually updated, the user would have to log into the farmer to update
the data though.

show more ...

12345678910