WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
#4929 removed Gravatar support, but did not make any adjustments for a cleanup. Likely a worker should be added to perform a one-time cleanup of existing Gravatar downloads.
… and ideally the XSRF token should not be passed in the URL, requiring the Cache Clear button on CacheListPage to reside in a ``.
see: https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html#charset-unicode-sets-uca `utf8mb4_0900_*` would be preferable, as this is more modern, but those are not supported by MariaDB.
The PHPDoc claimed that PDO::lastInsertId() returns an integer, while the actual return type is false|string. Apart from developer confusion, wrong types mainly is an issue for static analysis and other...
- [x] add new database column to store the failure type (unknown username, invalid password) - [x] show the failure type as text in the list - [ ] add...
- [ ] Do not generate a .ico favicon: Browsers support `.png` well. - [ ] This avoids the need for an external library that is no longer maintained. -...
The HTML produced by the HtmlInputProcessor/HtmlOutputProcessor is highly inconsistent, because we only enforce the validity of the HTML, but not the representation. This causes all sort of issues with whitespace...
The HTML of a message is currently directly fed into the editor without the ability to make server-side modifications or adjustments. This requires us to duplicate some logic, for example,...
The proposed change should allow YouTube Clips also to be parsed by `YouTubeBBCodeMediaProvider`
Uptime-Kuma is a self-hosted monitoring tool like "Uptime Robot". See: https://github.com/louislam/uptime-kuma User-Agent: `Uptime-Kuma/{VERSION}` Example: `Uptime-Kuma/1.18.0` See: https://github.com/louislam/uptime-kuma/blob/1.18.0/server/model/monitor.js#L258