nextcloud/apps/dav/src
Christopher Ng 2f4f019378 Bump @nextcloud/vue to v7.5.0
- Set webpack config `resolve.fallback.assert` to `false` to fix build error:
```
Module not found: Error: Can't resolve 'assert'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
  - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
  - install 'assert'
If you don't want to include a polyfill, you can use an empty module like this:
  resolve.fallback: { "assert": false }
```

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 2f8fb24828)
2023-01-24 08:57:15 -08:00
..
dav Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
service Add UI to opt-in on the status automation 2022-07-01 12:33:07 +02:00
views Bump @nextcloud/vue to v7.5.0 2023-01-24 08:57:15 -08:00
settings-personal-availability.js Add scheduling availability settings 2021-10-18 20:21:51 +02:00
settings.js Fix #31303: Make reminder notification behaviour selectable. 2022-03-21 13:02:46 +01:00