You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot] fcc0dabfc6
Bump webpack-cli from 2.1.3 to 2.1.4 in /settings
hace 6 años
..
Activity Get correct translations for SecurityProvider hace 6 años
BackgroundJobs Use ::class statement instead of string hace 6 años
Controller Added total count for subadmins hace 6 años
Mailer Fix welcome text for better grammar in themed instances hace 6 años
Middleware Provide translated error message for permission error hace 6 años
ajax Bump user controller, cleaned old legacy and added route history mode hace 6 años
css Disabled fix since new users list hace 6 años
img Replace help icon with ? to avoid conflict with the new about section hace 6 años
js Do not show count on empty groups hace 6 años
l10n [tx-robot] updated from transifex hace 6 años
src Do not show count on empty groups hace 6 años
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability hace 6 años
tests/js Settings to vuejs hace 6 años
.babelrc IE11 compatibility hace 6 años
.editorconfig Bump tests and editorconfig hace 6 años
.gitignore Settings to vuejs hace 6 años
Application.php Update license headers hace 6 años
Hooks.php Update license headers hace 6 años
Makefile Bump makefile, readme, fix typo and cleanup hace 6 años
README.md Bump makefile, readme, fix typo and cleanup hace 6 años
help.php Update with robin hace 8 años
package-lock.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings hace 6 años
package.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings hace 6 años
routes.php Bump user controller, cleaned old legacy and added route history mode hace 6 años
webpack.common.js Updated settings package deps hace 6 años
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator hace 6 años
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator hace 6 años

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