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
Providers
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-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