| 1c8e20e3 | 18-Mar-2024 |
Nelson Ion <nelson-ion@users.noreply.github.com> |
Language patch pt-br for login.txt |
| dfaf0747 | 13-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
Support b and x variants for bcrypt hashes
Prompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3
As stated on https://stackoverflow.com/a/36225192
> there is no differen
Support b and x variants for bcrypt hashes
Prompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3
As stated on https://stackoverflow.com/a/36225192
> there is no difference between 2, 2a, 2x, 2y, and 2b. If you wrote your > implementation correctly, they all output the same result.
show more ...
|
| 4d2a0912 | 11-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
increase github action versions |
| 2a113f46 | 03-Mar-2024 |
FailedCode <xeres666@googlemail.com> |
Tests: The at() matcher has been deprecated
fixes #3811
Replaces at() with withConsecutive() in these tests:
- TestOfLexer::testSinglePattern - TestOfLexer::testMultiplePattern - TestOfLexerModes:
Tests: The at() matcher has been deprecated
fixes #3811
Replaces at() with withConsecutive() in these tests:
- TestOfLexer::testSinglePattern - TestOfLexer::testMultiplePattern - TestOfLexerModes::testIsolatedPattern - TestOfLexerModes::testModeChange - TestOfLexerModes::testNesting - TestOfLexerModes::testSingular - TestOfLexerModes::testUnwindTooFar - TestOfLexerHandlers::testModeMapping - TestOfLexerByteIndices::testIndex - TestOfLexerByteIndices::testIndexLookaheadEqual - TestOfLexerByteIndices::testIndexLookaheadNotEqual - TestOfLexerByteIndices::testIndexLookbehindEqual - TestOfLexerByteIndices::testIndexLookbehindNotEqual
show more ...
|
| 8ff79746 | 06-Mar-2024 |
Christoph <nocontact@example.org> |
translation update |
| c13ef3ba | 05-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
composer updates |
| 5824a753 | 04-Mar-2024 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 7bb40883 | 22-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
adjust compatibility string methods. fixes #4221
This uses the implementations from https://github.com/symfony/polyfill-php80
Not only does it fix signature compatibility by accepting null strings
adjust compatibility string methods. fixes #4221
This uses the implementations from https://github.com/symfony/polyfill-php80
Not only does it fix signature compatibility by accepting null strings but it also adjust the handling of falsy values (like 0)
show more ...
|
| ba15f985 | 22-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: ignore charset when checking content types
We still expect all communication to be in UTF-8, but we really don't need a charset attribute for that.
fixes #4218, replaces #4219 |
| 791b191c | 21-Feb-2024 |
Donatas Glodenis <dgvirtual@akl.lt> |
fix breaking error |
| 6595e6c8 | 21-Feb-2024 |
Donatas Glodenis <dgvirtual@akl.lt> |
Updated Lithuanian translation |
| a77ab274 | 21-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
introduce a template function to output a inline script
This handles the output of a potentially available nonce. |
| e0aa6775 | 21-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
move JS detection to default script
This moves the little helper that will remove a "no-js" class from the header element as soon as JavaScript is detected from the dokuwiki template to our default
move JS detection to default script
This moves the little helper that will remove a "no-js" class from the header element as soon as JavaScript is detected from the dokuwiki template to our default inline script that also initializes the JSINFO array.
This ensures that this inline script is run with a nonce (if available). See #3788 for more infor
show more ...
|
| e5d413b0 | 21-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
Use environment provided NONCE for inline scripts. #3788
When an outside source wants to set a restrictive CSP, it can use a nonce to allow inline scripts instead of using 'unsafe-inline'. This nonc
Use environment provided NONCE for inline scripts. #3788
When an outside source wants to set a restrictive CSP, it can use a nonce to allow inline scripts instead of using 'unsafe-inline'. This nonce can be passed on via the environment variable NONCE and will be used in tpl_metaheaders to tag our inline JS initializations.
An update to the cspheaders plugin should be made to provide a nonce as well.
show more ...
|
| 3d106cfb | 21-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
remove ols xhtml compatibility CDATA comments
We really don't need these anymore for modern browsers. |
| f2a2bc72 | 21-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
remove old IE conditionals from script loading
We really need not to think about IE anymore |
| e05e1bd9 | 21-Feb-2024 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update bug_report.yml |
| 3f815ae3 | 18-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
bug template improvments
* maybe fix auto-tagging * explicitly mention SSO as an environment to provide * mention configruartion settings as environment data |
| 9e5ebb62 | 18-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
do not delete random_compat library. fixes #4214 |
| 38dc4143 | 14-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
added github issue form for bug reports
This should hopefully help to get more useful bug reports by making it more clear what kind of info we need.
Blank issues can still be created but are less p
added github issue form for bug reports
This should hopefully help to get more useful bug reports by making it more clear what kind of info we need.
Blank issues can still be created but are less prominent. I'm not sure if we need other types.
show more ...
|
| 1ef69b55 | 12-Feb-2024 |
Nickeau <gerardnico@users.noreply.github.com> |
The delete profile form was no more visible due to a missing echo
Sorry. I missed this one. It was on my list of errors but I forgot it. |
| 7e23bd08 | 11-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
use correct FeedOptions methods. fixes #4203
This makes feed.php use the correct methods for setting the feed type and content-type header. It also adds the missing type definition for RSS 1.0 |
| 7a9c51a0 | 10-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
Imports may not be named like local classes. fixes #4200
For compatibility reasons we let our old `cache` class inherit from `dokuwiki\Cache\Cache` but `cache` equals `Cache`. At least on some PHP v
Imports may not be named like local classes. fixes #4200
For compatibility reasons we let our old `cache` class inherit from `dokuwiki\Cache\Cache` but `cache` equals `Cache`. At least on some PHP versions? I did not see any problem on my local machine running PHP 8.2 but the problem was visible on a machine running 8.1.27
show more ...
|
| 2c978aed | 09-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
sprintf expects ...args instead of an array. fixes #4193 |
| 1cedacf2 | 09-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
gracefully handle decryption errors
This should fix #4198 |