nextcloud-server/lib/private/Contacts/ContactsMenu
Ferdinand Thiessen d15d7bcba0 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-07 09:23:52 +07:00
..
Actions core: Add OpenAPI spec 2023-07-13 07:24:15 +07:00
Providers Refactors lib/private/Contacts. 2023-06-25 11:56:58 +07:00
ActionFactory.php
ActionProviderStore.php feat(contactsmenu): Show user status 2023-10-31 11:52:46 +07:00
ContactsStore.php fix(ContactsStore): Sanitize user ID given to guest avatar route 2024-02-07 09:23:52 +07:00
Entry.php feat(contactsmenu): Sort by user status 2023-11-08 21:53:35 +07:00
Manager.php feat(contactsmenu): Sort by user status 2023-11-08 21:53:35 +07:00