22054c9b | 24-Aug-2025 |
Antonio Bueno <atnbueno@gmail.com> |
Fixed typos in es/lang.php
Half a dozen typos fixed in the Spanish localization |
5d8c147a | 06-Aug-2025 |
wyattscarpenter <wyattscarpenter@gmail.com> |
Update wordblock.conf |
f7f6f5fc | 02-Aug-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
9c952d3b | 01-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
run passcrypt when user does not exist #4491
This will automatically use the configured password hashing method, thus matching what existing users most likely have for their hash as well. |
e37d2b41 | 30-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
add random delay on login #4491
This is meant to mitigate timing attacks on the login mechanism. |
9b006b5f | 22-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Extension manager: when no url or upload given, do nothing |
7f647da1 | 22-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Extension manager: when url given, don't try to use upload, too |
b0bf729c | 21-Jul-2025 |
Or Gozlan <gozlan.or@gmail.com> |
translation update |
f5886666 | 21-Jul-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
translation update |
62184d39 | 13-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
extension manager: highlight available update again
People really seem to miss the highlight for available updates.
Also see discussion at https://forum.dokuwiki.org/d/23149-extention-extension-upd
extension manager: highlight available update again
People really seem to miss the highlight for available updates.
Also see discussion at https://forum.dokuwiki.org/d/23149-extention-extension-updates-prasenter-darstellen
show more ...
|
678ae4f0 | 07-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix issue in plugincontroller when loading plugins without info |
12f9c6ba | 01-Jul-2025 |
Daniel Dias Rodrigues <danieldiasr@gmail.com> |
translation update |
f51641de | 30-Jun-2025 |
Andreas Gohr <andi@splitbrain.org> |
ease popularity plugin reuse
See #4477 for rationale |
c5dc288e | 30-Jun-2025 |
Andreas Gohr <andi@splitbrain.org> |
typo fix |
31add35e | 30-Jun-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix $thing parameter in deprecation helper
See https://github.com/dokuwiki/dokuwiki/commit/615810c59cd1bbc7a6f950fa667bd0c75f92d99a#r161070574 |
1b8e843a | 29-Jun-2025 |
Luna Shirase <fwits@foxmail.com> |
translation update |
9791ae45 | 28-Jun-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix openapi spec download when no subdir is used
See https://github.com/dokuwiki/dokuwiki/commit/0c6e917818109b1f50cd46754bb3bf353e36d889#r160979301 |
abe3cab3 | 11-Jun-2025 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
0296c9b0 | 05-Jun-2025 |
Matt Perry <matt@mattperry.com> |
Add support for webp preview in the media manager |
7caad012 | 04-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
extend tests, fix issues with new Ip methods |
33cb4e01 | 03-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Make is_ssl and baseurl use proper proxy checks
This should not only address #4455 but also ensures that the related headers are only used when they come from a trusted reverse proxy chain. |
6a9b3303 | 03-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
reorder the init process
This makes autoloading and $INPUT available earlier |
68c69053 | 03-Jun-2025 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
443c53d5 | 01-Jun-2025 |
Damien Regad <dregad@mantisbt.org> |
dwpage: Detect that workingfile is a directory
And provide meaningful error message instead of PHP warning.
Fixes #4461 |
2ee9c305 | 29-May-2025 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Don't complain about changed download URLs when plugin repository is unavailable
Fixes #4459 |