aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Use new `ShareType` across file_sharingnfebe2024-12-031-1/+1
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-193-1/+12
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0dependabot[bot]2024-11-151-35/+35
| | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.17.1 to 8.20.0. - [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.17.1...v8.20.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* test: Update snapshotsFerdinand Thiessen2024-08-311-459/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-292-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-4/+5
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Merge pull request #47448 from nextcloud/fix/47187/user-status-absenceJoas Schilling2024-08-271-1/+3
|\ | | | | fix(user_status): add link to Availability page if user set predefined 'Vacationing'
| * fix(user_status): add link to Availability page if user set predefined ↵Maksim Sukharev2024-08-261-1/+3
| | | | | | | | | | | | 'Vacationing' Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-262-18/+444
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update `@nextcloud/vue` to v8.17.0Ferdinand Thiessen2024-08-211-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update `@nextcloud/vue` to v8.16.0Ferdinand Thiessen2024-08-051-23/+23
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-096-31/+30
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Bump @nextcloud/vue to v8.14.0Hamza Mahjoubi2024-07-041-58/+58
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-2/+119
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-2813-112/+40
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(dav): adjust usages of webdav.customRequestRichard Steinmetz2024-03-201-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-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>
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* chore: Update `@nextcloud/vue` to 8.5.1Ferdinand Thiessen2024-01-301-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update dav snapshotChristopher Ng2024-01-231-83/+94
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update Nc Vue to 8.4.0julia.kirschenheuter2024-01-021-15/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore: Update `@nextcloud/vue` to 8.3.0Ferdinand Thiessen2023-12-011-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(out-of-office): Migrate frontend to OCS endpointJoas Schilling2023-12-011-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Allow single-day out of officeChristoph Wurst2023-11-291-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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-271-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>