aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/templates
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-285-51/+20
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Remove comment and guests option from Invitations UIAnna Larch2022-12-201-4/+0
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix caldav invitation related public pagesCarl Schwan2022-07-273-10/+25
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Make calendar schedule options translatableJulius Härtl2021-10-221-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add scheduling availability settingsChristoph Wurst2021-10-181-0/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-74/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* Merge pull request #26990 from francoisfreitag/rm-unusedChristoph Wurst2021-05-181-1/+0
|\ | | | | Remove unused apps/dav/js/schedule-response.js
| * Remove unused apps/dav/js/schedule-response.jsFrançois Freitag2021-05-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | File is not included in the schedule-response-options template and is commented out. The commented code relies on the buttonset() jQuery plugin, which is deprecated. https://api.jqueryui.com/buttonset/ If this code was to be re-introduced, it would take a different form. Signed-off-by: François Freitag <mail@franek.fr>
* | Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
|/ | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* use core templates for displaying dav errors in the browserArthur Schiwon2020-03-201-33/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix dav browser error page not styledArthur Schiwon2020-03-191-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* l10n. Change grammar.rakekniven2019-12-131-1/+1
| | | | | | | | First I thought to change "send" > "sent". Later my mind changed to change the complete sentence. Any native english speaker around? Please check and judge :-) Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+21
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* make text in Groupware Settings translateableGeorg Ehrke2019-02-011-3/+16
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* fix link to Calendar app in Groupware pageGeorg Ehrke2019-02-011-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Turn "email server" in groupware settings to link to mail settingsGeorg Ehrke2019-02-011-1/+13
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Keep Calendar server settings in groupware but link mail server settingsJan-Christoph Borchardt2019-02-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Calendar server: Link Calendar app and calendar sync docsJan-Christoph Borchardt2019-02-011-0/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Rename CalDAV to Calendar settingsJulius Härtl2018-08-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-293-0/+46
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+8
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update settings-admin-caldav.phprakekniven2017-10-211-1/+1
|
* add admin settings panel for dav appGeorg Ehrke2017-10-161-0/+40
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Improve design of various error messagesJan-Christoph Borchardt2017-08-121-3/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Remove any detailed information about the exception in the browser error pluginThomas Müller2016-10-251-13/+0
|
* Don't print exception message in HTMLLukas Reschke2016-09-091-3/+2
| | | | | | The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached.
* Fix apps/Joas Schilling2016-07-211-2/+20
|
* In case of exception we return an html page in case the client is a browserThomas Müller2016-03-241-0/+30