| c1ab373e | 23-Jul-2026 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ffd443f9 | 23-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. |
| 938fdf87 | 03-Jun-2026 |
Wizzard <wizzardsk@gmail.com> |
Translation update (sk) |
| 5a8fc4cf | 16-Dec-2025 |
weiqi <yuweiqi_001@126.com> |
Translation update (zh) |
| b5612284 | 23-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 46fd405a | 23-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. |
| 59707c5f | 20-Sep-2025 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 876aa6e0 | 09-Sep-2025 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 3005745c | 02-Sep-2025 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| f35c32e2 | 01-Sep-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4a9a2508 | 01-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 ...
|
| fe49fd82 | 01-Sep-2025 |
Andreas Gohr <gohr@cosmocode.de> |
option to enforce oauth for some users |
| 90b4dfc4 | 02-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| dd98db8c | 02-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> |
| 1fd48dc8 | 31-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 096e7539 | 30-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 ...
|
| 5cabb95e | 02-Aug-2024 |
dzwdz <dokuwiki@dzwdz.net> |
translation update |
| e9e2f932 | 05-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 290e9b1f | 05-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
automatic style fixes and new workflows |
| ffb511c6 | 04-Feb-2024 |
mod <modex@mail.ru> |
translation update |
| d9f53e6a | 12-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5c87cc36 | 27-Mar-2023 |
Elan Ruusamäe <glen@delfi.ee> |
Setup .gitattributes file
This is to exclude unrelated files for installation |
| 6341de03 | 29-Mar-2023 |
Gilson Caldeira <gilsoncaldeira@gmail.com> |
translation update |
| ef2546ee | 01-Mar-2023 |
Gerrit <klapinklapin@gmail.com> |
translation update |
| 0d7a6507 | 16-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |