Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
John Molakvoæ (skjnldsv) 193df8304d
Updated settings package deps
6 år sedan
..
Activity Get correct translations for SecurityProvider 6 år sedan
BackgroundJobs Use ::class statement instead of string 6 år sedan
Controller Fixed IE design, subadmins groups update and multiselect base width 6 år sedan
Mailer Fix welcome text for better grammar in themed instances 6 år sedan
Middleware Provide translated error message for permission error 6 år sedan
ajax Bump user controller, cleaned old legacy and added route history mode 6 år sedan
css Fixed IE design, subadmins groups update and multiselect base width 6 år sedan
img Replace help icon with ? to avoid conflict with the new about section 6 år sedan
js Fixed IE design, subadmins groups update and multiselect base width 6 år sedan
l10n [tx-robot] updated from transifex 6 år sedan
src Fixed IE design, subadmins groups update and multiselect base width 6 år sedan
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 6 år sedan
tests/js Settings to vuejs 6 år sedan
.babelrc IE11 compatibility 6 år sedan
.editorconfig Bump tests and editorconfig 6 år sedan
.gitignore Settings to vuejs 6 år sedan
Application.php Update license headers 6 år sedan
Hooks.php Update license headers 6 år sedan
Makefile Bump makefile, readme, fix typo and cleanup 6 år sedan
README.md Bump makefile, readme, fix typo and cleanup 6 år sedan
help.php Update with robin 7 år sedan
package-lock.json Updated settings package deps 6 år sedan
package.json Updated settings package deps 6 år sedan
routes.php Bump user controller, cleaned old legacy and added route history mode 6 år sedan
webpack.common.js Updated settings package deps 6 år sedan
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 år sedan
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 år sedan

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