Joas Schilling 3ade347b0d Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailer 5 năm trước cách đây
..
Activity d628341649 Get correct translations for SecurityProvider 6 năm trước cách đây
BackgroundJobs dc12f24f73 Use info log level to inform about a deleted user and thus the verification is not needed anymore 5 năm trước cách đây
Controller 6a0c54d5bf Add warning to setup checks if the default mailer is still php 5 năm trước cách đây
Mailer a0aef6ab1b Fix welcome text for better grammar in themed instances 6 năm trước cách đây
Middleware cf35c4b03a Provide translated error message for permission error 6 năm trước cách đây
css 2f332651d3 Add transition when enabling/disabling apps 5 năm trước cách đây
img cbe49ef5c2 Replace help icon with ? to avoid conflict with the new about section 6 năm trước cách đây
js 1e1f164ff5 Update settings js 5 năm trước cách đây
l10n ab1b848268 [tx-robot] updated from transifex 5 năm trước cách đây
src ebeb2da3d3 Fix displaying errors 5 năm trước cách đây
templates 0dd4a3e0cf Kill php mail from settings 5 năm trước cách đây
.babelrc bcffbab6f8 IE11 compatibility 6 năm trước cách đây
.editorconfig ae8ea57793 Bump tests and editorconfig 6 năm trước cách đây
.gitignore c8f670dd8f Settings to vuejs 6 năm trước cách đây
Application.php 0eebff152a Update license headers 6 năm trước cách đây
Hooks.php 0eebff152a Update license headers 6 năm trước cách đây
Makefile 62667914a0 Copyright fix, changed vue settings output name and fixes template name 6 năm trước cách đây
README.md 62667914a0 Copyright fix, changed vue settings output name and fixes template name 6 năm trước cách đây
help.php 0215b004da Update with robin 7 năm trước cách đây
package-lock.json 6e0c822112 Bump webpack from 4.12.2 to 4.14.0 in /settings 5 năm trước cách đây
package.json 6e0c822112 Bump webpack from 4.12.2 to 4.14.0 in /settings 5 năm trước cách đây
routes.php 0a7ab6f66f Reorder routes to avoid conflicts 6 năm trước cách đây
webpack.common.js 62667914a0 Copyright fix, changed vue settings output name and fixes template name 6 năm trước cách đây
webpack.dev.js 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 năm trước cách đây
webpack.prod.js 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 năm trước cách đây

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