| 234bbfaf | 26-Jul-2024 |
hauk92 <47572039+hauk92@users.noreply.github.com> |
Use date in install.php |
| f4faa217 | 17-Jul-2024 |
Ekin <ata.ekin@windowslive.com> |
translation update |
| 956542d0 | 08-Jul-2024 |
Tobias <5702338+T0biii@users.noreply.github.com> |
fixes #4265
Run autoFix only if repository owner is dokuwiki |
| 4a9d6ae2 | 02-Jul-2024 |
mauli <mauli+gitstuff-things@maulware.com> |
Move JWT token into metadir #4239
Moving JWT token store away from cache directory, to have long-lived authentication files properly stored.
Using sha256 on the files instead of md5, to help mitiga
Move JWT token into metadir #4239
Moving JWT token store away from cache directory, to have long-lived authentication files properly stored.
Using sha256 on the files instead of md5, to help mitigate potential hash collision as filenames are based on username.
show more ...
|
| 07a871e6 | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
Support Woltlab password hashes
The Woltlab forum software uses bcrypt passwords, but prefixes them with "Bcrypt:". This adds support for this in our PassHash class. |
| c1dcf0d7 | 24-Jun-2024 |
hauk92 <47572039+hauk92@users.noreply.github.com> |
Remove obsolete translation |
| d4059ee7 | 22-Jun-2024 |
hauk92 <47572039+hauk92@users.noreply.github.com> |
Log in local time instead of utc |
| 0e1a7ec2 | 19-Jun-2024 |
merefox retronica <merefox@naver.com> |
translation update |
| dafc9892 | 16-May-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| 432cfaa6 | 15-May-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| b56152e0 | 13-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
update create-pull-request action to v6 |
| 5284332a | 11-May-2024 |
uaKalwin <world9online@gmail.com> |
translation update |
| f28d9c9e | 08-May-2024 |
Junting Wu <lance20501@gmail.com> |
translation update |
| 186263b2 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Apply PSR-12 to media_nstree() function |
| de301a35 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix display of media manager namespace hierarchy
When the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki, the non-existing namespace is n
Fix display of media manager namespace hierarchy
When the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki, the non-existing namespace is not added to the hierarchy.
This behavior is not consistent with what happens when the namespace's name is lower. In this case, an entry is inserted in the tree at the appropriate location.
Fixed by appending the temporary namespace at the end of the tree if it was not inserted by the search loop.
Fixes #4276
show more ...
|
| 9988e853 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix Undefined array key warning
E_WARNING: Undefined array key 3 in ./inc/media.php(1700) E_WARNING: Trying to access array offset on value of type null in ./inc/media.php(1700)
This happens when t
Fix Undefined array key warning
E_WARNING: Undefined array key 3 in ./inc/media.php(1700) E_WARNING: Trying to access array offset on value of type null in ./inc/media.php(1700)
This happens when the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki.
Fixes #4276
show more ...
|
| c51a3e99 | 01-May-2024 |
Marek Lach <mareklachbc@tutanota.com> |
translation update |
| e9b29fc5 | 01-May-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
Update extension.test.php
fix for failing test due to aligned url entry
ref https://github.com/dokuwiki/dokuwiki/issues/4270#issuecomment-2088208289 |
| 5a4a5e05 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix PHP warning
E_WARNING: Trying to access array offset on value of type bool ./inc/Ui/Recent.php(165) |
| 5c1c6873 | 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump $updateVersion to 56 |
| 34e675a8 | 30-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
align url for lib/plugin members
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url of `plugin.info.txt` to standard prefix - realign spacing as applicable |
| 6b69197a | 30-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
align url
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url to standard prefix - realign spacing |
| 31afae8a | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
allow admin components to skip being shown in the admin menu
This is related to #4249. At least the farmer plugin provides a top level admin component and several sub components which are loaded fro
allow admin components to skip being shown in the admin menu
This is related to #4249. At least the farmer plugin provides a top level admin component and several sub components which are loaded from the top component. For this use case it makes sense to be able to hide components from the admin interface. Default remains to show all.
show more ...
|
| 821c061a | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
move ldap debug statement
See https://forum.dokuwiki.org/d/22179-dokuwiki-and-openldap-login-failing-with-no-srch/4
This was probably the result of a messy merge. |
| 7460b198 | 15-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
escape environment data in admin interface
Data might contain special chars. |