nextcloud-server/settings
Julius Härtl 2359efce3d
Add more spacing to the apps management sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-31 15:08:08 +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 Fix detection if opcache extension is loaded 2018-07-11 16:08:41 +02:00
css Add more spacing to the apps management sidebar 2018-07-31 15:08:08 +02:00
img
js Fix app navigation controller to return an array 2018-07-25 13:50:46 +02:00
l10n [tx-robot] updated from transifex 2018-07-28 00:12:07 +00:00
Mailer
Middleware
src Sidebar fix 2018-07-20 23:37:00 +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 Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 2018-07-23 16:12:28 +02:00
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 2018-07-23 16:12:28 +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