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.
Roeland Jago Douma 1086cbbe61
Merge pull request #12146 from nextcloud/fix/noid/verifyuserdata-on-null
5 years ago
..
Activity Get correct translations for SecurityProvider 6 years ago
BackgroundJobs fixes an Exception on the background job because the config was not set 5 years ago
Controller Update logic for forwardedForHeadersWorking 5 years ago
Mailer Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 5 years ago
Middleware Provide translated error message for permission error 6 years ago
css Cleanup 5 years ago
img Replace help icon with ? to avoid conflict with the new about section 6 years ago
js expire share days in settings validate 5 years ago
l10n [tx-robot] updated from transifex 5 years ago
src Highlight 'Enable' button in sidebar, and 'Update' button generally 5 years ago
templates Remove unreliable 2FA state message on personal 2FA settings page 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
.l10nignore Add .l10nignore files for compiled assets 5 years ago
Application.php Merge pull request #11396 from nextcloud/wellknown-webfinger 5 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 7 years ago
package-lock.json Merge pull request #12100 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.23.1 5 years ago
package.json Merge pull request #12100 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.23.1 5 years ago
routes.php Add admin interface to enforce 2FA 5 years ago
webpack.common.js Remove Vue compiler because templates have to be precompiled anyway 5 years ago
webpack.dev.js Fix unsafe-eval used in 2FA admin settings 5 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