You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Morris Jobke bae3ba3b25
Merge pull request #11671 from nextcloud/refactor/rename-admin-security-section
5 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 Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd 5 years ago
Mailer Fix welcome text for better grammar in themed instances 6 years ago
Middleware Provide translated error message for permission error 6 years ago
css Merge pull request #11581 from nextcloud/users-table-header-fix 5 years ago
img Replace help icon with ? to avoid conflict with the new about section 6 years ago
js Extract translated strings of compiled handlebars 5 years ago
l10n [tx-robot] updated from transifex 5 years ago
src Fixed js error when adding new group 5 years ago
templates Rename admin security settings template 5 years ago
.babelrc.js Babel fix and dynamic import on settings 5 years ago
.editorconfig Bump tests and editorconfig 6 years ago
.gitignore Settings to vuejs 6 years ago
Application.php Update license headers 6 years ago
Hooks.php don't blame email address changers 5 years ago
Makefile Bump build and fix makefile 5 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 Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings 5 years ago
package.json Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings 5 years ago
routes.php Reorder routes to avoid conflicts 6 years ago
webpack.common.js Add new group entry on users list + fixes 5 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