summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27629 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1dependabot[bot]2021-06-242-3/+3
|\
| * Bump core-js from 3.13.1 to 3.15.1dependabot[bot]2021-06-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.15.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/commits/v3.15.1/packages/core-js) --- 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>
* | [tx-robot] updated from transifexNextcloud bot2021-06-242-0/+48
| |
* | Merge pull request #27632 from nextcloud/chore/caldav-trashbin-iso-timestampsChristoph Wurst2021-06-232-1/+20
|\ \ | | | | | | Use ISO8601 timestamps for the CalDAV trashbin
| * | Use ISO8601 timestamps for the CalDAV trashbinChristoph Wurst2021-06-232-1/+20
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-238-15/+15
|\ \ \ | |_|/ |/| | Fix usage of DateTime constants
| * | Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-237-14/+14
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #27561 from nextcloud/dav-search-offsetblizzz2021-06-231-3/+1
|\ \ | | | | | | allow setting offset for dav search queries not limited to the users home storage
| * | allow setting offset for queries not limited to the users home storageRobin Appelman2021-06-221-3/+1
| | | | | | | | | | | | | | | | | | multi-storage offset is cheap (enough) now Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #27610 from nextcloud/add-throttling-to-public-authJoas Schilling2021-06-233-3/+25
|\ \ \ | |_|/ |/| | Throttle on public DAV endpoint
| * | Reference correct private variableLukas Reschke2021-06-221-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Throttle on public DAV endpointLukas Reschke2021-06-223-3/+25
| | | | | | | | | | | | | | | | | | We should throttle whenever an invalid request is sent to the public WebDAV endpoint. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-2316-0/+338
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-06-2224-530/+0
| |
* | l10n: Spelling unificationValdnet2021-06-211-6/+6
| | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | l10n: Spelling unificationValdnet2021-06-211-1/+1
| | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | l10n: Spelling unificationValdnet2021-06-211-17/+17
| | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Update AutoloaderLouis Chemineau2021-06-211-1/+3
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-162-2/+2
|
* Skip deleted calendar objects of deleted calendarsRichard Steinmetz2021-06-151-1/+10
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #26421 from mattian/enh/25771/occ-delete-calendarChristoph Wurst2021-06-145-0/+390
|\ | | | | OCC command to delete calendars
| * occ: new command dav:delete-calendarMattia Narducci2021-06-135-0/+390
| | | | | | | | | | | | Add occ command 'dav:delete-calendar' to delete a user's calendar. Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-142-0/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-132-0/+58
| |
* | Merge pull request #27444 from nextcloud/header-colonMorris Jobke2021-06-101-1/+1
|\ \ | | | | | | Header must contain a colon
| * | Header must contain a colonacsfer2021-06-091-1/+1
| | |
* | | Merge pull request #27426 from nextcloud/fix/dav-custom-props-no-scopeChristoph Wurst2021-06-101-14/+57
|\ \ \ | | | | | | | | Allow certain custom DAV props to be readable by everyone
| * | | Allow certain custom DAV props to be readable by everyoneChristoph Wurst2021-06-081-14/+57
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-102-8/+66
| |/ / |/| |
* | | Allow apps to get photos of VObjectsJoas Schilling2021-06-091-0/+20
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+42
| |
* | Emit sidebar eventsLouis Chemineau2021-06-072-3/+3
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-testsMorris Jobke2021-06-072-88/+36
|\ \ | | | | | | Bugfix/noid/adjust unit tests
| * | Code style fixesMorris Jobke2021-06-072-10/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix dispatcher handling in CalDavBackendTestJoas Schilling2021-06-042-82/+40
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-072-20/+20
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-0672-692/+692
| | |
* | | Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-0510-139/+499
|\ \ \
| * | | Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-0510-139/+499
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
* / / Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04424-787/+471
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-042-0/+34
| |
* | Merge pull request #27348 from ↵Christoph Wurst2021-06-033-4/+20
|\ \ | | | | | | | | | | | | nextcloud/enhancement/calendar-trashbin-retention-prop Export the CalDAV trash bin retention duration as property
| * | Export the CalDAV trash bin retention duration as propertyChristoph Wurst2021-06-023-4/+20
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-032-0/+16
| | |
* | | Add missing ACLs for deleted calendar objects to fix deletionChristoph Wurst2021-06-022-4/+37
|/ / | | | | | | | | | | | | | | | | | | Due to a bug in Sabre it's necessary for calendar objects to implement ACLs. Otherwise the scheduling plugin will throw an error when it tries to fetch the owner of a calendar object that is being deleted. Ref https://github.com/sabre-io/dav/issues/1345 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-06-0216-8/+88
| |
* | Merge pull request #27312 from francoisfreitag/tests-atLukas Reschke2021-06-013-16/+14
|\ \ | | | | | | Rewrite birthday calendar tests without $this->at()
| * | Rewrite birthday calendar tests without $this->at()François Freitag2021-05-313-16/+14
| |/ | | | | | | | | | | | | | | | | | | | | | | Removes warnings: ``` The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. ``` Signed-off-by: François Freitag <mail@franek.fr>