nextcloud-server/settings
Morris Jobke 171fe69db7
Merge pull request #11932 from nextcloud/font-nunito
Change typeface to Nunito
2018-10-23 15:14:10 +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
css Move fonts from light/semibold to regular/bold for better readability 2018-10-19 12:04:19 +02:00
img
js Rebuild assets 2018-10-23 09:08:09 +02:00
l10n
Mailer Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 2018-10-15 19:01:46 +02:00
Middleware
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
.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
help.php
Hooks.php
Makefile
package-lock.json Rebuild assets 2018-10-23 09:08:09 +02:00
package.json Bump webpack from 4.21.0 to 4.22.0 in /settings 2018-10-22 21:05:51 +00:00
README.md
routes.php
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

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