Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Morris Jobke bae3ba3b25
Merge pull request #11671 from nextcloud/refactor/rename-admin-security-section
vor 5 Jahren
..
Activity Get correct translations for SecurityProvider vor 6 Jahren
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore vor 6 Jahren
Controller Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd vor 5 Jahren
Mailer Fix welcome text for better grammar in themed instances vor 6 Jahren
Middleware Provide translated error message for permission error vor 6 Jahren
css Merge pull request #11581 from nextcloud/users-table-header-fix vor 5 Jahren
img Replace help icon with ? to avoid conflict with the new about section vor 6 Jahren
js Extract translated strings of compiled handlebars vor 5 Jahren
l10n [tx-robot] updated from transifex vor 5 Jahren
src Fixed js error when adding new group vor 5 Jahren
templates Rename admin security settings template vor 5 Jahren
.babelrc.js Babel fix and dynamic import on settings vor 5 Jahren
.editorconfig Bump tests and editorconfig vor 6 Jahren
.gitignore Settings to vuejs vor 6 Jahren
Application.php Update license headers vor 6 Jahren
Hooks.php don't blame email address changers vor 5 Jahren
Makefile Bump build and fix makefile vor 5 Jahren
README.md Copyright fix, changed vue settings output name and fixes template name vor 6 Jahren
help.php Update with robin vor 8 Jahren
package-lock.json Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings vor 5 Jahren
package.json Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings vor 5 Jahren
routes.php Reorder routes to avoid conflicts vor 6 Jahren
webpack.common.js Add new group entry on users list + fixes vor 5 Jahren
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator vor 6 Jahren
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator vor 6 Jahren

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