| 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 |
| e4aca777 | 26-May-2025 |
Andreas Gohr <andi@splitbrain.org> |
bump master version |
| 2a23320c | 24-May-2025 |
SoiBKK <info@soibangkok.online> |
translation update |
| 0a374113 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix OS checks. fixes #4446 and #4445
Access to /etc might be restricted. We simply ignore the errors and pretend the file does not exist.
Strictly speaking, the files are not in ini format. But par
fix OS checks. fixes #4446 and #4445
Access to /etc might be restricted. We simply ignore the errors and pretend the file does not exist.
Strictly speaking, the files are not in ini format. But parsing them as ini mostly works, except for some comments (on synology), so we strip the comments first.
This also makes sure the correct file is read on synology.
show more ...
|
| 4739030d | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated strftime lib. fixes #4449 |
| 396ae2b1 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
do not check bundled plugins for write permissions
fixes #4441 replaces #4442 |
| f7f57de8 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix extension manager styles with overlong content
URL change notices didn't break and could push the action buttons out of the layout. |
| 1d94f4f4 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Add remote API to extension manager |
| ec20eef2 | 20-May-2025 |
andreash <aeheil@gmail.com> |
translation update |
| 966af3e4 | 20-May-2025 |
andreash <aeheil@gmail.com> |
translation update |
| fbb83101 | 15-May-2025 |
Niclas Tittl <niclas.tittl@msn.com> |
translation update |
| 45840e36 | 14-May-2025 |
Pablo <tuthotep@gmail.com> |
translation update |
| 0d00d972 | 13-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
give smileys intrinsic height. fixes #4436
verified via ?do=export_htmlbody |
| 934f970a | 13-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated kissifrot/php-ixr closes #4429 |
| 15a15330 | 13-May-2025 |
Andreas Gohr <andi@splitbrain.org> |
new year |
| 5ce5976f | 13-May-2025 |
Pablo <tuthotep@gmail.com> |
translation update |
| ad64f22b | 08-May-2025 |
tiltX <stefan.ihringer@gmx.net> |
fix button border css
Firefox (128 esr on Linux) displayed a solid black border around all buttons inside the popup which makes it impossible to see which button was pressed. This change makes the o
fix button border css
Firefox (128 esr on Linux) displayed a solid black border around all buttons inside the popup which makes it impossible to see which button was pressed. This change makes the outset/inset look work as it probably was intended.
show more ...
|
| 7e448cf3 | 21-Apr-2025 |
Impeck <impeck@ya.ru> |
translation update |
| 490b5c47 | 19-Apr-2025 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Better deal with at url parameters that have weird values
If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an
Better deal with at url parameters that have weird values
If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an illegal parameter type.
For example given `&at=xxx` this would happen before this patch.
show more ...
|