summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | fix(sharing): Avoid (dead)locking during orphan deletionChristoph Wurst2024-05-292-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> [skip ci]
* | | | | Merge pull request #45198 from nextcloud/backport/45196/stable28John Molakvoæ2024-06-071-1/+1
|\ \ \ \ \
| * | | | | fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #45110 from nextcloud/backport/45105/stable28John Molakvoæ2024-06-071-1/+1
|\ \ \ \ \ \
| * | | | | | fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discovered by psalm update Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #45528 from nextcloud/backport/45014/stable28John Molakvoæ2024-06-071-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix backportGit'Fellow2024-05-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | | | fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> [skip ci]
* | | | | | | | Merge pull request #44958 from nextcloud/backport/44884/stable28John Molakvoæ2024-06-072-8/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | feat: add request id as comment to all queriesRobin Appelman2024-06-042-8/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #45028 from nextcloud/backport/44972/stable28John Molakvoæ2024-06-074-4/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-06-074-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | | | | | Merge pull request #44990 from nextcloud/backport/44923/stable28John Molakvoæ2024-06-076-14/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Fix truncation on public sharesChristopher Ng2024-06-076-14/+29
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | Merge pull request #44908 from nextcloud/backport/44805/stable28John Molakvoæ2024-06-073-3/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix(files): Display selected files countChristopher Ng2024-06-073-3/+9
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit a999544ff22745d442b93e280fde308983968f09)
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0784-6/+774
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #45674 from nextcloud/backport/45606/stable28Andy Scherzinger2024-06-068-181/+195
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable28] fix(federatedfilesharing): import external federated share script
| * | | | | | | | fix(federatedfilesharing): import external federated share scriptskjnldsv2024-06-068-181/+195
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #45689 from nextcloud/backport/45679/stable28Andy Scherzinger2024-06-063-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | [stable28] fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2024-06-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix(files_sharing): usage of NcTextField in SelectShareFolderDialogueLouis Chemineau2024-06-061-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NcTextField needs a value property to be set. Signed-off-by: Louis Chemineau <louis@chmn.me> [skip ci]
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0678-8/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #44398 from nextcloud/backport/44075/stable28Benjamin Gaussorgues2024-06-0510-21/+140
|\ \ \ \ \ \ \
| * | | | | | | fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-06-0410-21/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #45643 from nextcloud/backport/45632/stable28Benjamin Gaussorgues2024-06-052-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(core): Add missing null value possibility to Resource and Reference ↵provokateurin2024-06-042-4/+6
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #45646 from nextcloud/backport/45455/stable28Benjamin Gaussorgues2024-06-054-16/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(core): Fix NavigationEntry typingprovokateurin2024-06-042-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(NavigationManager): Make entry order always an integerprovokateurin2024-06-043-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | | fix(INavigationManager): Fix psalm alias not set in the right placeprovokateurin2024-06-041-4/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-06-05940-5026/+15572
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #45663 from nextcloud/backport/45586/stable28John Molakvoæ2024-06-043-10/+14
|\ \ \ \ \ \ \
| * | | | | | | fix(files): Only execute default action if there is an action to performFerdinand Thiessen2024-06-043-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some files do not have a default action (can not be viewed and only downloaded). If the `openfile` query is set on them the `handleOpenFile` will throw an error. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #45052 from nextcloud/backport/44938/stable28Benjamin Gaussorgues2024-06-041-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | Merge pull request #45622 from nextcloud/backport/45494/stable28John Molakvoæ2024-06-044-6/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix(core): remove unwanted unsupported browser importJohn Molakvoæ2024-06-043-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix(core): unsupported browser `getRootUrl` importJohn Molakvoæ2024-06-0441-52016/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix(core): unsupported browser redirect urlJohn Molakvoæ (skjnldsv)2024-06-0440-2/+52026
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #45640 from nextcloud/backport/45235/stable28Anna2024-06-0412-0/+176
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [stable28] fix(caldav): automatically delete outdated scheduling objects
| * | | | | | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-06-0312-0/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | Merge pull request #45059 from nextcloud/backport/44496/stable28Josh2024-06-031-1/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable28] feat: support "s3-accelerate" endpoint
| * | | | | | | feat: add option to enable s3 accelerationRobin Appelman2024-05-101-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #45567 from nextcloud/backport/45222/stable28Daniel2024-06-0311-53/+450
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | [stable28] CalDAV fix search with limit and time range
| * | | | | | | feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-035-2/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorting the events by the start date leads to more predictable results for the search API consumers. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | | fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-038-51/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event recurrences are evaluated at runtime because the database only knows the first and last occurrence. Given, a user created 8 events with a yearly reoccurrence and two for events tomorrow. The upcoming event widget asks the CalDAV backend for 7 events within the next 14 days. If limit 7 is applied to the SQL query, we find the 7 events with a yearly reoccurrence and discard the events after evaluating the reoccurrence rules because they are not due within the next 14 days and end up with an empty result even if there are two events to show. The workaround for search requests with a limit and time range is asking for more row than requested and retrying if we have not reached the limit. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #45362 from nextcloud/backport/45355/stable28yemkareems2024-06-031-1/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [stable28] fix: delete user credentials stored in storages_credentials when user gets deleted
| * | | | | | | fix: delete user credentials stored in storages_credentials when user gets ↵yemkareems2024-05-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | | | | | Merge pull request #44197 from nextcloud/backport/44130/stable28Daniel2024-06-037-37/+249
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable28] fix(dav): Add occ command to fix missing caldav sync tokens