Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nextcloud bot e98f4de66a
[tx-robot] updated from transifex
il y a 5 ans
..
Activity Get correct translations for SecurityProvider il y a 6 ans
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore il y a 6 ans
Controller Fix detection if opcache extension is loaded il y a 5 ans
Mailer Fix welcome text for better grammar in themed instances il y a 6 ans
Middleware Provide translated error message for permission error il y a 6 ans
css Add some responsiveness to the user management il y a 5 ans
img Replace help icon with ? to avoid conflict with the new about section il y a 6 ans
js Fix app navigation controller to return an array il y a 5 ans
l10n [tx-robot] updated from transifex il y a 5 ans
src Sidebar fix il y a 5 ans
templates Kill php mail from settings il y a 6 ans
.babelrc IE11 compatibility il y a 6 ans
.editorconfig Bump tests and editorconfig il y a 6 ans
.gitignore Settings to vuejs il y a 6 ans
Application.php Update license headers il y a 6 ans
Hooks.php Update license headers il y a 6 ans
Makefile Copyright fix, changed vue settings output name and fixes template name il y a 6 ans
README.md Copyright fix, changed vue settings output name and fixes template name il y a 6 ans
help.php Update with robin il y a 7 ans
package-lock.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 il y a 5 ans
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 il y a 5 ans
routes.php Reorder routes to avoid conflicts il y a 6 ans
webpack.common.js Copyright fix, changed vue settings output name and fixes template name il y a 6 ans
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator il y a 6 ans
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator il y a 6 ans

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