summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-262-6/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: https://github.com/nextcloud/calendar/issues/6079 and ↵tobiasKaminsky2024-07-252-2/+16
| | | | | | https://github.com/nextcloud/contacts/issues/3997 Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* Merge pull request #46685 from nextcloud/sabre-directory-exception-previousRobin Appelman2024-07-251-10/+10
|\ | | | | fix: keep previous exception when wrapping dav exceptions
| * fix: keep previous exception when wrapping dav exceptionsRobin Appelman2024-07-231-10/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-242-0/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: mail provider backendSebastianKrupinski2024-07-233-31/+190
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #45667 from ↵Richard Steinmetz2024-07-2313-19/+326
|\ | | | | | | | | nextcloud/fix/caldav/strict-default-calendar-checks fix(caldav): stricter default calendar checks
| * fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-2213-19/+326
| | | | | | | | | | | | | | | | | | | | | | Reject calendars that - are subscriptions - are not writable - are shared with a user - are deleted - don't support VEVENTs Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-236-36/+86
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(dav): Call Sabre server startChristoph Wurst2024-07-221-1/+1
|/ | | | | | exec is deprecated and calls start. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #46661 from nextcloud/fix/issue-46632-localization-hitsrakekniven2024-07-221-1/+82
|\ | | | | fix(caldav): added localization hints for translators
| * fix(caldav): added localization hits for translatorsSebastianKrupinski2024-07-201-1/+82
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-226-46/+78
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2110-0/+406
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2020-36/+900
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46225 from nextcloud/fix/issue-11633Andy Scherzinger2024-07-191-7/+14
|\ | | | | fix(dav): Thrown forbidden error for authenticated user instead of no…
| * fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-101-7/+14
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | fix(db): Deprecate `IExpressionBuilder::or()` and ↵Joas Schilling2024-07-192-36/+40
| | | | | | | | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵Joas Schilling2024-07-191-2/+1
| | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(db): Don't use deprecated 3rdparty constant: ↵Joas Schilling2024-07-191-1/+1
| | | | | | | | | | | | `Doctrine\DBAL\Connection::PARAM_STR_ARRAY` Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followupJohn Molakvoæ2024-07-194-13/+56
|\ \
| * | chore(integration): add file request testsskjnldsv2024-07-191-6/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-184-11/+59
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files_sharing): allow uploading to subfolders in File requestsskjnldsv2024-07-181-5/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1980-606/+1720
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46594 from nextcloud/fix/issue-28162-2Anna2024-07-181-0/+5
|\ \ | | | | | | fix(caldav): decode values before returning
| * | fix(caldav): decode values before returningSebastianKrupinski2024-07-171-0/+5
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Merge pull request #45547 from nextcloud/feature/recurrence-invitations2Sebastian Krupinski2024-07-188-227/+3506
|\ \ \ | | | | | | | | feature: Improved Recurrence Invitations Messages
| * | | feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-178-227/+3506
| |/ / | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Merge pull request #46593 from nextcloud/fix/issue-30514Christoph Wurst2024-07-181-1/+10
|\ \ \ | | | | | | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server…
| * | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-171-1/+10
| |/ / | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-07-182-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-172-6/+28
|\ \ | | | | | | feat: hide caldav server settings if no app uses the caldav backend
| * | feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-162-6/+28
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-172-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(dav): Verify target path in `setName` instead of source pathFerdinand Thiessen2024-07-162-7/+10
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | refactor: Migrate filename validation logic from `Storage` to ↵Ferdinand Thiessen2024-07-161-3/+4
|/ / | | | | | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-116-18/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-102-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-096-31/+30
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-092-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46315 from nextcloud/fix/limit-vevent-sizeSebastian Krupinski2024-07-086-0/+119
|\ | | | | fix(caldav): limit vevent size
| * fix(caldav): limit vevent sizeSebastianKrupinski2024-07-046-0/+119
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-082-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46295 from ↵Richard Steinmetz2024-07-051-25/+0
|\ \ | | | | | | | | | | | | nextcloud/chore/remove-obsolete-function-generateVCalendar chore(caldav): remove obsolete function
| * | chore(caldav): remove obsolete functionSebastianKrupinski2024-07-041-25/+0
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-054-2/+12
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46193 from nextcloud/fix/limit-vcard-sizeRichard Steinmetz2024-07-056-0/+119
|\ \ | | | | | | fix(carddav): limit vcard size
| * | fix(carddav): limit vcard sizeSebastianKrupinski2024-07-046-0/+119
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>