History log of /plugin/oauth/ (Results 1 – 25 of 231)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c1ab373e23-Jul-2026 Andreas Gohr <andi@splitbrain.org>

Version upped

ffd443f923-Jul-2026 Andreas Gohr <gohr@cosmocode.de>

ensure getUserByEmail returns a string

we cache users in an associative array and PHP coerces numeric like
usernames into integers. The user name has to be a string though.

938fdf8703-Jun-2026 Wizzard <wizzardsk@gmail.com>

Translation update (sk)

5a8fc4cf16-Dec-2025 weiqi <yuweiqi_001@126.com>

Translation update (zh)

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

12345678910