| f5a0dcac | 22-Mar-2026 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
Translation update (pt-br) |
| 4615f1f4 | 22-Mar-2026 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
Bump phpseclib/phpseclib from 3.0.49 to 3.0.50
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.49 to 3.0.50. - [Release notes](https://github.com/phpseclib/phpseclib/rel
Bump phpseclib/phpseclib from 3.0.49 to 3.0.50
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.49 to 3.0.50. - [Release notes](https://github.com/phpseclib/phpseclib/releases) - [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md) - [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.49...3.0.50)
--- updated-dependencies: - dependency-name: phpseclib/phpseclib dependency-version: 3.0.50 dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <support@github.com>
show more ...
|
| c7a8f458 | 22-Mar-2026 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Update deleted files |
| e4b0c5a0 | 22-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
strict value comparison in auth session check. fixes #4602 |
| c046a97e | 19-Mar-2026 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
Translation update (pt-br) |
| 947b5be7 | 18-Mar-2026 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
Translation update (pt-br) |
| 485f8f35 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
remove utf8_encode() from authad plugin |
| 71d4f5c0 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
todo checker action: ignore vendor |
| 093fe67e | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
updated rector and applied it |
| 85c88efa | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
removed another php 7.4 workaround |
| 2114d546 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
removed an old PHP 5 workaround in HTTPClient |
| 8c831647 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
remove checks for mbstring.func_overload
This ini setting no longer exists in PHP8, so we don't need to check for it. |
| 766251f0 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
removed php 8 polyfills |
| db97c5ae | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
ignore HTML validation issue with skipped headline levels
It's debatable if this is an error. I'd say it's more like a warning. |
| 445afc78 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
declare PrefCookie constant visibility |
| 62c98cd6 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
update slika which fixes another php 8.5 deprecation issue |
| e7a87ee2 | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
fix http tests
The response at httpbingo has changed, tests needed updates |
| d41f5a8f | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
fix destructuring false returns from changelog functions
The changelog functions can return false when lines are unparsable or don't exist. The result can no longer be destructured then in newer PHP
fix destructuring false returns from changelog functions
The changelog functions can return false when lines are unparsable or don't exist. The result can no longer be destructured then in newer PHP versions. This adds the necessary checks.
It should also handle corrupt lines within a changelog better.
show more ...
|
| 2082444c | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
avoid using null as cache key
Sometime null is passed as revision to wikiFN. This should not happen but we're not very strict about the type here. Any falsy value is the current revision. But using
avoid using null as cache key
Sometime null is passed as revision to wikiFN. This should not happen but we're not very strict about the type here. Any falsy value is the current revision. But using null as an array key is deprecated. Also using different falsy values would also result in different caches, even though the same revision is meant. So this casts all revisions to integer and falsy values will be 0 now, solving both issues.
show more ...
|
| dc63e34d | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
Fix deprecation warning in UTF8/Conversion
Original message:
PHP Deprecated: ord(): Providing a string that is not one byte long is deprecated. Use ord($str[0]) instead |
| da1e6c6b | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
updated tests for PHP 8.2
* now using DomWrapper 3.0 which removes a bunch of deprecation messages * fixed class name throwing a warning * fixed deprecated reflection use |
| 8e88a29b | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
update minimum requirement to PHP 8.2
According to https://stitcher.io/blog/php-version-stats-june-2025 most people are running a newer version anyway. 8.2 still receives security support til the en
update minimum requirement to PHP 8.2
According to https://stitcher.io/blog/php-version-stats-june-2025 most people are running a newer version anyway. 8.2 still receives security support til the end of the year and is the version included in Debian old-stable (Bookworm).
This patch only increases the minumum version and updates the composer dependencies. No code has been changed yet.
show more ...
|
| 2b2e0eb4 | 07-Mar-2026 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| 4f50091d | 07-Mar-2026 |
Andreas Gohr <andi@splitbrain.org> |
github actions: define concurrency groups
This should cancel queued or running actions, when a new push is made to the same branch. |
| 6def457d | 06-Mar-2026 |
Tobias Bengfort <tobias.bengfort@posteo.de> |
editor: render focus outlines above other content |