nextcloud/settings
Roeland Jago Douma 411387d37d
Merge pull request #9242 from nextcloud/fix-display-name-ignored-when-creating-new-user
Fix display name ignored when creating new user
2018-07-31 19:59:38 +02:00
..
Activity Get correct translations for SecurityProvider 2018-01-02 09:46:53 +01:00
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
Mailer Fix welcome text for better grammar in themed instances 2017-11-09 09:27:38 +01:00
Middleware Provide translated error message for permission error 2018-02-26 17:00:29 +01:00
css Add more spacing to the apps management sidebar 2018-07-31 15:08:08 +02:00
img Replace help icon with ? to avoid conflict with the new about section 2018-05-07 14:42:50 +02:00
js Compile vue 2018-07-31 15:03:40 +02:00
l10n [tx-robot] updated from transifex 2018-07-28 00:12:07 +00:00
src Set display name (if specified) when a new user is created 2018-07-31 13:40:47 +02:00
templates Kill php mail from settings 2018-07-04 08:28:33 +02:00
.babelrc IE11 compatibility 2018-05-16 09:50:24 +02:00
.editorconfig Bump tests and editorconfig 2018-05-16 09:50:23 +02:00
.gitignore Settings to vuejs 2018-05-16 09:50:20 +02:00
Application.php Update license headers 2017-11-06 16:56:19 +01:00
Hooks.php Update license headers 2017-11-06 16:56:19 +01:00
Makefile Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
README.md Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
help.php Update with robin 2016-07-21 18:13:58 +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
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 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02: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 +02: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