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