Georg Ehrke 51a35c23f6 fix camelCase for localesForLanguage | 6 gadi atpakaļ | |
---|---|---|
.. | ||
Activity | d628341649 Get correct translations for SecurityProvider | 6 gadi atpakaļ |
BackgroundJobs | dc12f24f73 Use info log level to inform about a deleted user and thus the verification is not needed anymore | 6 gadi atpakaļ |
Controller | 3cbe40ffac If cronErros is empty json_decode will return NULL | 6 gadi atpakaļ |
Mailer | a0aef6ab1b Fix welcome text for better grammar in themed instances | 7 gadi atpakaļ |
Middleware | cf35c4b03a Provide translated error message for permission error | 6 gadi atpakaļ |
css | 0cacdd3132 show locale example and apply new locale right away | 6 gadi atpakaļ |
img | cbe49ef5c2 Replace help icon with ? to avoid conflict with the new about section | 6 gadi atpakaļ |
js | 0cacdd3132 show locale example and apply new locale right away | 6 gadi atpakaļ |
l10n | 46b62ff579 [tx-robot] updated from transifex | 6 gadi atpakaļ |
src | d3d357fb94 Resend activation email for new users as admin | 6 gadi atpakaļ |
templates | 51a35c23f6 fix camelCase for localesForLanguage | 6 gadi atpakaļ |
.babelrc | bcffbab6f8 IE11 compatibility | 6 gadi atpakaļ |
.editorconfig | ae8ea57793 Bump tests and editorconfig | 6 gadi atpakaļ |
.gitignore | c8f670dd8f Settings to vuejs | 6 gadi atpakaļ |
Application.php | 0eebff152a Update license headers | 7 gadi atpakaļ |
Hooks.php | 0eebff152a Update license headers | 7 gadi atpakaļ |
Makefile | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 6 gadi atpakaļ |
README.md | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 6 gadi atpakaļ |
help.php | 0215b004da Update with robin | 8 gadi atpakaļ |
package-lock.json | 11853855ee Bump webpack from 4.12.1 to 4.12.2 in /settings | 6 gadi atpakaļ |
package.json | 11853855ee Bump webpack from 4.12.1 to 4.12.2 in /settings | 6 gadi atpakaļ |
routes.php | 0a7ab6f66f Reorder routes to avoid conflicts | 6 gadi atpakaļ |
webpack.common.js | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 6 gadi atpakaļ |
webpack.dev.js | 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator | 6 gadi atpakaļ |
webpack.prod.js | 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator | 6 gadi atpakaļ |
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
# clean output files
make clean