aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix(settings): Align contents of profile picture headingfix/align-avatar-visibilityChristopher Ng2024-10-292-2/+6
* 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
| |/
* | fix(systemtags): no bulk action on public pagesskjnldsv2024-10-291-2/+6
* | fix(systemtags): translations and etag method casingskjnldsv2024-10-291-34/+75
* | fix(systemtags): single-node bulk tagging actionskjnldsv2024-10-292-13/+15
* | feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-297-14/+33
* | 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-299-71/+329
* | feat(dav): add systemtag object IDs listingskjnldsv2024-10-2911-18/+179
* | feat(systemtags): add bulk tagging actionskjnldsv2024-10-298-18/+379
* | Merge pull request #48887 from nextcloud/fix/federated-usersJohn Molakvoæ2024-10-292-4/+54
|\ \
| * | fix(files_sharing): federated shares avatarskjnldsv2024-10-252-4/+54
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2996-94/+2
* | | fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-283-22/+128
* | | 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-284-6/+26
|\ \ \ \ | |/ / / |/| | |
| * | | fix(app-store): Update update count in navigationFerdinand Thiessen2024-10-284-6/+26
* | | | 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
|\ \ \ \
| * | | | fix(settings): Fix dependency injectionfix/settings/userid-dependency-injectionprovokateurin2024-10-284-7/+7
| |/ / /
* | | | Merge pull request #48912 from nextcloud/bugfix/exception-appscreenshot-notst...Ferdinand Thiessen2024-10-281-2/+8
|\ \ \ \
| * | | | fix(appsmanagement): Fix exception on generating preview url for screenshotsClaudio Cambra2024-10-281-2/+8
| |/ / /
* | | | Merge pull request #48614 from nextcloud/refactor/storage/constructorsKate2024-10-2810-93/+92
|\ \ \ \
| * | | | refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-2310-93/+92
* | | | | fix(dav): Cleanup view-only checkfix/dav/view-only-checkprovokateurin2024-10-281-0/+1
| |/ / / |/| | |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2812-8/+26
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2750-84/+162
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-26138-392/+658
* | | | fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
* | | | refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-252-21/+3
* | | | fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-252-6/+63
* | | | chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-253-15/+24
| |/ / |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-25150-142/+160
* | | refactor(ShareApiController): Check for null and empty strings with empty()safety-net-null-checkfenn-cs2024-10-241-7/+4
* | | fix(ShareAPI): Send mails for mail shares by defaultfix/48012/fix-share-email-send-mail-sharefenn-cs2024-10-241-1/+10
* | | Merge pull request #48874 from nextcloud/jtr/setup-checks-headingFerdinand Thiessen2024-10-241-1/+1
|\ \ \
| * | | fix(settings): Change "setup warnings" -> "setup checks" in Overviewjtr/setup-checks-headingJosh2024-10-231-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-24114-302/+246
|/ / /
* | | Merge pull request #48864 from nextcloud/fix/invalid-app-configFerdinand Thiessen2024-10-233-106/+112
|\ \ \
| * | | fix(settings): Do not use `null` on `string` parameter for sharing disclaimerFerdinand Thiessen2024-10-233-106/+112
* | | | Merge pull request #48852 from nextcloud/fix/app-store-markdownFerdinand Thiessen2024-10-232-48/+73
|\ \ \ \ | |/ / / |/| | |
| * | | fix(app-store): Correctly render Markdown in app descriptionFerdinand Thiessen2024-10-232-48/+73