aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | fix(SetupCheck): Restrict SetupResult rich object parameters typeprovokateurin2024-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(RichObjectStrings/Validator): Validate key value types of rich object ↵provokateurin2024-09-102-0/+32
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameters Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #47853 from nextcloud/clearify-swift-exceptionRobin Appelman2024-09-101-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix: make swift connect exception message more informative
| * | | | | | | fix: make swift connect exception message more informativeRobin Appelman2024-09-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-091-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: camel case Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: log a debug log Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: typing Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: typo fix: typing
* | | | | | | | | 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 ProviderV2
| * | | | | | | | fix(preview): gracefully handle file not being opened in ProviderV2Richard Steinmetz2024-09-101-0/+3
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | 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/copy
| * | | | | | | | fix: Only write once to template instead of create/copyJulius Knorr2024-09-101-3/+3
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | | | Merge pull request #47294 from nextcloud/fix/natural-order-treePytal2024-09-10118-171/+183
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(files): Sort tree views correctly by natural order
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2024-09-09113-158/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix(files): Render folders in natural sort orderChristopher Ng2024-09-091-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Nodes are returned from the endpoint in an undefined order Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-092-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | chore(deps): Bump `@nextcloud/files` to v3.9.0Christopher Ng2024-09-092-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circlesRichard Steinmetz2024-09-101-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(caldav, carddav): also allow unsharing of circle shares
| * | | | | | | | fix(dav): also allow unsharing of circle sharesAnna Larch2024-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | | Merge pull request #47816 from ↵github-actions[bot]2024-09-101-3/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-101-3/+0
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | / / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-10152-140/+582
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #47845 from ↵Andy Scherzinger2024-09-093-2/+175
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/webhook_listeners-remove-all-from-appid Add an endpoint to remove all webhook registrations from an app
| * | | | | | | chore(webhook_listeners): Update openapi.jsonCôme Chilliet2024-09-091-1/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | feat(webhook_listeners): Add API endpoint to remove all registrations from ↵Côme Chilliet2024-09-091-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an AppAPI app Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | feat(webhook_listeners): Add mapper method to remove all registrations from ↵Côme Chilliet2024-09-091-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a given AppAPI id Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | 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' ↵provokateurin2024-09-093-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-094-14/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(theming): Use NavigationManager to handle default entriesprovokateurin2024-09-095-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(TemplateLayout): Use NavigationManager to get default app nameprovokateurin2024-09-091-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(URLGenerator): Use NavigationManager to generate default page URLprovokateurin2024-09-091-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | refactor(AppManager): Deprecated default apps handlingprovokateurin2024-09-093-199/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | feat(NavigationManager): Add default entries handlingprovokateurin2024-09-094-12/+296
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #47841 from nextcloud/fix/files-sharing-openfileJonas2024-09-094-3/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(files_sharing): Open single-file-share by default
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2024-09-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | fix(files_sharing): Open single-file-share by defaultFerdinand Thiessen2024-09-092-0/+12
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #47807 from nextcloud/fix/files_sharing--password-labelGrigorii K. Shartsev2024-09-099-24/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(files_sharing): password checkbox and labels in link share
| * | | | | | | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-09-098-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | | | | fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-09-091-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | | | | fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-09-091-0/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | | | | Merge pull request #47803 from nextcloud/chore/add-migration-attributeFerdinand Thiessen2024-09-091-0/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | chore(files_sharing): Add migration attribute for `share.reminder_sent` column
| * | | | | | | chore(files_sharing): Add migration attribute for `share.reminder_sent` columnFerdinand Thiessen2024-09-061-0/+7
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #47805 from nextcloud/fix/xml-exception-templateFerdinand Thiessen2024-09-091-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | fix: Replace conflicting tags in `xml_exception` template
| * | | | | | fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `<?xml` tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #47837 from nextcloud/fix/files/dav-etagKate2024-09-093-10/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | fix(files): Never return a null ETag in DAVprovokateurin2024-09-093-10/+3
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #47824 from nextcloud/rakekniven-patch-3Marcel Klehr2024-09-093-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | chore(i18n): adapted lowercase
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-09-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix: Update AdminAI.vuerakekniven2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>