nextcloud-server/lib/private/Contacts
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 +07:00
..
ContactsMenu fix(ContactsStore): Sanitize user ID given to guest avatar route 2024-02-03 11:32:51 +07:00