aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(dav): adjust usages of webdav.customRequestRichard Steinmetz2024-09-041-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore(assets): Recompile assetsnextcloud-command2024-08-061-23/+23
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* build(deps): Bump @nextcloud/vue from 8.11.2 to 8.14.0dependabot[bot]2024-07-041-58/+58
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.2 to 8.11.3. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.2...v8.11.3) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> chore(assets): Recompile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-05-311-11/+19
| | | | | | | | 1. Refresh token on update 2. Fix some very weird imports 3. Patch fetch instead of request to prevent accessing impl details Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* feat: added l10n translation prop to calendar componentEduardo Morales2024-02-211-0/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* chore: Update dav snapshotChristopher Ng2024-02-021-83/+94
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump NcVue to v8.4.0julia.kirschenheuter2024-01-021-15/+15
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> chore(assets): Recompile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(dav): Allow single-day out of officeChristoph Wurst2023-12-011-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat(out-of-office): Migrate frontend to OCS endpointJoas Schilling2023-12-011-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Update dav snapshotsFerdinand Thiessen2023-11-301-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Convert dates without tz driftChristoph Wurst2023-11-291-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): Make ooo settings a form and the message requiredChristoph Wurst2023-11-291-8/+17
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Update `@nextcloud/vue` to 8.2.0Ferdinand Thiessen2023-11-171-20/+20
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Adjust snapshots for vue components updateFerdinand Thiessen2023-11-091-45/+45
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Add two more translations for `CalendarAvailability`julia.kirschenheuter2023-11-091-1/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* feat(dav): implement personal absence settingsRichard Steinmetz2023-11-074-192/+416
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(tests): Adjust test snapshots for changes dependenciesFerdinand Thiessen2023-11-061-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Make timezone picker label a real label elementFerdinand Thiessen2023-11-061-5/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(tests): Update dav snapshotChristopher Ng2023-10-231-55/+65
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix several personal settings problemsSimon L2023-10-171-34/+29
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(ci): Update dav snapshotChristopher Ng2023-10-061-70/+54
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Update dav snapshotChristopher Ng2023-08-291-30/+30
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(dav): Update jest snapshot for changed vue sidebar tabFerdinand Thiessen2023-08-021-159/+214
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-022-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6Christopher Ng2023-05-161-43/+45
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Rename setting 'sendEventRemindersToSharedGroupMembers' to ↵Daniel Teichmann2023-05-043-10/+10
| | | | | | 'sendEventRemindersToSharedUsers'. Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-237-16/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-20/+20
| | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-43/+44
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/vue from 7.2.0 to 7.3.0Vincent Petry2023-01-051-20/+20
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove jstz usage from serverThomas Citharel2023-01-041-3/+1
| | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix CalDavSettings specJohn Molakvoæ2022-11-151-20/+20
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump nc vue to beta2Carl Schwan2022-09-091-24/+24
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update snapshotVincent Petry2022-08-251-78/+78
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-252-31/+31
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update snapshotVincent Petry2022-08-101-55/+43
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* l10n: Fixed typorakekniven2022-07-041-1/+1
| | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix typo of availabilityJoas Schilling2022-07-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add UI to opt-in on the status automationJoas Schilling2022-07-012-0/+67
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix node tests ciCarl Schwan2022-05-302-74/+296
| | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #32557 from nextcloud/cleanup/dav-admin-settingsCarl Schwan2022-05-241-42/+49
|\ | | | | Modernize the dav admin settings
| * Modernize the dav admin settingsCarl Schwan2022-05-241-42/+49
| | | | | | | | | | | | | | - Use nextcloud-vue components (with proper doc link now) - Add underline to links so we can see them (accessibility++) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update DAV availability vue component to standardJoas Schilling2022-05-231-11/+16
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.Daniel Teichmann2022-03-212-1/+39
| | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-212-1/+32
| | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* Fix link to calendar user docs in groupware settingsThomas Citharel2022-03-183-2/+10
| | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* replace button with vue button componentVanessa Pertsch2022-02-211-3/+6
|
* Replace CalDAV availability component with component libChristoph Wurst2022-02-172-220/+37
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>