server/settings
John Molakvoæ (skjnldsv) 549940ddb9
Fixed root url detection, new tests, default new user group to current
opened group and user removal update fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-16 09:50:24 +02:00
..
Activity
ajax Bump user controller, cleaned old legacy and added route history mode 2018-05-16 09:50:22 +02:00
BackgroundJobs
Controller Bump tests and editorconfig 2018-05-16 09:50:23 +02:00
css Design fixes 2018-05-16 09:50:24 +02:00
img Replace help icon with ? to avoid conflict with the new about section 2018-05-07 14:42:50 +02:00
js Fixed root url detection, new tests, default new user group to current 2018-05-16 09:50:24 +02:00
l10n [tx-robot] updated from transifex 2018-05-14 00:13:27 +00:00
Mailer
Middleware Provide translated error message for permission error 2018-02-26 17:00:29 +01:00
src Fixed root url detection, new tests, default new user group to current 2018-05-16 09:50:24 +02:00
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 2018-05-16 09:50:22 +02:00
tests/js Settings to vuejs 2018-05-16 09:50:20 +02:00
.babelrc Settings to vuejs 2018-05-16 09:50:20 +02:00
.editorconfig Bump tests and editorconfig 2018-05-16 09:50:23 +02:00
.gitignore Settings to vuejs 2018-05-16 09:50:20 +02:00
Application.php
help.php
Hooks.php
Makefile Bump makefile, readme, fix typo and cleanup 2018-05-16 09:50:22 +02:00
package-lock.json Fix Applicationtest 2018-05-16 09:50:23 +02:00
package.json Last login tooltip and v-tooltip server compatibility css 2018-05-16 09:50:22 +02:00
README.md Bump makefile, readme, fix typo and cleanup 2018-05-16 09:50:22 +02:00
routes.php Bump user controller, cleaned old legacy and added route history mode 2018-05-16 09:50:22 +02:00
webpack.config.js Settings to vuejs 2018-05-16 09:50:20 +02:00

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