Morris Jobke 882aab9d70 Fix detection if opcache extension is loaded hace 6 años
..
Activity d628341649 Get correct translations for SecurityProvider hace 6 años
BackgroundJobs dc12f24f73 Use info log level to inform about a deleted user and thus the verification is not needed anymore hace 6 años
Controller 882aab9d70 Fix detection if opcache extension is loaded hace 6 años
Mailer a0aef6ab1b Fix welcome text for better grammar in themed instances hace 7 años
Middleware cf35c4b03a Provide translated error message for permission error hace 6 años
css 2f332651d3 Add transition when enabling/disabling apps hace 6 años
img cbe49ef5c2 Replace help icon with ? to avoid conflict with the new about section hace 6 años
js 1e1f164ff5 Update settings js hace 6 años
l10n 0e0dd2a90b [tx-robot] updated from transifex hace 6 años
src ebeb2da3d3 Fix displaying errors hace 6 años
templates 0dd4a3e0cf Kill php mail from settings hace 6 años
.babelrc bcffbab6f8 IE11 compatibility hace 6 años
.editorconfig ae8ea57793 Bump tests and editorconfig hace 6 años
.gitignore c8f670dd8f Settings to vuejs hace 6 años
Application.php 0eebff152a Update license headers hace 7 años
Hooks.php 0eebff152a Update license headers hace 7 años
Makefile 62667914a0 Copyright fix, changed vue settings output name and fixes template name hace 6 años
README.md 62667914a0 Copyright fix, changed vue settings output name and fixes template name hace 6 años
help.php 0215b004da Update with robin hace 8 años
package-lock.json d19955d5fb Merge pull request #10148 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.15.1 hace 6 años
package.json d19955d5fb Merge pull request #10148 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.15.1 hace 6 años
routes.php 0a7ab6f66f Reorder routes to avoid conflicts hace 6 años
webpack.common.js 62667914a0 Copyright fix, changed vue settings output name and fixes template name hace 6 años
webpack.dev.js 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator hace 6 años
webpack.prod.js 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator hace 6 años

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