nextcloud-server/lib/private/Contacts/ContactsMenu
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
..
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 composer run cs:fix 2023-01-20 11:45:08 +07:00
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-03 11:32:51 +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