Joas Schilling 3ade347b0d Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailer | 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 | 6a0c54d5bf Add warning to setup checks if the default mailer is still php | 6 년 전 |
Mailer | a0aef6ab1b Fix welcome text for better grammar in themed instances | 7 년 전 |
Middleware | cf35c4b03a Provide translated error message for permission error | 6 년 전 |
css | 2f332651d3 Add transition when enabling/disabling apps | 6 년 전 |
img | cbe49ef5c2 Replace help icon with ? to avoid conflict with the new about section | 6 년 전 |
js | 1e1f164ff5 Update settings js | 6 년 전 |
l10n | ab1b848268 [tx-robot] updated from transifex | 6 년 전 |
src | ebeb2da3d3 Fix displaying errors | 6 년 전 |
templates | 0dd4a3e0cf Kill php mail from settings | 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 | 6e0c822112 Bump webpack from 4.12.2 to 4.14.0 in /settings | 6 년 전 |
package.json | 6e0c822112 Bump webpack from 4.12.2 to 4.14.0 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