aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/src/components
Commit message (Collapse)AuthorAgeFilesLines
* refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-serviceRichard Steinmetz2025-06-191-2/+2
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: harmonize design of default content settings sectionRichard Steinmetz2025-06-163-45/+116
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: create example event when a user logs in for the first timeRichard Steinmetz2025-06-162-0/+375
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(dav): Use IUser::getDisplayName directlyfix/dav/use-iuser-displaynameChristoph Wurst2025-03-051-2/+1
| | | | | | | No need to send this from the client. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-202-8/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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-192-1/+11
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-2/+2
| | | | 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>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-18/+17
| | | | | | | | | 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>
* 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-282-20/+7
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: added l10n translation prop to calendar componentEduardo Morales2024-02-211-0/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* 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): Make ooo settings a form and the message requiredChristoph Wurst2023-11-271-8/+17
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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-072-0/+365
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>