nextcloud/settings
Christoph Wurst 9eb4259af9
Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebars
Compile handlebars template for AuthTokenView
2018-09-28 07:36:45 +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 Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd 2018-09-13 10:29:08 +02:00
css Adds a vendor prefix for position sticky 2018-08-19 12:02:27 +02:00
img
js Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebars 2018-09-28 07:36:45 +02:00
l10n [tx-robot] updated from transifex 2018-09-27 00:12:26 +00:00
Mailer
Middleware
src remove space between quota and colon 2018-08-28 22:33:25 +02:00
templates Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebars 2018-09-28 07:36:45 +02:00
.babelrc.js Update config and babel for ie11 2018-09-10 12:02:26 +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 Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
package-lock.json Rebase and bump 2018-09-26 09:44:49 +02:00
package.json Merge branch 'master' into babel-npm-webpack-fixes 2018-09-26 09:44:41 +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 Reorder routes to avoid conflicts 2018-06-06 11:40:09 +02:00
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