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 cce12f0ca3
[tx-robot] updated from transifex
преди 6 години
..
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 Sidebar fix преди 6 години
l10n [tx-robot] updated from transifex преди 6 години
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 Rebuild js преди 6 години
package.json Bump webpack from 4.16.0 to 4.16.1 in /settings преди 6 години
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