nextcloud/lib
Ferdinand Thiessen 2c8aee8f99
fix(ContactsStore): Sanitize user ID given to guest avatar route
It is not allowed to use slashes within path parameters, so they would need to be encoded.
But URL encoded slashes are not suported by Apache, so instead replace slash with space.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-03 11:32:51 +01:00
..
composer better indexes 2024-01-24 20:01:56 -01:00
l10n Fix(l10n): Update translations from Transifex 2024-01-28 00:19:08 +00:00
private fix(ContactsStore): Sanitize user ID given to guest avatar route 2024-02-03 11:32:51 +01:00
public fix psalm 2024-01-31 21:13:32 -01:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +02:00
base.php fix: Use DI for Setup class and move away from deprecated methods 2024-01-29 15:28:00 +01:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00