nextcloud/settings
Christoph Wurst 67c3730fbb
Add admin interface to enforce 2FA
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-10 14:34:52 +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 Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
Mailer
Middleware
css Merge pull request #11581 from nextcloud/users-table-header-fix 2018-10-04 09:04:56 +02:00
img
js Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:11 +00:00
src Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
templates Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
.babelrc.js Babel fix and dynamic import on settings 2018-10-02 17:26:07 +02:00
.editorconfig Bump tests and editorconfig 2018-05-16 09:50:23 +02:00
.gitignore
Application.php
Hooks.php don't blame email address changers 2018-08-14 17:25:46 +02:00
Makefile Bump build and fix makefile 2018-10-04 09:26:42 +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
package-lock.json Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
package.json Replace hand-crafted request token logic by nextcloud-axios lib 2018-10-08 15:26:54 +02:00
routes.php Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
webpack.common.js Add admin interface to enforce 2FA 2018-10-10 14:34:52 +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