您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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