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.
John Molakvoæ 0b27595eb4
Merge pull request #11581 from nextcloud/users-table-header-fix
hace 5 años
..
Activity Get correct translations for SecurityProvider hace 6 años
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore hace 6 años
Controller Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd hace 5 años
Mailer Fix welcome text for better grammar in themed instances hace 6 años
Middleware Provide translated error message for permission error hace 6 años
css Merge pull request #11581 from nextcloud/users-table-header-fix hace 5 años
img Replace help icon with ? to avoid conflict with the new about section hace 6 años
js Set nonce for loading the zxcvbn hace 5 años
l10n [tx-robot] updated from transifex hace 5 años
src Fixed js error when adding new group hace 5 años
templates Merge pull request #11538 from nextcloud/heading-bold hace 5 años
.babelrc.js Babel fix and dynamic import on settings hace 5 años
.editorconfig Bump tests and editorconfig hace 6 años
.gitignore Settings to vuejs hace 6 años
Application.php Update license headers hace 6 años
Hooks.php don't blame email address changers hace 6 años
Makefile Copyright fix, changed vue settings output name and fixes template name hace 6 años
README.md Copyright fix, changed vue settings output name and fixes template name hace 6 años
help.php Update with robin hace 8 años
package-lock.json Fix generateUrl for webpack hace 5 años
package.json Babel fix and dynamic import on settings hace 5 años
routes.php Reorder routes to avoid conflicts hace 6 años
webpack.common.js Add new group entry on users list + fixes hace 5 años
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator hace 6 años
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator hace 6 años

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