Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Nextcloud bot e98f4de66a
[tx-robot] updated from transifex
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 Fix detection if opcache extension is loaded 6 лет назад
Mailer Fix welcome text for better grammar in themed instances 6 лет назад
Middleware Provide translated error message for permission error 6 лет назад
css Add some responsiveness to the user management 6 лет назад
img Replace help icon with ? to avoid conflict with the new about section 6 лет назад
js Fix app navigation controller to return an array 5 лет назад
l10n [tx-robot] updated from transifex 5 лет назад
src Sidebar fix 6 лет назад
templates Kill php mail from settings 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 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 Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 5 лет назад
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 5 лет назад
routes.php Reorder routes to avoid conflicts 6 лет назад
webpack.common.js Copyright fix, changed vue settings output name and fixes template name 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

# clean output files
make clean