4085a5aa | 08-Oct-2025 |
hollisticated-horse <spam3@happyngreen.fr> |
Login accessibility improvements
- addes aria and role attributes to the login form for better autocompletion |
c657f6ed | 06-Oct-2025 |
Roberto Bellingeri <bellingeri@netguru.it> |
Translation update (it) |
21979308 | 28-Sep-2025 |
smocap <smocap@gmail.com> |
translation update |
88c7a8cd | 27-Sep-2025 |
smocap <smocap@gmail.com> |
translation update |
0f6e55a7 | 22-Sep-2025 |
smocap <smocap@gmail.com> |
translation update |
c534b703 | 22-Sep-2025 |
smocap <smocap@gmail.com> |
translation update |
8a24a85d | 17-Sep-2025 |
smocap <smocap@gmail.com> |
translation update |
ffc5e5e9 | 09-Sep-2025 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Remove HTML from strings based on title and tagline |
03fdedf7 | 09-Sep-2025 |
Andreas Gohr <andi@splitbrain.org> |
SECURITY: fix XSS vulnerability. fixes #4512
The namespace selector in the advanced search tools did not correctly escape the user provided namespace.
This issue was reported by Mario Tesoro. |
9cf3f55b | 01-Sep-2025 |
smileyhead <szijartoleventepal@gmail.com> |
Finalise formal Hungarian translation |
8f81e330 | 01-Sep-2025 |
smileyhead <szijartoleventepal@gmail.com> |
Proofreading changes in hu |
17d51514 | 01-Sep-2025 |
smileyhead <szijartoleventepal@gmail.com> |
Proofreading changes in hu |
b270e4cf | 01-Sep-2025 |
smileyhead <szijartoleventepal@gmail.com> |
Update hu |
0e87a0a0 | 31-Aug-2025 |
smileyhead <szijartoleventepal@gmail.com> |
Refine hu translation |
22054c9b | 24-Aug-2025 |
Antonio Bueno <atnbueno@gmail.com> |
Fixed typos in es/lang.php
Half a dozen typos fixed in the Spanish localization |
f7f6f5fc | 02-Aug-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
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. |
b0bf729c | 21-Jul-2025 |
Or Gozlan <gozlan.or@gmail.com> |
translation update |
f5886666 | 21-Jul-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
translation update |
678ae4f0 | 07-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix issue in plugincontroller when loading plugins without info |
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 |
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. |