aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: add pagination compatibility to cardav backendfeat/pagination-cardavHamza Mahjoubi2024-09-112-5/+20
* Merge pull request #47881 from nextcloud/fix/new-group-iconPytal2024-09-115-8/+8
|\
| * chore(assets): Recompile assetsnextcloud-command2024-09-104-6/+6
| * fix(settings): Add back create group iconChristopher Ng2024-09-101-2/+2
* | Merge pull request #47884 from nextcloud/chore/blame-ignoreDaniel2024-09-111-0/+2
|\ \
| * | chore: Add another coding standard commit to the git blame ignoreFerdinand Thiessen2024-09-111-0/+2
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-11358-6716/+6394
|/
* Merge pull request #47848 from nextcloud/fix/files-context-menuFerdinand Thiessen2024-09-103-3/+20
|\
| * chore(assets): Recompile assetsnextcloud-command2024-09-102-3/+3
| * fix(files): Reset context menu position on closeFerdinand Thiessen2024-09-101-0/+17
* | Merge pull request #47662 from nextcloud/fix/notification/validate-rich-objec...Kate2024-09-107-10/+43
|\ \
| * | fix(Activity): Restrict IEvent rich object parameters typeprovokateurin2024-09-102-6/+6
| * | fix(SetupCheck): Restrict SetupResult rich object parameters typeprovokateurin2024-09-101-0/+1
| * | fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-102-4/+4
| * | fix(RichObjectStrings/Validator): Validate key value types of rich object par...provokateurin2024-09-102-0/+32
* | | Merge pull request #47853 from nextcloud/clearify-swift-exceptionRobin Appelman2024-09-101-4/+4
|\ \ \ | |/ / |/| |
| * | fix: make swift connect exception message more informativeRobin Appelman2024-09-091-4/+4
* | | Merge pull request #47834 from nextcloud/retAppsManDisJohn Molakvoæ2024-09-101-2/+9
|\ \ \
| * | | fix(appstore): disabled appstore log level bump from debug to infoJohn Molakvoæ2024-09-101-1/+1
| * | | fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-091-2/+9
* | | | Merge pull request #47858 from nextcloud/fix/preview/handle-no-local-fileRichard Steinmetz2024-09-101-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(preview): gracefully handle file not being opened in ProviderV2Richard Steinmetz2024-09-101-0/+3
| | |/ | |/|
* | | Merge pull request #47860 from nextcloud/fix/create-template-write-eventMarcel Klehr2024-09-101-3/+3
|\ \ \
| * | | fix: Only write once to template instead of create/copyJulius Knorr2024-09-101-3/+3
* | | | Merge pull request #47294 from nextcloud/fix/natural-order-treePytal2024-09-10118-171/+183
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2024-09-09113-158/+158
| * | | fix(files): Render folders in natural sort orderChristopher Ng2024-09-091-3/+17
| * | | fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-092-2/+0
| * | | chore(deps): Bump `@nextcloud/files` to v3.9.0Christopher Ng2024-09-092-8/+8
* | | | Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circlesRichard Steinmetz2024-09-101-1/+1
|\ \ \ \
| * | | | fix(dav): also allow unsharing of circle sharesAnna Larch2024-09-051-1/+1
* | | | | Merge pull request #47816 from nextcloud/automated/noid/master-update-psalm-b...github-actions[bot]2024-09-101-3/+0
|\ \ \ \ \
| * | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-101-3/+0
|/ / / / /
* | / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-10152-140/+582
| |/ / / |/| | |
* | | | Merge pull request #47845 from nextcloud/feat/webhook_listeners-remove-all-fr...Andy Scherzinger2024-09-093-2/+175
|\ \ \ \
| * | | | chore(webhook_listeners): Update openapi.jsonCôme Chilliet2024-09-091-1/+129
| * | | | feat(webhook_listeners): Add API endpoint to remove all registrations from an...Côme Chilliet2024-09-091-1/+31
| * | | | feat(webhook_listeners): Add mapper method to remove all registrations from a...Côme Chilliet2024-09-091-0/+15
* | | | | Merge pull request #47523 from nextcloud/fix/theming/custom-apps-orderKate2024-09-0919-256/+481
|\ \ \ \ \
| * | | | | docs(config): Explain how to retrieve navigation entry IDs for 'defaultapp' o...provokateurin2024-09-093-13/+13
| * | | | | fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-094-14/+90
| * | | | | fix(theming): Use NavigationManager to handle default entriesprovokateurin2024-09-095-16/+26
| * | | | | fix(TemplateLayout): Use NavigationManager to get default app nameprovokateurin2024-09-091-5/+4
| * | | | | fix(URLGenerator): Use NavigationManager to generate default page URLprovokateurin2024-09-091-6/+19
| * | | | | refactor(AppManager): Deprecated default apps handlingprovokateurin2024-09-093-199/+42
| * | | | | feat(NavigationManager): Add default entries handlingprovokateurin2024-09-094-12/+296
| | |_|/ / | |/| | |
* | | | | Merge pull request #47841 from nextcloud/fix/files-sharing-openfileJonas2024-09-094-3/+15
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-09-092-3/+3
| * | | | | fix(files_sharing): Open single-file-share by defaultFerdinand Thiessen2024-09-092-0/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #47807 from nextcloud/fix/files_sharing--password-labelGrigorii K. Shartsev2024-09-099-24/+22
|\ \ \ \ \