You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/dav/lib
Claus-Justus Heine 8e928ca496
feat: enable invitations for shared calendars
This is basically the original commit, but with the addition that
shared calendars in to account and adjusts their uri s.t. the Sabre
library can find the returned object uri in the user's calendar
collection.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
Try to fix some psalm things. No change to the code apart from that.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>

getCalendarObjectByUID(): prefer objects in shared writable calendars over private objects.

Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>

fix: include the principalUri for dav_shares clause

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>

feat: use getPrincipalURI only for shared calendars

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 month ago
..
AppInfo fix: Migrate WebDAV endpoint check to SetupCheck API 3 months ago
Avatars Convert isset ternary to null coalescing operator 8 months ago
BackgroundJob fix(dav): Add retention time to sync token cleanup 2 months ago
BulkUpload perf: switch places that always use the first getById result to getFirstNodeById 3 months ago
CalDAV feat: enable invitations for shared calendars 1 month ago
CardDAV chore: Improve phpdoc typing to silence psalm errors 2 months ago
Command fix: Apply new coding standard to all files 2 months ago
Comments fix: Apply new coding standard to all files 2 months ago
Connector Merge pull request #44332 from nextcloud/fix/fix-chunkupload-quota-check 2 months ago
Controller perf: switch places that always use the first getById result to getFirstNodeById 3 months ago
DAV fix: Apply new coding standard to all files 2 months ago
Db enh(userstatus): add OOO automation and remove calendar automation 6 months ago
Direct perf: switch places that always use the first getById result to getFirstNodeById 3 months ago
Events chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Exception Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done 2 years ago
Files feat(dav): Support multiple scopes in DAV search 2 months ago
Listener chore: Fix missing template parameter for IEventListener 4 months ago
Migration fix(dav): Add retention time to sync token cleanup 2 months ago
Profiler chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Provisioning/Apple Fix psalm spotted errors with new requirements 1 year ago
Search feat(dav): hide search providers if their respective app is not activated 6 months ago
Service fix(dav): Make current ooo info time-dependent 6 months ago
Settings chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
SetupChecks fix: Migrate WebDAV endpoint check to SetupCheck API 3 months ago
Storage Update php licenses 3 years ago
SystemTag chore: Break closure call on two lines to make it readable 2 months ago
Traits Update php licenses 3 years ago
Upload fix: Use proper path when trying to check if a file needs to get copied 3 months ago
UserMigration Skip instead of throwing on invalid address book migration 3 months ago
Capabilities.php dav: Add OpenAPI spec 11 months ago
HookManager.php chore: Improve phpdoc typing to silence psalm errors 2 months ago
ResponseDefinitions.php fix(dav): Make current ooo info time-dependent 6 months ago
RootCollection.php perf: switch places that always use the first getById result to getFirstNodeById 3 months ago
Server.php feat(dav): update a principal's schedule-default-calendar-URL 3 months ago
ServerFactory.php feat(caldav): Create personal event for out-of-office messages 7 months ago