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
Providers
ActionFactory.php
ActionProviderStore.php
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