Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Nextcloud bot e98f4de66a
[tx-robot] updated from transifex
před 5 roky
..
Activity Get correct translations for SecurityProvider před 6 roky
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore před 5 roky
Controller Fix detection if opcache extension is loaded před 5 roky
Mailer Fix welcome text for better grammar in themed instances před 6 roky
Middleware Provide translated error message for permission error před 6 roky
css Add some responsiveness to the user management před 5 roky
img Replace help icon with ? to avoid conflict with the new about section před 6 roky
js Fix app navigation controller to return an array před 5 roky
l10n [tx-robot] updated from transifex před 5 roky
src Sidebar fix před 5 roky
templates Kill php mail from settings před 5 roky
.babelrc IE11 compatibility před 6 roky
.editorconfig Bump tests and editorconfig před 6 roky
.gitignore Settings to vuejs před 6 roky
Application.php Update license headers před 6 roky
Hooks.php Update license headers před 6 roky
Makefile Copyright fix, changed vue settings output name and fixes template name před 6 roky
README.md Copyright fix, changed vue settings output name and fixes template name před 6 roky
help.php Update with robin před 7 roky
package-lock.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 před 5 roky
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 před 5 roky
routes.php Reorder routes to avoid conflicts před 6 roky
webpack.common.js Copyright fix, changed vue settings output name and fixes template name před 6 roky
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator před 6 roky
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator před 6 roky

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