nextcloud-server/settings
Nextcloud bot b7e32df660
[tx-robot] updated from transifex
2018-07-19 00:12:05 +07: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 +07:00
Controller Fix detection if opcache extension is loaded 2018-07-11 16:08:41 +07:00
Mailer
Middleware
css Add transition when enabling/disabling apps 2018-07-04 15:40:51 +07:00
img
js Rebuild js 2018-07-17 17:43:18 +07:00
l10n [tx-robot] updated from transifex 2018-07-19 00:12:05 +07:00
src Fix displaying errors 2018-07-04 15:40:51 +07:00
templates Kill php mail from settings 2018-07-04 08:28:33 +07:00
.babelrc
.editorconfig
.gitignore
Application.php
Hooks.php
Makefile Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +07:00
README.md Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +07:00
help.php
package-lock.json Rebuild js 2018-07-17 17:43:18 +07:00
package.json Bump webpack from 4.16.0 to 4.16.1 in /settings 2018-07-17 15:42:29 +07:00
routes.php Reorder routes to avoid conflicts 2018-06-06 11:40:09 +07:00
webpack.common.js Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +07:00
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +07:00
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +07:00

README.md

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