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