You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/settings
Morris Jobke c260e4403d
Merge pull request #10744 from nextcloud/update-help-php
Update help.php
6 years ago
..
Activity Get correct translations for SecurityProvider 6 years ago
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 6 years ago
Controller do not trigger counting on LDAP 6 years ago
Mailer Fix welcome text for better grammar in themed instances 7 years ago
Middleware Provide translated error message for permission error 6 years ago
css Fix missing actions menu on small screens in the user management 6 years ago
img Replace help icon with ? to avoid conflict with the new about section 6 years ago
js Recompile settings 6 years ago
l10n [tx-robot] updated from transifex 6 years ago
src Fixed a typo 6 years ago
templates Update help.php 6 years ago
.babelrc IE11 compatibility 6 years ago
.editorconfig Bump tests and editorconfig 6 years ago
.gitignore Settings to vuejs 6 years ago
Application.php Update license headers 7 years ago
Hooks.php Update license headers 7 years ago
Makefile Copyright fix, changed vue settings output name and fixes template name 6 years ago
README.md Copyright fix, changed vue settings output name and fixes template name 6 years ago
help.php Update with robin 8 years ago
package-lock.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 6 years ago
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 6 years ago
routes.php Reorder routes to avoid conflicts 6 years ago
webpack.common.js Copyright fix, changed vue settings output name and fixes template name 6 years ago
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago

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