nextcloud-server/settings
Julius Härtl b47085c8fe
Fix grid layout after rebase
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-29 14:12:07 +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 If cronErros is empty json_decode will return NULL 2018-06-19 16:26:06 +02:00
css Fix grid layout after rebase 2018-06-29 14:12:07 +02:00
img
js Fix new group selection 2018-06-29 12:27:34 +02:00
l10n [tx-robot] updated from transifex 2018-06-29 00:12:08 +00:00
Mailer
Middleware
src Fix new group selection 2018-06-29 12:27:34 +02:00
templates Move social buttons to the personal settings 2018-06-29 14:12:05 +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 Update Vue settings 2018-06-29 09:11:04 +02:00
package.json Bump webpack from 4.12.1 to 4.12.2 in /settings 2018-06-27 07:32:56 +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