nextcloud/lib/private/User
Micke Nordin db96073459 fix(auth): confine OCM access token to the masked share endpoint
Gate the temporary-token bearer auth behind an allowOcmAccessToken flag
that only the public, share-masked webdav endpoints set, and drop the
BearerAuth backend from the CalDAV/CardDAV entrypoints. The token is now
honored only on /public.php/webdav, where per-share masking applies.

Assisted-by: ClaudeCode:claude-fable-5

Signed-off-by: Micke Nordin <kano@sunet.se>
2026-07-07 13:56:32 +02:00
..
BackgroundJobs chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Listeners chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AvailabilityCoordinator.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Backend.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Database.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DisabledUserException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DisplayNameCache.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LazyUser.php refactor: Expose a public exception when no user is found 2026-06-30 21:56:10 +02:00
LoginException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Manager.php refactor: Expose a public exception when no user is found 2026-06-30 21:56:10 +02:00
NoUserException.php refactor: Expose a public exception when no user is found 2026-06-30 21:56:10 +02:00
OutOfOfficeData.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
PartiallyDeletedUsersBackend.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Session.php fix(auth): confine OCM access token to the masked share endpoint 2026-07-07 13:56:32 +02:00
User.php chore(users): add stricter return types to IUser 2026-06-11 09:45:30 +02:00