summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-09-1926-48/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-152-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-142-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28716 from nextcloud/add-orphan-subscriptions-repair-taskszaimen2021-09-135-1/+317
|\ | | | | Add repair job to delete calendar subscriptions that were orphaned when deleting an user
| * Add repair job to delete calendar subscriptions that were orphaned whenThomas Citharel2021-09-045-1/+317
| | | | | | | | | | | | | | | | deleteding an user Follow-up to https://github.com/nextcloud/server/pull/28419 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2021-09-132-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28795 from nextcloud/dependabot/npm_and_yarn/core-js-3.17.3dependabot[bot]2021-09-112-2/+2
|\ \
| * | Bump core-js from 3.17.2 to 3.17.3dependabot[bot]2021-09-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.2 to 3.17.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.17.2...v3.17.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>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-112-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | use specific email getter where necessaryArthur Schiwon2021-09-093-23/+20
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-09-092-2/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28692 from nextcloud/enh/send-invitation-to-req-participantskesselb2021-09-071-3/+11
|\ \ | | | | | | Send attendence links to required and optinal attendees of an event without an RSVP
| * | Send Invitation to Attendees with ROLE=REQ-PARTICIPANTAnna Larch2021-09-031-3/+11
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-052-0/+22
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.16.4 to 3.17.2dependabot[bot]2021-09-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.4 to 3.17.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.16.4...v3.17.2) --- 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>
* | [tx-robot] updated from transifexNextcloud bot2021-09-022-0/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28419 from ↵Christoph Wurst2021-08-312-24/+40
|\ \ | | | | | | | | | | | | nextcloud/bug/28419/delete-calendar-subscriptions-when-deleting-user Delete calendar subscriptions as well when deleting user
| * | Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-132-24/+40
| | | | | | | | | | | | | | | | | | Closes #28418 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Bump core-js from 3.16.2 to 3.16.4dependabot[bot]2021-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.2 to 3.16.4. - [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.16.2...v3.16.4) --- 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>
* | | always allow dav move for movable mount rootRobin Appelman2021-08-271-1/+1
| | | | | | | | | | | | | | | | | | the root of a movable mountpoint can be moved even if it doesn't have update permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Remove error suppressionacsfer2021-08-241-2/+2
| | | | | | | | | This seems no longer needed as per https://bugs.php.net/bug.php?id=50688
* | | Bump core-js from 3.16.1 to 3.16.2dependabot[bot]2021-08-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.1 to 3.16.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.16.1...v3.16.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>
* | | Merge pull request #28458 from nextcloud/expose-user-language-davRichard Steinmetz2021-08-208-59/+102
|\ \ \ | | | | | | | | Expose user language through DAV
| * | | Improve PrincipalTest test fileThomas Citharel2021-08-161-56/+58
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Expose user language through DAVThomas Citharel2021-08-168-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces the '{http://nextcloud.com/ns}language' prop that gives the user's language Closes #28449 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-192-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-172-2/+124
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28425 from nextcloud/dependabot/npm_and_yarn/core-js-3.16.1dependabot[bot]2021-08-152-2/+2
|\ \ \
| * | | Bump core-js from 3.16.0 to 3.16.1dependabot[bot]2021-08-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.0 to 3.16.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.16.0...v3.16.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>
* | | | Merge pull request #28420 from nextcloud/fix/composer-2-missing-filesJohn Molakvoæ2021-08-154-0/+383
|\ \ \ \ | |/ / / |/| | | Add missing files for Composer v2
| * | | Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / [tx-robot] updated from transifexNextcloud bot2021-08-142-2/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-132-2/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-102-0/+66
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-062-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-0572-690/+690
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28285 from nextcloud/rakekniven-patch-1rakekniven2021-08-041-0/+2
|\ \ | | | | | | l10n: ignore packed js files from TX sync
| * | l10n: ignore packed js files from TX syncrakekniven2021-08-021-0/+2
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-042-2/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-0310-10/+20
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-026-0/+104
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.15.2 to 3.16.0dependabot[bot]2021-07-312-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.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.15.2...v3.16.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: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Extend caldav resource searchAnna Larch2021-07-301-37/+113
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Bump p-queueJohn Molakvoæ (skjnldsv)2021-07-262-19/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump vue and fix babel warningJohn Molakvoæ (skjnldsv)2021-07-262-2/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump dependenciesJohn Molakvoæ (skjnldsv)2021-07-262-1/+9
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* RebuildChristopher Ng2021-07-231-5/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-232-3/+7
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #28084 from nextcloud/bugfix/noid/dav-user-idJohn Molakvoæ2021-07-235-20/+41
|\ | | | | Make sure that the dav propfind plugins always use the proper user id
| * Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-225-20/+41
| | | | | | | | | | | | | | | | For old android versions it could happen that the requests are performed with a login name instead of the actual user id, so before this change the property methods used the wrong value for fetching their information Signed-off-by: Julius Härtl <jus@bitgrid.net>