History log of /dokuwiki/inc/ (Results 226 – 250 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5ab8f4a013-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.

dd952db803-Nov-2023 pau <pau@estuditic.com>

translation update

9b03c56327-Oct-2023 talal <ksa76@hotmail.com>

translation update

d26e5a2416-May-2023 Andreas Gohr <andi@splitbrain.org>

Tokenauth: ignore case when gettign auth header from apache

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

added tests for auth token handling

455aa67e25-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 ...

e66f8dfe12-Oct-2023 Andreas Gohr <andi@splitbrain.org>

use rtrim not trim to remove trailing dots

28a6ee9a07-Oct-2023 Klap-in <Klap-in@users.noreply.github.com>

�� Rector and PHPCS fixes

ac29674e07-Oct-2023 Marek Adamski <fevbew@wp.pl>

translation update

3f60038503-Oct-2023 Werewolf <alvar@raamat.polva.ee>

translation update

7aaa205103-Oct-2023 Michał <kamykowsky@gmail.com>

translation update

42411fe930-Sep-2023 Andreas Gohr <andi@splitbrain.org>

strip any trailing dots when resolving IDs

fixes #4072

5f21556d26-May-2023 Damien Regad <dregad@mantisbt.org>

Fix undefined array key warning

9349c09b25-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

minor refactor

adf3f0ad24-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

update Recent as well

7195184124-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

deprecate parseChangelogLine()

It was already replace in code, replaced in unit test as well.

4d95c16824-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

code style

8516005924-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

little refactoring

a835c93a24-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

Let ChangeLog set the mode(media/page) for a revision log entry

8cc30c1c24-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

set media entry to fix Undefined array key

Fix #3958

be801c8621-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

Fix Undefined array key "file" and "line"

E_WARNING: Undefined array key "line"
/home/gerrit/Sites/dokuwiki/dokuwiki/inc/infoutils.php(525)

In the exception::trace this line is labeled as internal

Fix Undefined array key "file" and "line"

E_WARNING: Undefined array key "line"
/home/gerrit/Sites/dokuwiki/dokuwiki/inc/infoutils.php(525)

In the exception::trace this line is labeled as internal function. Of
course it is an assumption that all cases without file are internal
functions.

show more ...

67efd1ed20-Sep-2023 Pieter Hollants <pieter@hollants.com>

Fix updateProfile() not checking for removed $changes["pass"]

If the authentication plugin does not support modifying passwords, we
unset($changes['pass']) further above, but then the check for
$cha

Fix updateProfile() not checking for removed $changes["pass"]

If the authentication plugin does not support modifying passwords, we
unset($changes['pass']) further above, but then the check for
$changes['pass'] must also handle the case that we did indeed unset it.

show more ...

a0e3c23118-Sep-2023 Andreas Gohr <andi@splitbrain.org>

Automatically register composer autoloaders for plugins

The plugin controller will now automatically require vendor/autoload.php
for every plugin that has it.

3d04139721-Aug-2023 Andreas Gohr <andi@splitbrain.org>

ensure plugin.info.txt data is complete. fixes #4033

ff13677314-Sep-2023 Andreas Gohr <andi@splitbrain.org>

AutoLoader: ignore plugin enabled/disabled during unit tests

This is required currently because the enabled status of a plugin is
only set when it's appropriate test runs. However some plugins do se

AutoLoader: ignore plugin enabled/disabled during unit tests

This is required currently because the enabled status of a plugin is
only set when it's appropriate test runs. However some plugins do setup
mock classes before the test is instantiated which will then fail.
So for now we skip the enabled checks alltogether for unit testing.

show more ...

12345678910>>...258