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