summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add type hints for mappersjld31032023-04-071-0/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #37513 from nextcloud/fix/type-davJulien Veyssier2023-04-064-6/+7
|\ | | | | Fix DAV types
| * Fix DAV typesjld31032023-04-054-6/+7
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-064-6/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37526 from ↵Julius Härtl2023-04-051-0/+1
|\ \ | | | | | | | | | | | | nextcloud/use-correct-icon-for-calendar-user-settings-section fix(dav): Use an icon with correct color for calendar user settings section
| * | fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-041-0/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-052-4/+2
|\ \ \ | |_|/ |/| | Tidy up typing in OC\Files\View
| * | Fix dav application testsCôme Chilliet2023-04-031-2/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-2/+1
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-052-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-041-1/+1
|\ \ | |/ |/| Migrate metadata JSON column to new value TEXT column
| * Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Use implementations instead of interfaces for accessing private methodsjld31032023-03-302-4/+3
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.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>
* | chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-237-16/+16
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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>
* | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-163-7/+13
|\ \ | | | | | | Invitation mail: Change subject if event got updated
| * | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-203-8/+13
| | | | | | | | | | | | Signed-off-by: Jonas Heinrich <heinrich@synyx.de>
* | | Merge pull request #36852 from ↵Joas Schilling2023-03-132-4/+217
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-user-status-automation-on-the-day-rules-are-adjusted fix(user_status): Fix the user status automation on the day availablity rules are adjusted
| * | | fix(CI): Add unit test for nextcloud/server#37167Joas Schilling2023-03-131-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-132-4/+172
| | | | | | | | | | | | | | | | | | | | | | | | rules are adjusted Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-134-0/+137
|\ \ \ \ | |/ / / |/| | | apps/dav: add some OSX specific quirks.
| * | | apps/dav: add some OSX specific quirks.Claus-Justus Heine2023-03-074-0/+137
| | | | | | | | | | | | | | | | Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* | | | Merge pull request #37167 from nextcloud/dav/fix/availabilityAnna2023-03-131-0/+7
|\ \ \ \ | | | | | | | | | | fix(dav): Handle no next potential toggle in availability detection
| * | | | fix(dav): Handle no next potential toggle in availability detectionThomas Citharel2023-03-101-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 #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-0911-9/+578
|\ \ \ \ | |_|_|/ |/| | | Use MultipartUpload for uploading chunks to s3
| * | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-0811-9/+578
| |/ / | | | | | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-082-0/+2
|/ / | | | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* | Merge pull request #34835 from nextcloud/tests/integration-s3Julius Härtl2023-03-072-4/+19
|\ \
| * | fix: Use proper path for quota fetchingJulius Härtl2023-03-062-1/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-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>
* | chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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>