nextcloud-server/settings
Roeland Jago Douma 5aa0ad92a4
Merge pull request #11607 from nextcloud/dependabot/npm_and_yarn/settings/vue-multiselect-2.1.3
Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings
2018-10-04 10:18:28 +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 Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd 2018-09-13 10:29:08 +02:00
css Merge pull request #11581 from nextcloud/users-table-header-fix 2018-10-04 09:04:56 +02:00
img
js Bump build and fix makefile 2018-10-04 09:26:42 +02:00
l10n [tx-robot] updated from transifex 2018-10-04 00:12:07 +00:00
Mailer
Middleware
src Fixed js error when adding new group 2018-10-03 12:15:54 +02:00
templates Merge pull request #11538 from nextcloud/heading-bold 2018-10-03 10:09:57 +02:00
.babelrc.js Babel fix and dynamic import on settings 2018-10-02 17:26:07 +02:00
.editorconfig
.gitignore
Application.php
help.php
Hooks.php don't blame email address changers 2018-08-14 17:25:46 +02:00
Makefile Bump build and fix makefile 2018-10-04 09:26:42 +02:00
package-lock.json Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings 2018-10-04 06:35:20 +00:00
package.json Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings 2018-10-04 06:35:20 +00:00
README.md
routes.php
webpack.common.js Add new group entry on users list + fixes 2018-09-28 15:37:37 +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