Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Nextcloud bot e98f4de66a
[tx-robot] updated from transifex
vor 5 Jahren
..
Activity Get correct translations for SecurityProvider vor 6 Jahren
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore vor 6 Jahren
Controller Fix detection if opcache extension is loaded vor 5 Jahren
Mailer Fix welcome text for better grammar in themed instances vor 6 Jahren
Middleware Provide translated error message for permission error vor 6 Jahren
css Add some responsiveness to the user management vor 5 Jahren
img Replace help icon with ? to avoid conflict with the new about section vor 6 Jahren
js Fix app navigation controller to return an array vor 5 Jahren
l10n [tx-robot] updated from transifex vor 5 Jahren
src Sidebar fix vor 5 Jahren
templates Kill php mail from settings vor 6 Jahren
.babelrc IE11 compatibility vor 6 Jahren
.editorconfig Bump tests and editorconfig vor 6 Jahren
.gitignore Settings to vuejs vor 6 Jahren
Application.php Update license headers vor 6 Jahren
Hooks.php Update license headers vor 6 Jahren
Makefile Copyright fix, changed vue settings output name and fixes template name vor 6 Jahren
README.md Copyright fix, changed vue settings output name and fixes template name vor 6 Jahren
help.php Update with robin vor 7 Jahren
package-lock.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 vor 5 Jahren
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 vor 5 Jahren
routes.php Reorder routes to avoid conflicts vor 6 Jahren
webpack.common.js Copyright fix, changed vue settings output name and fixes template name vor 6 Jahren
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator vor 6 Jahren
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator vor 6 Jahren

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