Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-service | Richard Steinmetz | 2025-06-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix: harmonize design of default content settings section | Richard Steinmetz | 2025-06-16 | 3 | -45/+116 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | feat: create example event when a user logs in for the first time | Richard Steinmetz | 2025-06-16 | 2 | -0/+375 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix(dav): Use IUser::getDisplayName directlyfix/dav/use-iuser-displayname | Christoph Wurst | 2025-03-05 | 1 | -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 schema | Ferdinand Thiessen | 2025-02-20 | 2 | -8/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: Use new `ShareType` across file_sharing | nfebe | 2024-12-03 | 1 | -1/+1 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵ | Ferdinand Thiessen | 2024-11-19 | 2 | -1/+11 |
| | | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Adjust more places for logical position | Ferdinand Thiessen | 2024-08-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Add bidi support in core directory | Mostafa Ahangarha | 2024-08-29 | 1 | -4/+5 |
| | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net> | ||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 1 | -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 replacement | Hamza Mahjoubi | 2024-07-01 | 1 | -2/+119 |
| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-28 | 2 | -20/+7 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat: added l10n translation prop to calendar component | Eduardo Morales | 2024-02-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | feat(out-of-office): Migrate frontend to OCS endpoint | Joas Schilling | 2023-12-01 | 1 | -3/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(dav): Allow single-day out of office | Christoph Wurst | 2023-11-29 | 1 | -1/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(dav): Make ooo settings a form and the message required | Christoph Wurst | 2023-11-27 | 1 | -8/+17 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add two more translations for `CalendarAvailability` | julia.kirschenheuter | 2023-11-09 | 1 | -1/+3 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | feat(dav): implement personal absence settings | Richard Steinmetz | 2023-11-07 | 2 | -0/+365 |
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> |