summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37687 from nextcloud/backport/37626/stable26John Molakvoæ2023-04-131-3/+3
|\ | | | | [stable26] fix(dav): add string comparison for diff
| * fix(dav): add string comparison for diffAnna Larch2023-04-121-3/+3
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-136-2/+12
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-061-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-064-6/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-282-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-278-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-242-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-232-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-216-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-202-0/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-194-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1812-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(CI): Add unit test for nextcloud/server#37167Joas Schilling2023-03-141-1/+46
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(user_status): Fix the user status automation on the day availability ↵Joas Schilling2023-03-142-4/+172
| | | | | | rules are adjusted Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Handle no next potential toggle in availability detectionThomas Citharel2023-03-131-0/+7
| | | | | Fixes: min(): Array must contain at least one element at /var/www/nc/nextcloud/apps/dav/lib/BackgroundJob/UserStatusAutomation.php#142 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-132-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37141 from nextcloud/backport/37139/stable26Arthur Schiwon2023-03-092-0/+2
|\ | | | | [stable26] Share type sciencemesh
| * Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-082-0/+2
| | | | | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-0911-9/+578
| | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix: Use proper path for quota fetchingJulius Härtl2023-03-072-1/+19
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-071-3/+0
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-072-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-062-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardeningRichard Steinmetz2023-03-022-8/+23
|\ | | | | fix(caldav): harden null handling of iMip scheduling method
| * fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-03-022-8/+23
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-022-18/+48
|\ \ | |/ |/| fix(caldav): Correctly handle calendar recreation for invitations when the current calendar is in the trashbin
| * fix(caldav): Correctly handle calendar recreation for invitations when the ↵Thomas Citharel2023-02-092-18/+48
| | | | | | | | | | | | | | | | current calendar is in the trashbin Follow-up to #32361, see https://github.com/nextcloud/calendar/issues/4098 for details Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-012-0/+164
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-282-0/+168
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-272-0/+28
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-262-10/+30
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36781 from ↵v26.0.0beta5Joas Schilling2023-02-241-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/run-repairsteps-against-oracle fix(CI): Run repair steps against Oracle DB
| * | fix(Repair): Fix repair step compatibility with Oracle DBJoas Schilling2023-02-231-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-242-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-20/+20
|/ / | | | | | | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2250-148/+148
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34375 from nextcloud/fix/trashbin-uidDaniel2023-02-211-4/+6
|\ \ | | | | | | fix(dav) Handle Calendar trashbin UID conflicts by removing the deleted calendar object
| * | Allow reimporting prev. deleted items by deleting trashbin itemAnna Larch2023-02-131-4/+6
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-2112-49/+716
| | |
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2150-160/+170
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | assign group share valueMaximilian Martin2023-02-201-1/+1
| | | | | | | | | | | | Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
* | | Merge pull request #36589 from nextcloud/enh/perf-remove-icacheJulius Härtl2023-02-2012-716/+49
|\ \ \
| * | | fix: Use passed LazyFolder when building sabre nodesJulius Härtl2023-02-171-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Do not set up filesystem on every callAnna Larch2023-02-1711-715/+47
| | | | | | | | | | | | | | | | | | | | | | | | Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-206-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-194-4/+162
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>