nextcloud-server/settings
Roeland Jago Douma 2afd37331e
Merge pull request #10610 from nextcloud/fix/noid/dontcountwithldap
do not trigger counting on LDAP
2018-08-10 20:54:18 +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 do not trigger counting on LDAP 2018-08-10 15:39:52 +02:00
css Merge pull request #10546 from nextcloud/popover-tokens 2018-08-10 09:38:27 +02:00
img
js Recompile 2018-08-10 15:22:53 +02:00
l10n [tx-robot] updated from transifex 2018-08-10 00:12:26 +00:00
Mailer
Middleware
src Sort apps by a proper hierarchical order (active, update, name) 2018-08-10 13:56:14 +02:00
templates Fix security settings if password change is disabled 2018-08-07 17:41:01 +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 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