aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-1513-210/+503
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-083-112/+49
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-083-49/+112
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-083-112/+49
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-0/+11
* fix(caldav): only call getTimestamp() on actual DateTime dataThomas Citharel2024-02-021-2/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3013-1/+13
* fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-16/+19
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* Merge pull request #42850 from nextcloud/fix/caldav/update-acls-deletedcalend...Christoph Wurst2024-01-181-1/+24
|\
| * fix(CalDAV): set acls for DeletedCalendarObjectsCollectionJohannes Merkel2024-01-171-1/+24
* | Merge pull request #42619 from nextcloud/bugfix/noid/caldav-status-undefined-...Joas Schilling2024-01-151-4/+7
|\ \
| * | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-4/+7
* | | Merge pull request #42680 from nextcloud/artonge/fix/view_only_error_messageLouis2024-01-111-1/+1
|\ \ \
| * | | Improve view only error messageLouis Chemineau2024-01-101-1/+1
| |/ /
* / / fix(quota): automatically detect chunk quota with `OC-Total-Length` headerJohn Molakvoæ2024-01-101-33/+50
|/ /
* | fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-11/+19
* | feat: public dav endpoint v2John Molakvoæ2024-01-092-4/+238
|/
* fix(dav): Hide less than minute diff in calendar notification titlejld31032023-12-201-1/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-192-188/+93
* Merge pull request #42349 from nextcloud/artonge/perf/dav_hidden_propLouis2023-12-191-3/+3
|\
| * Use FileInfo's metadata for hidden propLouis Chemineau2023-12-191-3/+3
* | Merge pull request #42339 from nextcloud/fix/dav/allow-multiple-organizersRichard Steinmetz2023-12-191-1/+67
|\ \ | |/ |/|
| * fix(dav): allow multiple organizers if possibleRichard Steinmetz2023-12-171-1/+67
* | Don't query oc_properties for metadata propsLouis Chemineau2023-12-181-2/+7
* | fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-4/+4
|/
* Merge pull request #42142 from nextcloud/fix/dav/ooo-event-time-zone-driftChristoph Wurst2023-12-111-23/+10
|\
| * fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-23/+10
* | Merge pull request #42151 from nextcloud/chore/dav/dead-server-get-sabre-serverAnna2023-12-111-3/+0
|\ \
| * | chore(dav): Remove dead \OCA\DAV\Server::getSabreServerChristoph Wurst2023-12-111-3/+0
| |/
* / fix(caldav): don't reuse query builder objectsAnna Larch2023-12-111-0/+2
|/
* Merge pull request #42001 from nextcloud/bugfix/noid/improve-logging-of-bulk-...Joas Schilling2023-12-052-3/+12
|\
| * fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-052-3/+12
* | fix(files): better upload error handlingJohn Molakvoæ2023-12-051-0/+6
|/
* Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-053-7/+65
|\
| * fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-053-7/+65
* | fix(files): allow any throwable in logExceptionVarun Patil2023-12-041-2/+2
|/
* fix(out-of-office)!: Remove non OCS endpointJoas Schilling2023-12-011-99/+0
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-011-0/+77
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-303-64/+42
* Merge pull request #41816 from nextcloud/fix/dav/single-day-oooChristoph Wurst2023-11-291-1/+1
|\
| * fix(dav): Allow single-day out of officeChristoph Wurst2023-11-291-1/+1
* | Merge pull request #41866 from nextcloud/fix/dav/login-timezoneChristoph Wurst2023-11-291-0/+9
|\ \ | |/ |/|
| * fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-0/+9
* | fix(dav): Timezone drift of OOO eventChristoph Wurst2023-11-291-1/+1
|/
* fix(OOO): Make the returned data more explicitJoas Schilling2023-11-291-4/+3
* fix(dav): don't schedule out-of-office jobs for dates in the pastRichard Steinmetz2023-11-281-20/+21
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-287-87/+163