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