| 9b36c1fc | 13-Nov-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| 2a339739 | 13-Nov-2023 |
m-martin-78 <138781920+m-martin-78@users.noreply.github.com> |
Check if trustedproxy is empty + changed behavior in is_ssl to match the same behavior |
| 108f17cf | 13-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
updated devel dependencies |
| 6e9b1877 | 13-Nov-2023 |
m-martin-78 <138781920+m-martin-78@users.noreply.github.com> |
bugfix: trustedproxy is not a delimited pcre |
| 12a78321 | 13-Nov-2023 |
m-martin-78 <138781920+m-martin-78@users.noreply.github.com> |
Codestyle + check trustedproxies
Adjust code style to match dokuwiki's.
Secure the use of `X-Forwarded-Host` by checking against the https://www.dokuwiki.org/config:trustedproxy property. |
| 5ab8f4a0 | 13-Nov-2023 |
m-martin-78 <138781920+m-martin-78@users.noreply.github.com> |
Add support for X-Forwarded-Host proxy header
X-Forwarded-From and X-Forwarded-Proto are already used, so should X-Forwarded-Host. |
| 72203f2c | 08-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
avoid another warning in authad |
| dd952db8 | 03-Nov-2023 |
pau <pau@estuditic.com> |
translation update |
| 1fc5061d | 02-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
skip CompleteMissingIfElseBracketRector
We like our one-line guardians.
See discussion in https://github.com/dokuwiki/dokuwiki/pull/4097#issuecomment-1788608355 https://github.com/dokuwiki/dokuwiki
skip CompleteMissingIfElseBracketRector
We like our one-line guardians.
See discussion in https://github.com/dokuwiki/dokuwiki/pull/4097#issuecomment-1788608355 https://github.com/dokuwiki/dokuwiki/pull/4097#issuecomment-1789826392
show more ...
|
| 8f9a51db | 27-Oct-2023 |
talal <ksa76@hotmail.com> |
translation update |
| 2761c7d4 | 27-Oct-2023 |
Klap-in <Klap-in@users.noreply.github.com> |
Update deleted files |
| 9b03c563 | 27-Oct-2023 |
talal <ksa76@hotmail.com> |
translation update |
| d26e5a24 | 16-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Tokenauth: ignore case when gettign auth header from apache |
| 403d6a9f | 26-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
added tests for auth token handling |
| 455aa67e | 25-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
Introduce token authentication #2431
This generates a JWT token for users. This token can be sent in a Bearer authentication header as a login mechanism. Users can reset their token in the profile.
Introduce token authentication #2431
This generates a JWT token for users. This token can be sent in a Bearer authentication header as a login mechanism. Users can reset their token in the profile.
Note: a previously suggested implementation used a custom token format, not JWT tokens
show more ...
|
| e66f8dfe | 12-Oct-2023 |
Andreas Gohr <andi@splitbrain.org> |
use rtrim not trim to remove trailing dots |
| bafb9437 | 12-Oct-2023 |
Andreas Gohr <andi@splitbrain.org> |
don't break config manager if plugin renderer fails to load #4084 |
| 28a6ee9a | 07-Oct-2023 |
Klap-in <Klap-in@users.noreply.github.com> |
Rector and PHPCS fixes |
| ac29674e | 07-Oct-2023 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 3f600385 | 03-Oct-2023 |
Werewolf <alvar@raamat.polva.ee> |
translation update |
| 7aaa2051 | 03-Oct-2023 |
Michał <kamykowsky@gmail.com> |
translation update |
| d87b6645 | 30-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete tests
These tests have been moved to the File namespace.
|
| 42411fe9 | 30-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
strip any trailing dots when resolving IDs
fixes #4072 |
| 5f21556d | 26-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix undefined array key warning |
| 9349c09b | 25-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
minor refactor |