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.
John Molakvoæ (skjnldsv) 193df8304d
Updated settings package deps
6 vuotta sitten
..
Activity Get correct translations for SecurityProvider 6 vuotta sitten
BackgroundJobs Use ::class statement instead of string 6 vuotta sitten
Controller Fixed IE design, subadmins groups update and multiselect base width 6 vuotta sitten
Mailer Fix welcome text for better grammar in themed instances 6 vuotta sitten
Middleware Provide translated error message for permission error 6 vuotta sitten
ajax Bump user controller, cleaned old legacy and added route history mode 6 vuotta sitten
css Fixed IE design, subadmins groups update and multiselect base width 6 vuotta sitten
img Replace help icon with ? to avoid conflict with the new about section 6 vuotta sitten
js Fixed IE design, subadmins groups update and multiselect base width 6 vuotta sitten
l10n [tx-robot] updated from transifex 6 vuotta sitten
src Fixed IE design, subadmins groups update and multiselect base width 6 vuotta sitten
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 6 vuotta sitten
tests/js Settings to vuejs 6 vuotta sitten
.babelrc IE11 compatibility 6 vuotta sitten
.editorconfig Bump tests and editorconfig 6 vuotta sitten
.gitignore Settings to vuejs 6 vuotta sitten
Application.php Update license headers 6 vuotta sitten
Hooks.php Update license headers 6 vuotta sitten
Makefile Bump makefile, readme, fix typo and cleanup 6 vuotta sitten
README.md Bump makefile, readme, fix typo and cleanup 6 vuotta sitten
help.php Update with robin 7 vuotta sitten
package-lock.json Updated settings package deps 6 vuotta sitten
package.json Updated settings package deps 6 vuotta sitten
routes.php Bump user controller, cleaned old legacy and added route history mode 6 vuotta sitten
webpack.common.js Updated settings package deps 6 vuotta sitten
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 vuotta sitten
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 vuotta sitten

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