nextcloud-server/settings
Roeland Jago Douma 9c1917606a
Merge pull request #10250 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.16.0
Bump webpack from 4.15.1 to 4.16.0 in /settings
2018-07-17 13:23:33 +01: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 detection if opcache extension is loaded 2018-07-11 16:08:41 +02:00
css Add transition when enabling/disabling apps 2018-07-04 15:40:51 +02:00
img
js Update settings js 2018-07-04 16:19:33 +02:00
l10n [tx-robot] updated from transifex 2018-07-17 00:12:08 +00:00
Mailer
Middleware
src Fix displaying errors 2018-07-04 15:40:51 +02:00
templates Kill php mail from settings 2018-07-04 08:28:33 +02:00
.babelrc
.editorconfig
.gitignore
Application.php
help.php
Hooks.php
Makefile Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
package-lock.json Bump webpack from 4.15.1 to 4.16.0 in /settings 2018-07-16 01:13:16 +00:00
package.json Bump webpack from 4.15.1 to 4.16.0 in /settings 2018-07-16 01:13:16 +00: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