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 година
..
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 пре 5 година
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 пре 5 година
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 пре 5 година
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 пре 7 година
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