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
преди 6 години
..
Activity Get correct translations for SecurityProvider преди 6 години
BackgroundJobs Use ::class statement instead of string преди 6 години
Controller Added total count for subadmins преди 6 години
Mailer Fix welcome text for better grammar in themed instances преди 6 години
Middleware Provide translated error message for permission error преди 6 години
ajax Bump user controller, cleaned old legacy and added route history mode преди 6 години
css Disabled fix since new users list преди 6 години
img Replace help icon with ? to avoid conflict with the new about section преди 6 години
js Do not show count on empty groups преди 6 години
l10n [tx-robot] updated from transifex преди 6 години
src Do not show count on empty groups преди 6 години
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability преди 6 години
tests/js Settings to vuejs преди 6 години
.babelrc IE11 compatibility преди 6 години
.editorconfig Bump tests and editorconfig преди 6 години
.gitignore Settings to vuejs преди 6 години
Application.php Update license headers преди 6 години
Hooks.php Update license headers преди 6 години
Makefile Bump makefile, readme, fix typo and cleanup преди 6 години
README.md Bump makefile, readme, fix typo and cleanup преди 6 години
help.php Update with robin преди 8 години
package-lock.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings преди 6 години
package.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings преди 6 години
routes.php Bump user controller, cleaned old legacy and added route history mode преди 6 години
webpack.common.js Updated settings package deps преди 6 години
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator преди 6 години
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator преди 6 години

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