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.
 
 
 
 
 
 
nextcloud-server/settings
Christoph Wurst 4f75173f11
Remove unreliable 2FA state message on personal 2FA settings page
7 years ago
..
Activity
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 8 years ago
Controller Make it possible to enforce mandatory 2FA for groups 7 years ago
Mailer Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 7 years ago
Middleware
css Merge pull request #11581 from nextcloud/users-table-header-fix 7 years ago
img Replace help icon with ? to avoid conflict with the new about section 8 years ago
js Remove Vue compiler because templates have to be precompiled anyway 7 years ago
l10n [tx-robot] updated from transifex 7 years ago
src Fix unsafe-eval used in 2FA admin settings 7 years ago
templates Remove unreliable 2FA state message on personal 2FA settings page 7 years ago
.babelrc.js Babel fix and dynamic import on settings 7 years ago
.editorconfig Bump tests and editorconfig 8 years ago
.gitignore Settings to vuejs 8 years ago
Application.php Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 7 years ago
Hooks.php don't blame email address changers 8 years ago
Makefile Bump build and fix makefile 7 years ago
README.md Copyright fix, changed vue settings output name and fixes template name 8 years ago
help.php
package-lock.json Make it possible to enforce mandatory 2FA for groups 7 years ago
package.json Make it possible to enforce mandatory 2FA for groups 7 years ago
routes.php Add admin interface to enforce 2FA 7 years ago
webpack.common.js Remove Vue compiler because templates have to be precompiled anyway 7 years ago
webpack.dev.js Fix unsafe-eval used in 2FA admin settings 7 years ago
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 8 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