summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-211-0/+1
| | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* Fix link to calendar user docs in groupware settingsThomas Citharel2022-03-181-1/+6
| | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add scheduling availability settingsChristoph Wurst2021-10-181-0/+44
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add support for Delegation Settings for more appsCarl Schwan2021-10-151-9/+20
| | | | | | | | | * This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-051-12/+20
|\
| * Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-041-2/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add groupware settings sectionJulius Härtl2018-06-271-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move dav settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add admin settings panel for dav appGeorg Ehrke2017-10-161-0/+68
Signed-off-by: Georg Ehrke <developer@georgehrke.com>