aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore(assets): Recompile assetsfix/cloud-id-inputnextcloud-command2024-10-292-3/+3
* fix: Move cloud id into readonly inputChristopher Ng2024-10-291-29/+31
* Merge pull request #48766 from nextcloud/fix/fix-disabled-user-list-for-subad...John Molakvoæ2024-10-292-4/+129
|\
| * fix(provisioning_api): Fix getting disabled users for group adminsfix/fix-disabled-user-list-for-subadminsCôme Chilliet2024-10-171-4/+4
| * chore(provisioning_api): Add tests for getDisabledUserDetailsCôme Chilliet2024-10-171-0/+125
* | Merge pull request #48788 from nextcloud/fix/788/add-password-required-to-ext...John Molakvoæ2024-10-293-0/+7
|\ \
| * | fix: cs fix namespacefix/788/add-password-required-to-external-storagesyemkareems2024-10-181-1/+1
| * | fix: add PasswordConfirmationRequired to the eternal storages mentioned in re...yemkareems2024-10-183-0/+7
| |/
* | Merge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-gr...John Molakvoæ2024-10-292-2/+29
|\ \
| * | test: add test for nested jail cross-storage movefix-copying-or-moving-from-shared-groupfoldersRobin Appelman2024-10-101-0/+23
| * | fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-101-2/+6
* | | Merge pull request #48786 from nextcloud/feat/files-bulk-taggingJohn Molakvoæ2024-10-29143-253/+2188
|\ \ \
| * | | fix(files_sharing): fix view only actions button selectorfeat/files-bulk-taggingskjnldsv2024-10-291-2/+2
| * | | fix(systemtags): no bulk action on public pagesskjnldsv2024-10-293-5/+9
| * | | chore: compile assetsskjnldsv2024-10-29105-149/+531
| * | | fix(systemtags): translations and etag method casingskjnldsv2024-10-293-36/+77
| * | | fix(systemtags): single-node bulk tagging actionskjnldsv2024-10-292-13/+15
| * | | feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-2911-18/+414
| * | | feat(systemtags): create tag from bulk tagging dialogskjnldsv2024-10-293-30/+73
| * | | feat(systemtags): emit tags changes and optimise tag updates performancesskjnldsv2024-10-296-72/+192
| * | | feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-2916-73/+429
| * | | feat(dav): add systemtag object IDs listingskjnldsv2024-10-2911-18/+179
| * | | feat(core): add index to systemtag objecttypeskjnldsv2024-10-296-1/+70
| * | | feat(systemtags): add bulk tagging actionskjnldsv2024-10-298-18/+379
|/ / /
* | | Merge pull request #48953 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.0John Molakvoæ2024-10-291-3/+3
|\ \ \
| * | | build(deps): bump elliptic from 6.5.7 to 6.6.0dependabot/npm_and_yarn/elliptic-6.6.0dependabot[bot]2024-10-291-3/+3
* | | | Merge pull request #48887 from nextcloud/fix/federated-usersJohn Molakvoæ2024-10-294-7/+57
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsfix/federated-usersnextcloud-command2024-10-252-3/+3
| * | | fix(files_sharing): federated shares avatarskjnldsv2024-10-252-4/+54
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2998-96/+4
* | | | Merge pull request #47831 from nextcloud/fix/view-only-previewFerdinand Thiessen2024-10-285-43/+311
|\ \ \ \
| * | | | fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-285-43/+311
* | | | | Merge pull request #48947 from nextcloud/bugfix/noid/mark-more-configs-as-sen...Joas Schilling2024-10-282-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(config): Mark more configs as sensitivebugfix/noid/mark-more-configs-as-sensitiveJoas Schilling2024-10-282-0/+10
* | | | | Merge pull request #48921 from nextcloud/ci/psalm/imagick-extensionJoas Schilling2024-10-281-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ci(psalm): Add missing imagick extensionci/psalm/imagick-extensionprovokateurin2024-10-281-3/+3
* | | | | Merge pull request #48943 from nextcloud/feat/photo-cache-webpRichard Steinmetz2024-10-281-0/+1
|\ \ \ \ \
| * | | | | feat: Allow WebP content type in PhotoCachefeat/photo-cache-webpMiguel Sánchez de León Peque2024-10-281-0/+1
* | | | | | Merge pull request #48871 from nextcloud/fix/app-store-reactivityFerdinand Thiessen2024-10-2810-15/+35
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsfix/app-store-reactivitynextcloud-command2024-10-286-9/+9
| * | | | | | fix(app-store): Update update count in navigationFerdinand Thiessen2024-10-284-6/+26
* | | | | | | Merge pull request #48915 from nextcloud/fix/encrypt-decrypt-passwordKate2024-10-283-6/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fix: crypto made inline for constructor and decrypt error handled in exceptionfix/encrypt-decrypt-passwordyemkareems2024-10-281-2/+4
| * | | | | | fix: crypto made inline for constructor and decrypt error handled in exceptionyemkareems2024-10-281-6/+7
| * | | | | | fix: use Icrypto in place of Cyptoyemkareems2024-10-282-4/+4
| * | | | | | fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-283-9/+8
| * | | | | | fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-283-5/+31
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #48918 from nextcloud/fix/files_sharing/cleanup-error-mess...Kate2024-10-283-11/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messagesprovokateurin2024-10-283-11/+11
| |/ / / /
* | | | | Merge pull request #48919 from nextcloud/fix/settings/userid-dependency-injec...Kate2024-10-284-7/+7
|\ \ \ \ \