nextcloud-server/settings
Morris Jobke 393d9aae74
Add a hint that some indexes are not added yet
* gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual
* nicely integrated in the setup checks where this kind of hints belong to
* also adds an option to integrate this from an app based on events
* fix style of setting warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-06 16:55:01 +07:00
..
Activity Get correct translations for SecurityProvider 2018-01-02 09:46:53 +07:00
BackgroundJobs Use ::class statement instead of string 2018-01-29 12:03:47 +07:00
Controller Add a hint that some indexes are not added yet 2018-06-06 16:55:01 +07:00
Mailer Fix welcome text for better grammar in themed instances 2017-11-09 09:27:38 +07:00
Middleware Provide translated error message for permission error 2018-02-26 17:00:29 +07:00
ajax Bump user controller, cleaned old legacy and added route history mode 2018-05-16 09:50:22 +07:00
css Add a hint that some indexes are not added yet 2018-06-06 16:55:01 +07:00
img Replace help icon with ? to avoid conflict with the new about section 2018-05-07 14:42:50 +07:00
js Do not show count on empty groups 2018-05-25 15:00:52 +07:00
l10n [tx-robot] updated from transifex 2018-06-06 00:12:36 +07:00
src Do not show count on empty groups 2018-05-25 15:00:52 +07:00
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 2018-05-16 09:50:22 +07:00
tests/js Settings to vuejs 2018-05-16 09:50:20 +07:00
.babelrc IE11 compatibility 2018-05-16 09:50:24 +07:00
.editorconfig Bump tests and editorconfig 2018-05-16 09:50:23 +07:00
.gitignore Settings to vuejs 2018-05-16 09:50:20 +07:00
Application.php Update license headers 2017-11-06 16:56:19 +07:00
Hooks.php Update license headers 2017-11-06 16:56:19 +07:00
Makefile Bump makefile, readme, fix typo and cleanup 2018-05-16 09:50:22 +07:00
README.md Bump makefile, readme, fix typo and cleanup 2018-05-16 09:50:22 +07:00
help.php
package-lock.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings 2018-05-30 08:25:47 +07:00
package.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings 2018-05-30 08:25:47 +07:00
routes.php Bump user controller, cleaned old legacy and added route history mode 2018-05-16 09:50:22 +07:00
webpack.common.js Updated settings package deps 2018-05-23 13:55:11 +07: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 +07: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 +07: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