Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Nextcloud bot cce12f0ca3
[tx-robot] updated from transifex
6 anos atrás
..
Activity Get correct translations for SecurityProvider 6 anos atrás
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 6 anos atrás
Controller Fix detection if opcache extension is loaded 6 anos atrás
Mailer Fix welcome text for better grammar in themed instances 6 anos atrás
Middleware Provide translated error message for permission error 6 anos atrás
css Add some responsiveness to the user management 6 anos atrás
img Replace help icon with ? to avoid conflict with the new about section 6 anos atrás
js Sidebar fix 6 anos atrás
l10n [tx-robot] updated from transifex 6 anos atrás
src Sidebar fix 6 anos atrás
templates Kill php mail from settings 6 anos atrás
.babelrc IE11 compatibility 6 anos atrás
.editorconfig Bump tests and editorconfig 6 anos atrás
.gitignore Settings to vuejs 6 anos atrás
Application.php Update license headers 6 anos atrás
Hooks.php Update license headers 6 anos atrás
Makefile Copyright fix, changed vue settings output name and fixes template name 6 anos atrás
README.md Copyright fix, changed vue settings output name and fixes template name 6 anos atrás
help.php Update with robin 8 anos atrás
package-lock.json Rebuild js 6 anos atrás
package.json Bump webpack from 4.16.0 to 4.16.1 in /settings 6 anos atrás
routes.php Reorder routes to avoid conflicts 6 anos atrás
webpack.common.js Copyright fix, changed vue settings output name and fixes template name 6 anos atrás
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 anos atrás
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 anos atrás

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