summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | Update attendence for external usersDaniel Kesselberg2021-10-083-25/+85
| | | | | | | | | | | | | | | | | | | | | For local users it's possible to select their calendar via the principal url and first update their own attendance status. External users have no calendar event hence the recipient is the organizer. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Scheduling plugin not updating responding attendee status take twoAnna Larch2021-10-081-1/+1
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Make calendar schedule options translatableJulius Härtl2021-10-221-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-224-0/+114
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-216-0/+78
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Prevent duplicate CalDAV availability slots for recurring slotsChristoph Wurst2021-10-203-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | If there is the same time slot for more than one day, then we wrote two recurring AVAILABILITY components before. With this patch equal blocks are combined into one recurring component. This makes the generated rules more compact and easier to work with. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-2012-0/+154
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add missing trailing commas in DAV availability settingsChristoph Wurst2021-10-192-3/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-1972-74/+74
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add scheduling availability settingsChristoph Wurst2021-10-1815-3/+2649
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Bump core-js from 3.18.2 to 3.18.3dependabot[bot]2021-10-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.3. - [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.2...v3.18.3) --- updated-dependencies: - dependency-name: core-js 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>
* | | Merge pull request #28991 from nextcloud/feature/bulk_uploadJulius Härtl2021-10-1611-0/+824
|\ \ \
| * | | Clean BulkUpload pluginLouis Chemineau2021-10-1618-2543/+665
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Add benchmark testsLouis Chemineau2021-10-157-231/+174
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Add BulkUpload DAV pluginLouis Chemineau2021-10-1515-4/+2763
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-152-9/+22
|\ \ \ \ | |/ / / |/| | | Add support for Delegation Settings for more apps
| * | | Add support for Delegation Settings for more appsCarl Schwan2021-10-152-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel2021-10-156-10/+128
|\ \ \ \ | | | | | | | | | | Add calendar object creation API to OCP
| * | | | Add create method to extended calendar implementationAnna Larch2021-10-156-10/+128
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #27217 from ↵John Molakvoæ2021-10-151-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/make-debugging-a-cron-job-easier
| * | | | | Bump autoloaderJoas Schilling2021-10-141-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-10-152-0/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Change return type to correct typeAnna Larch2021-10-141-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #29195 from ↵Daniel2021-10-143-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/calendar-invitations-default-language Fix default language detection for calendar emails
| * | | | Fix default language detection for calendar notificationsChristoph Wurst2021-10-132-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Fix default langauge detection for calendar invite emailsChristoph Wurst2021-10-131-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Add Public Calendar ProviderAnna Larch2021-10-145-10/+88
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Remove shadowed $config variableChristoph Wurst2021-10-131-1/+0
|/ / / | | | | | | | | | | | | | | | The variable is overwritten a few lines later. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Bump core-js from 3.18.1 to 3.18.2dependabot[bot]2021-10-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.1 to 3.18.2. - [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.1...v3.18.2) --- updated-dependencies: - dependency-name: core-js 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-10-102-2/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-072-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.18.0 to 3.18.1dependabot[bot]2021-10-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.0 to 3.18.1. - [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.0...v3.18.1) --- updated-dependencies: - dependency-name: core-js 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>
* | Bump @nextcloud/axios from 1.6.0 to 1.7.0dependabot[bot]2021-10-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.6.0 to 1.7.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.6.0...v1.7.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>