You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/core
François Freitag 70edda0342 Port dav calendar settings page to Vue.js
- 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>
3 years ago
..
BackgroundJobs Do not try to contact lookup server if not needed 3 years ago
Command l10n: Spelling unification 3 years ago
Controller Handle device login like an alternative login 3 years ago
Data Format control structures, classes, methods and function 4 years ago
Db Update license headers 5 years ago
Exception Format control structures, classes, methods and function 4 years ago
Middleware Format control structures, classes, methods and function 4 years ago
Migrations Revert "add a prefix index to filecache.path" 3 years ago
Notification Improve wording 4 years ago
Service Update the license headers for Nextcloud 20 4 years ago
ajax l10n: Spelling unification 3 years ago
css Handle device login like an alternative login 3 years ago
doc changed to nextcloud 8 years ago
fonts Include additional scripts in Noto fonts 3 years ago
img Add activities for addressbook management 3 years ago
js Port dav calendar settings page to Vue.js 3 years ago
l10n [tx-robot] updated from transifex 3 years ago
skeleton ownCloud -> Nextcloud 8 years ago
src l10n: Spelling unification 3 years ago
templates Prefer string $file over 1-element array in script() 3 years ago
vendor Remove core.js 5 years ago
.l10nignore Add core/js/dist/ to l10nignore 5 years ago
Application.php better cleanup of user files on user deletion 3 years ago
register_command.php Remove the migration commands unless in debug mode 3 years ago
routes.php core: add more strict_types 3 years ago
shipped.json Add circles as shipped app 3 years ago
strings.php core: add more strict_types 3 years ago
webpack.js Bump js licenses 3 years ago