nextcloud/settings
Jan-Christoph Borchardt 21f3ac0ab0
Widen new user 'confirm' button, fix #10917
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 22:42:57 +02:00
..
Activity
BackgroundJobs
Controller
css Widen new user 'confirm' button, fix #10917 2018-10-01 22:42:57 +02:00
img
js Bump templates to handlebars 4.0.12 2018-09-28 21:17:08 +02:00
l10n [tx-robot] updated from transifex 2018-10-01 00:12:39 +00:00
Mailer
Middleware
src Add new group entry on users list + fixes 2018-09-28 15:37:37 +02:00
templates Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebars 2018-09-28 07:36:45 +02:00
.babelrc.js
.editorconfig
.gitignore
Application.php
help.php
Hooks.php
Makefile
package-lock.json Merge pull request #11457 from nextcloud/dependabot/npm_and_yarn/settings/@babel/core-7.1.2 2018-10-01 07:31:03 +00:00
package.json Merge pull request #11457 from nextcloud/dependabot/npm_and_yarn/settings/@babel/core-7.1.2 2018-10-01 07:31:03 +00:00
README.md
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