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.
Nextcloud bot e98f4de66a
[tx-robot] updated from transifex
5 yıl önce
..
Activity Get correct translations for SecurityProvider 6 yıl önce
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 6 yıl önce
Controller Fix detection if opcache extension is loaded 5 yıl önce
Mailer Fix welcome text for better grammar in themed instances 6 yıl önce
Middleware Provide translated error message for permission error 6 yıl önce
css Add some responsiveness to the user management 5 yıl önce
img Replace help icon with ? to avoid conflict with the new about section 6 yıl önce
js Fix app navigation controller to return an array 5 yıl önce
l10n [tx-robot] updated from transifex 5 yıl önce
src Sidebar fix 5 yıl önce
templates Kill php mail from settings 6 yıl önce
.babelrc IE11 compatibility 6 yıl önce
.editorconfig Bump tests and editorconfig 6 yıl önce
.gitignore Settings to vuejs 6 yıl önce
Application.php Update license headers 6 yıl önce
Hooks.php Update license headers 6 yıl önce
Makefile Copyright fix, changed vue settings output name and fixes template name 6 yıl önce
README.md Copyright fix, changed vue settings output name and fixes template name 6 yıl önce
help.php Update with robin 7 yıl önce
package-lock.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 5 yıl önce
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 5 yıl önce
routes.php Reorder routes to avoid conflicts 6 yıl önce
webpack.common.js Copyright fix, changed vue settings output name and fixes template name 6 yıl önce
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 yıl önce
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 yıl önce

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