nextcloud/settings
Morris Jobke b8d54bd53a
Fix a misleading setup check for .well-known/caldav & carddav
The problem is that the version without the slash is the correct one.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-10 10:41:02 +02:00
..
Activity
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 2018-06-22 14:11:25 +02:00
Controller Use numeric placeholders if there are multiple, so that RTL languages can operate better 2018-10-09 14:32:14 +02:00
css Merge pull request #11581 from nextcloud/users-table-header-fix 2018-10-04 09:04:56 +02:00
img
js Fix a misleading setup check for .well-known/caldav & carddav 2018-10-10 10:41:02 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:11 +00:00
Mailer
Middleware
src Remove useless promise transformation 2018-10-08 15:29:37 +02:00
templates Use numeric placeholders if there are multiple, so that RTL languages can operate better 2018-10-09 14:32:14 +02:00
.babelrc.js Babel fix and dynamic import on settings 2018-10-02 17:26:07 +02:00
.editorconfig
.gitignore
Application.php
help.php
Hooks.php don't blame email address changers 2018-08-14 17:25:46 +02:00
Makefile Bump build and fix makefile 2018-10-04 09:26:42 +02:00
package-lock.json Replace hand-crafted request token logic by nextcloud-axios lib 2018-10-08 15:26:54 +02:00
package.json Replace hand-crafted request token logic by nextcloud-axios lib 2018-10-08 15:26:54 +02:00
README.md Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
routes.php
webpack.common.js Add new group entry on users list + fixes 2018-09-28 15:37:37 +02:00
webpack.dev.js
webpack.prod.js

Settings section

Nextcloud settings with Vue

Build Setup

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean