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.
dependabot[bot] fcc0dabfc6
Bump webpack-cli from 2.1.3 to 2.1.4 in /settings
6 anni fa
..
Activity Get correct translations for SecurityProvider 6 anni fa
BackgroundJobs Use ::class statement instead of string 6 anni fa
Controller Added total count for subadmins 6 anni fa
Mailer Fix welcome text for better grammar in themed instances 6 anni fa
Middleware Provide translated error message for permission error 6 anni fa
ajax Bump user controller, cleaned old legacy and added route history mode 6 anni fa
css Disabled fix since new users list 6 anni fa
img Replace help icon with ? to avoid conflict with the new about section 6 anni fa
js Do not show count on empty groups 6 anni fa
l10n [tx-robot] updated from transifex 6 anni fa
src Do not show count on empty groups 6 anni fa
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 6 anni fa
tests/js Settings to vuejs 6 anni fa
.babelrc IE11 compatibility 6 anni fa
.editorconfig Bump tests and editorconfig 6 anni fa
.gitignore Settings to vuejs 6 anni fa
Application.php Update license headers 6 anni fa
Hooks.php Update license headers 6 anni fa
Makefile Bump makefile, readme, fix typo and cleanup 6 anni fa
README.md Bump makefile, readme, fix typo and cleanup 6 anni fa
help.php Update with robin 8 anni fa
package-lock.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings 6 anni fa
package.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings 6 anni fa
routes.php Bump user controller, cleaned old legacy and added route history mode 6 anni fa
webpack.common.js Updated settings package deps 6 anni fa
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 anni fa
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 anni fa

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