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.
dependabot[bot] fcc0dabfc6
Bump webpack-cli from 2.1.3 to 2.1.4 in /settings
il y a 6 ans
..
Activity Get correct translations for SecurityProvider il y a 6 ans
BackgroundJobs Use ::class statement instead of string il y a 6 ans
Controller Added total count for subadmins il y a 6 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
ajax Bump user controller, cleaned old legacy and added route history mode il y a 6 ans
css Disabled fix since new users list il y a 6 ans
img Replace help icon with ? to avoid conflict with the new about section il y a 6 ans
js Do not show count on empty groups il y a 6 ans
l10n [tx-robot] updated from transifex il y a 6 ans
src Do not show count on empty groups il y a 6 ans
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability il y a 6 ans
tests/js Settings to vuejs 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 Bump makefile, readme, fix typo and cleanup il y a 6 ans
README.md Bump makefile, readme, fix typo and cleanup il y a 6 ans
help.php Update with robin il y a 8 ans
package-lock.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings il y a 6 ans
package.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings il y a 6 ans
routes.php Bump user controller, cleaned old legacy and added route history mode il y a 6 ans
webpack.common.js Updated settings package deps 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