| 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 |
| 1258c6c0 | 16-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+ |
| da473322 | 25-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| bfebac18 | 25-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 |
| d209a58c | 25-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 ...
|