summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30054 from ↵Christoph Wurst2021-12-031-36/+43
|\ | | | | | | | | nextcloud/refactor/cleaner-dav-background-resource-job ✨ Clean up the DAV resource background job
| * Clean up the DAV resource background jobChristoph Wurst2021-12-021-36/+43
| | | | | | | | | | | | | | | | * Replace deprecated execute with executeQuery and executeStatement * Close open cursors * Drop phpdoc that only mirrors php type hints Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Close open cursor in the caldav back-endChristoph Wurst2021-12-021-0/+3
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Cast orphan subscription id to intChristoph Wurst2021-12-011-4/+5
| | | | | | DB columns are of type int by default, so they need to be casted. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-304-9/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-292-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump @nextcloud/axios from 1.7.0 to 1.8.0dependabot[bot]2021-11-274-33/+33
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-272-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-262-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctimeVincent Petry2021-11-241-6/+3
|\ | | | | Allow to fetch the creation time of folders
| * Allow to fetch the creation time of foldersJulius Härtl2021-11-231-6/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-11-242-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix dav application tests and code for PHP 8.1Côme Chilliet2021-11-235-4/+7
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-232-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-202-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29661 from ↵Christoph Wurst2021-11-151-5/+20
|\ | | | | | | | | nextcloud/enhancement/calendar-search-properties-api Document and type allowed property names for calendar property searches
| * Document and type allowed values for calendar property searchesChristoph Wurst2021-11-111-5/+20
| | | | | | | | | | | | | | | | | | For API users it looked like any properties could be searched. But it turned out to be a hand picked list of properties that we index and then use for the search. To prevent application errors where special props are not found, I suggest we document and type the allowed values. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-11-152-6/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-142-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-132-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-1210-2/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix loading all principal calendars in the dav app calendar providerChristoph Wurst2021-11-111-1/+1
|/ | | | | | | | | If we load all calendar infos of a principal then we get back an array and not a single calendar info. This was handled incorrectly and an array of calendar infos were passed to the calendar implementation, resulting in interesting bugs. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-1114-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-1034-34/+0
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Polish availibility settingsgreta2021-11-093-18/+60
| | | | | Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #29574 from nextcloud/dependabot/npm_and_yarn/core-js-3.19.1dependabot[bot]2021-11-084-6/+6
|\
| * Merge pull request #29572 from ↵John Molakvoæ2021-11-084-6/+6
| | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.1.1 Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Force Calendar Obejct Chnage Path to support public writeAnna Larch2021-11-082-0/+15
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Bump @nextcloud/initial-state from 1.2.0 to 1.2.1dependabot[bot]2021-11-064-4/+4
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/initial-state" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-062-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29536 from ↵Christoph Wurst2021-11-041-1/+10
|\ | | | | | | | | nextcloud/fix/add-full-calendar-path-for-public-write Fix missing calendar path for public write on Calendars
| * Fix missing calendar path for public write on CalendarsAnna Larch2021-11-041-1/+10
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-016-99/+4
|
* Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-016-4/+99
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-236-4/+99
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-11-012-4/+190
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.18.3 to 3.19.0dependabot[bot]2021-10-304-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.3 to 3.19.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.18.3...v3.19.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29481 from ↵Christoph Wurst2021-10-281-2/+3
|\ \ | | | | | | | | | | | | nextcloud/fix/dav-calendar-query-start-end-immutable Fix immutable datetime handling in DAV calendar search
| * | Fix immutable datetime handling in DAV calendar searchChristoph Wurst2021-10-281-2/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Register missing DAV app calendar providerChristoph Wurst2021-10-281-0/+3
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-10-272-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-268-0/+68
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Get VTIMEZONE data from a time zone database libChristoph Wurst2021-10-255-22/+32
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Read and write time zone ID when updating CalDAV availabilityChristoph Wurst2021-10-254-7/+23
| | | | | | | | | | | | Tiny bug/limitation of #27466 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-10-256-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2412-0/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-236-6/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-223-25/+85
|\ \