aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-112-2/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-012-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40631 from nextcloud/backport/40541/stable27Arthur Schiwon2023-09-282-1/+81
|\ | | | | [stable27] fix(dav): expand recurrences when searching
| * fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-262-1/+81
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-272-2/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-234-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: use faster method to fetch user countDaniel Kesselberg2023-09-181-1/+1
| | | | | | | | | | countUsers: the actual user count reported by the backend. countSeenUsers: count every user who was logged in once. 1: We should avoid expensive operations (like asking every backend for it's user count) in migrations. 2: The current check is wrong because countUsers returns an array. var_dump([] > 1000) => true ;) Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-09-181-6/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* don't preload metadata for the sub-childenRobin Appelman2023-09-181-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-132-1/+3
| | | | | | | | | A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/ The calendar app uses base64(calendar uri) as identifier for calendar objects. Without this patch the links from activity app to calendar app don't work for installations in a subdirectory. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-071-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* only get logger when needed in sabre/directoryRobin Appelman2023-09-071-9/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-073-8/+76
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-051-1/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-312-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>