aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-304-206/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-4/+3
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-297-15/+127
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(dav): add systemtag object IDs listingskjnldsv2024-10-2911-18/+179
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat: Allow WebP content type in PhotoCachefeat/photo-cache-webpMiguel Sánchez de León Peque2024-10-281-0/+1
| | | | | Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #48614 from nextcloud/refactor/storage/constructorsKate2024-10-282-8/+8
|\
| * refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-232-8/+8
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(dav): Cleanup view-only checkfix/dav/view-only-checkprovokateurin2024-10-281-0/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-272-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-244-2/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-222-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48790 from ↵Kate2024-10-22204-2513/+1016
|\ | | | | | | nextcloud/refactor/apps/constructor-property-promotion
| * fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotionprovokateurin2024-10-213-11/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-21204-2503/+1014
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: override iTip Broker to fix several issuesfix/overide-itip-brokerSebastianKrupinski2024-10-215-1/+381
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-214-8/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-192-4/+4
| | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-192-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-182-7/+9
|\ | | | | feat(AppFramework): Add full support for date / time / datetime columns
| * fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-172-7/+9
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48765 from nextcloud/dbQueriesExecStmt2Kate2024-10-188-71/+43
|\ \
| * | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-178-71/+43
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm
* | Merge pull request #48418 from nextcloud/config-carddav-sync-request-timeoutChristoph Wurst2024-10-182-5/+17
|\ \ | | | | | | feat: configurable request timeout for carddav sync
| * | chore: Use constant for default valueconfig-carddav-sync-request-timeoutPablo Zmdl2024-10-171-1/+2
| | | | | | | | | | | | | | | Co-authored-by: Thomas Citharel <nextcloud@tcit.fr> Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com>
| * | feat: configurable request timeout for carddav syncPablo Zmdl2024-10-172-5/+16
| |/ | | | | | | | | | | | | | | Big federated setups may need a longer timeout, which they now can configure. Signed-off-by: Pablo Zmdl <pablo@nextcloud.com> Co-authored-by: Josh <josh.t.richards@gmail.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-182-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(db): Correctly apply query typesGit'Fellow2024-10-174-70/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-172-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-162-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1575-358/+504
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #48206 from nextcloud/feat/systemtags-publicJohn Molakvoæ2024-10-153-12/+16
|\
| * feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-113-12/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | chore: Use more gender neutral languageprovokateurin2024-10-142-2/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-144-2/+76
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-134-14/+50
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-112-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-102-0/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-091-6/+10
| | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-082-1/+9
|\
| * refactor(dav): Add Storage parameter strong typesprovokateurin2024-10-072-1/+9
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48438 from nextcloud/fix/bring-back-zip-eventFerdinand Thiessen2024-10-073-43/+45
|\ | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive
| * fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-eventFerdinand Thiessen2024-09-293-43/+45
| | | | | | | | | | | | This is required to not break behavior on zip download (apps should be able to react to zip download especially for shares). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-042-12/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-023-108/+66
|\ \ | | | | | | fix(caldav): add missing handlers
| * | fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-013-108/+66
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-022-4/+11
| | | | | | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-026-1/+190
|\ \ \ | | | | | | | | feat(carddav): add command to list address books
| * | | feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-306-1/+190
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>