nextcloud/lib/private/Collaboration
nfebe 25e7dd799e fix(sharing): Align userid config key in UserPlugin with Manager
UserPlugin reads `shareapi_restrict_user_enumeration_full_match_userid`
(no underscore) while Manager.php and the frontend both use
`shareapi_restrict_user_enumeration_full_match_user_id` (with underscore).

This mismatch causes the "disable exact match by user ID" admin setting
to have no effect on actual sharee search results.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-03-12 13:19:09 +01:00
..
AutoComplete chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Collaborators fix(sharing): Align userid config key in UserPlugin with Manager 2026-03-12 13:19:09 +01:00
Reference fix(collaboration): Replace NonExisting* check on NodeDeletedEvent by a try/catch 2025-11-25 19:30:53 +01:00
Resources refactor: Run rector on lib/private 2026-02-06 13:50:18 +01:00