summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-272-13/+17
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-272-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39900 from ↵John Molakvoæ2023-08-254-5/+8
|\ | | | | | | nextcloud/fix/stable27/set-owner-principal-for-SAB
| * fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-244-5/+8
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-252-10/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39953 from nextcloud/backport/39903/stable27John Molakvoæ2023-08-241-0/+5
|\
| * don't bother checking dav acl's in filesRobin Appelman2023-08-181-0/+5
| | | | | | | | | | | | any permissions for files is handled in the filesystem layer anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-222-2/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39904 from nextcloud/backport/38397/stable27John Molakvoæ2023-08-163-14/+54
|\
| * enh(contacts): show/hide addressbooks for allJohannes Merkel2023-08-163-14/+54
| | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | Merge pull request #39858 from nextcloud/backport/39568/stable27John Molakvoæ2023-08-164-5/+103
|\ \
| * | cache calendar objects from calendarQueryRobin Appelman2023-08-141-5/+30
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | preload shares for calendars when listing calendarsRobin Appelman2023-08-144-0/+73
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #39817 from nextcloud/backport/39700/stable27John Molakvoæ2023-08-162-2/+5
|\ \ | |/ |/|
| * fix: close cursor after reading the invitationDaniel Kesselberg2023-08-112-2/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-4/+390
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-101-4/+4
| | | | Signed-off-by: Jamie McClelland <jm@mayfirst.org>
* optimize calendar search queryJamie McClelland2023-08-101-1/+1
| | | | | | see https://github.com/nextcloud/calendar/issues/4758 Signed-off-by: Jamie McClelland <jm@mayfirst.org>
* feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-101-2/+42
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-102-2/+126
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-092-32/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* preload all requested metadataRobin Appelman2023-08-081-58/+53
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* expose gps data via webdavtobiasKaminsky2023-08-081-0/+22
|
* style(caldav): improve getDenormalizedData methodThomas Citharel2023-08-021-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-08-022-2/+12
| | | | | | Closes #20804 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #39554 from nextcloud/backport/39221/stable27Arthur Schiwon2023-08-021-2/+6
|\ | | | | [stable27] Bugfix/bulk upload empty files
| * when reading an empty file getting EOF is not an errorMatthieu Gallien2023-07-251-2/+6
| | | | | | | | | | | | will allow uploading empty files via bulk upload Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
* | fix(dav): use quota of destination in s3 chunk uploadMax2023-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Resolves: #39228. Check the free space on the destination. Before it was checking the free space on `$storage` which is the upload storage of the user who triggered the upload. This led to user quota being applied even when uploading to a share with unlimited space. Signed-off-by: Max <max@nextcloud.com>
* | Merge pull request #39614 from nextcloud/dav-permissions-share-root-write-27Andy Scherzinger2023-08-011-22/+54
|\ \ | | | | | | [27] fix share roots always being marked as writable
| * | fix share roots always being marked as writableRobin Appelman2023-07-281-22/+54
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-012-2/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-282-2/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-252-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: check that object store backend supports multi part uploadsDaniel Kesselberg2023-07-231-0/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-222-2/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-192-36/+292
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1510-10/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1472-260/+74
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-50/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-124-6/+139
|\ | | | | [stable27] pruneOutdatedSyncTokens deletes all entries
| * fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * Issue #36644: Test casesChristof Arnosti2023-06-212-2/+113
| | | | | | | | Signed-off-by: Christof Arnosti <charno@charno.ch>
| * Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-212-4/+22
| | | | | | | | | | | | | | pruneOutdatedSyncTokens accidentally deletes all entries of the calendarchanges table instead of leaving $limit elements in the table Signed-off-by: Christof Arnosti <charno@charno.ch>
* | Merge pull request #39292 from nextcloud/backport/39248/stable27Arthur Schiwon2023-07-121-2/+42
|\ \ | | | | | | [stable27] preload custom properties when propfinding folders
| * | preload custom properties when propfinding foldersRobin Appelman2023-07-101-2/+42
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #38572 from nextcloud/backport/38301/stable27Arthur Schiwon2023-07-122-0/+46
|\ \ \ | | | | | | | | [stable27] fix(caldav): Ignore invalid events for reminder generation
| * | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-102-0/+46
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38475 from nextcloud/backport/38454/stable27Arthur Schiwon2023-07-121-1/+1
|\ \ \ \ | |_|/ / |/| | | [stable27] fix(carddav): Make system contact phone number RFC compliant
| * | | fix(carddav): Make system contact phone number RFC compliantgreta2023-07-101-1/+1
| |/ / | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | Merge pull request #38968 from nextcloud/backport/38747/stable27Arthur Schiwon2023-07-101-2/+13
|\ \ \ | | | | | | | | [stable27] perf: skip request without write permission