nextcloud/settings
Jan-Christoph Borchardt 7b74beb3a3
Highlight 'Enable' button in sidebar, and 'Update' button generally
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19 16:20:31 +02:00
..
Activity
BackgroundJobs Do not try to contact lookup server without internet connection or URL 2018-10-18 17:49:28 +02:00
Controller Make it possible to enforce mandatory 2FA for groups 2018-10-15 08:22:52 +02:00
Mailer Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 2018-10-15 19:01:46 +02:00
Middleware
css Merge pull request #11581 from nextcloud/users-table-header-fix 2018-10-04 09:04:56 +02:00
img
js Highlight 'Enable' button in sidebar, and 'Update' button generally 2018-10-19 16:20:31 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:11 +00:00
src Highlight 'Enable' button in sidebar, and 'Update' button generally 2018-10-19 16:20:31 +02:00
templates Remove unreliable 2FA state message on personal 2FA settings page 2018-10-18 09:51:08 +02:00
.babelrc.js Babel fix and dynamic import on settings 2018-10-02 17:26:07 +02:00
.editorconfig
.gitignore
.l10nignore Add .l10nignore files for compiled assets 2018-10-19 10:29:36 +02:00
Application.php Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 2018-10-15 19:01:46 +02:00
Hooks.php
Makefile Bump build and fix makefile 2018-10-04 09:26:42 +02:00
README.md
help.php
package-lock.json Highlight 'Enable' button in sidebar, and 'Update' button generally 2018-10-19 16:20:31 +02:00
package.json Bump npm deps in /settings 2018-10-17 22:20:15 +02:00
routes.php Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
webpack.common.js Remove Vue compiler because templates have to be precompiled anyway 2018-10-16 11:49:42 +02:00
webpack.dev.js Fix unsafe-eval used in 2FA admin settings 2018-10-16 11:49:07 +02:00
webpack.prod.js

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