Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
John Molakvoæ 0b27595eb4
Merge pull request #11581 from nextcloud/users-table-header-fix
5 лет назад
..
Activity Get correct translations for SecurityProvider 6 лет назад
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 6 лет назад
Controller Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd 5 лет назад
Mailer Fix welcome text for better grammar in themed instances 6 лет назад
Middleware Provide translated error message for permission error 6 лет назад
css Merge pull request #11581 from nextcloud/users-table-header-fix 5 лет назад
img Replace help icon with ? to avoid conflict with the new about section 6 лет назад
js Set nonce for loading the zxcvbn 5 лет назад
l10n [tx-robot] updated from transifex 5 лет назад
src Fixed js error when adding new group 5 лет назад
templates Merge pull request #11538 from nextcloud/heading-bold 5 лет назад
.babelrc.js Babel fix and dynamic import on settings 5 лет назад
.editorconfig Bump tests and editorconfig 6 лет назад
.gitignore Settings to vuejs 6 лет назад
Application.php Update license headers 6 лет назад
Hooks.php don't blame email address changers 6 лет назад
Makefile Copyright fix, changed vue settings output name and fixes template name 6 лет назад
README.md Copyright fix, changed vue settings output name and fixes template name 6 лет назад
help.php Update with robin 8 лет назад
package-lock.json Fix generateUrl for webpack 5 лет назад
package.json Babel fix and dynamic import on settings 5 лет назад
routes.php Reorder routes to avoid conflicts 6 лет назад
webpack.common.js Add new group entry on users list + fixes 5 лет назад
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

# clean output files
make clean