Joas Schilling 3ade347b0d Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailer | il y a 6 ans | |
---|---|---|
.. | ||
Activity | d628341649 Get correct translations for SecurityProvider | il y a 6 ans |
BackgroundJobs | dc12f24f73 Use info log level to inform about a deleted user and thus the verification is not needed anymore | il y a 6 ans |
Controller | 6a0c54d5bf Add warning to setup checks if the default mailer is still php | 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 |
css | 2f332651d3 Add transition when enabling/disabling apps | 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 | 1e1f164ff5 Update settings js | il y a 6 ans |
l10n | ab1b848268 [tx-robot] updated from transifex | il y a 6 ans |
src | ebeb2da3d3 Fix displaying errors | il y a 6 ans |
templates | 0dd4a3e0cf Kill php mail from settings | 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 | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | il y a 6 ans |
README.md | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | il y a 6 ans |
help.php | 0215b004da Update with robin | il y a 8 ans |
package-lock.json | 6e0c822112 Bump webpack from 4.12.2 to 4.14.0 in /settings | il y a 6 ans |
package.json | 6e0c822112 Bump webpack from 4.12.2 to 4.14.0 in /settings | il y a 6 ans |
routes.php | 0a7ab6f66f Reorder routes to avoid conflicts | il y a 6 ans |
webpack.common.js | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 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
# clean output files
make clean