nextcloud-server/settings
2018-09-05 00:12:50 +00: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 Fix path when app has wrong permission 2018-08-30 20:52:43 +02:00
css Adds a vendor prefix for position sticky 2018-08-19 12:02:27 +02:00
img
js Bump js deps settings 2018-09-04 10:32:26 +02:00
l10n [tx-robot] updated from transifex 2018-09-05 00:12:50 +00:00
Mailer
Middleware
src remove space between quota and colon 2018-08-28 22:33:25 +02:00
templates Update help.php 2018-08-18 18:47:56 +02:00
.babelrc
.editorconfig
.gitignore
Application.php
help.php
Hooks.php don't blame email address changers 2018-08-14 17:25:46 +02:00
Makefile Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
package-lock.json Bump js deps settings 2018-09-04 10:32:26 +02:00
package.json Bump js deps settings 2018-09-04 10:32:26 +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 Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +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