Morris Jobke 882aab9d70 Fix detection if opcache extension is loaded 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 882aab9d70 Fix detection if opcache extension is loaded 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 0e0dd2a90b [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 8 роки тому
package-lock.json d19955d5fb Merge pull request #10148 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.15.1 6 роки тому
package.json d19955d5fb Merge pull request #10148 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.15.1 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