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
преди 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 Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd преди 5 години
Mailer Fix welcome text for better grammar in themed instances преди 6 години
Middleware Provide translated error message for permission error преди 6 години
css Merge pull request #11581 from nextcloud/users-table-header-fix преди 5 години
img Replace help icon with ? to avoid conflict with the new about section преди 6 години
js Set nonce for loading the zxcvbn преди 5 години
l10n [tx-robot] updated from transifex преди 5 години
src Fixed js error when adding new group преди 5 години
templates Merge pull request #11538 from nextcloud/heading-bold преди 5 години
.babelrc.js Babel fix and dynamic import on settings преди 5 години
.editorconfig Bump tests and editorconfig преди 6 години
.gitignore Settings to vuejs преди 6 години
Application.php Update license headers преди 6 години
Hooks.php don't blame email address changers преди 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 Fix generateUrl for webpack преди 5 години
package.json Babel fix and dynamic import on settings преди 5 години
routes.php Reorder routes to avoid conflicts преди 6 години
webpack.common.js Add new group entry on users list + fixes преди 5 години
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