Joas Schilling 3ade347b0d Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailer пре 5 година
..
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 пре 6 година
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 пре 6 година
Hooks.php 0eebff152a Update license headers пре 6 година
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 пре 7 година
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 година

README.md

Settings section

Nextcloud settings with Vue

Build Setup

# 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