aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: Only list remnants as disabled if option is enabledCôme Chilliet2024-06-061-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #45424 from ↵Kate2024-06-061-0/+24
|\ | | | | | | nextcloud/feat/richobjectstrings/missing-talk-file-metadata
| * feat(RichObjectStrings): Add missing Talk 'file' metadata fieldsprovokateurin2024-05-211-0/+24
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #45679 from ↵Louis2024-06-063-5/+5
|\ \ | | | | | | | | | | | | nextcloud/artonge/fix/error_with_share_folder_selection_form fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
| * | fix(files_sharing): usage of NcTextField in SelectShareFolderDialogueLouis Chemineau2024-06-063-5/+5
|/ / | | | | | | | | | | The NcTextField needs a value property to be set. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0678-8/+468
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-05940-5026/+15572
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45606 from nextcloud/fix/sharedialog-28-new-filesJohn Molakvoæ2024-06-059-178/+202
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2024-06-055-4/+13
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(federatedfilesharing): import external federated share scriptskjnldsv2024-06-054-174/+189
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #40122 from ↵John Molakvoæ2024-06-042-2/+4
|\ \ | | | | | | | | | summersab/refactor/OC-Server-getEncryptionFilesHelper
| * \ Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelperJohn Molakvoæ2024-06-041437-22015/+5066
| |\ \ | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * \ \ Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelperJohn Molakvoæ2024-05-308476-211827/+250583
| |\ \ \ | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | Refactor `OC\Server::getEncryptionFilesHelper`Andrew Summers2023-08-292-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | Merge pull request #45581 from nextcloud/fix/grid-view-contextmenu-posJohn Molakvoæ2024-06-043-13/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | chore(assets): Recompile assetsnextcloud-command2024-06-042-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): reset menu pos when opening in grid modeJohn Molakvoæ (skjnldsv)2024-06-041-9/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #40133 from ↵John Molakvoæ2024-06-041-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | summersab/refactor/OC-Server-getEncryptionKeyStorage
| * | | | chore: adjust conflicting php class name usageJohn Molakvoæ2024-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | Refactor `OC\Server::getEncryptionKeyStorage`Andrew Summers2024-03-151-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | Merge pull request #45586 from nextcloud/fix/files-default-actionJohn Molakvoæ2024-06-043-11/+15
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-06-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files): Only execute default action if there is an action to performFerdinand Thiessen2024-06-041-7/+11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #45570 from nextcloud/fix/strict-email-verificationFerdinand Thiessen2024-06-043-10/+37
|\ \ \ \ \ | | | | | | | | | | | | fix(Mailer): Allow to enforce strict email format
| * | | | | fix(Mailer): Allow to enforce strict email formatFerdinand Thiessen2024-05-313-10/+37
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #44897 from nextcloud/fix/side-bar-share-removedJohn Molakvoæ2024-06-0412-17/+165
|\ \ \ \ \ \
| * | | | | | chore: Compile assetsFerdinand Thiessen2024-06-046-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | feat(cypress): Add tests for files sidebarFerdinand Thiessen2024-06-042-1/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-043-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not change the view to the trash bin but stay in the current view, so we need to update the current fileid on the route if that was deleted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | fix(files): Close sidebar if shown node is deletedFerdinand Thiessen2024-06-041-1/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #45647 from nextcloud/chore/noid/spdx-batch12Andy Scherzinger2024-06-03387-6304/+899
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add SPDX header - batch 12
| * | | | | | chore(assets): Recompile assetsnextcloud-command2024-06-0360-627/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | chore: Add SPDX headerAndy Scherzinger2024-06-03327-5677/+766
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | | Merge pull request #45629 from nextcloud/enh/noid/remove-workaround-pqsql-94Daniel2024-06-031-18/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | feat(db): remove workaround for pqsql 9.4 and older
| * | | | | | feat(db): remove workaround for pqsql 9.4 and olderDaniel Kesselberg2024-06-031-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The workaround was required because "ON CONFLICT DO NOTHING" was added with pqsql 9.5. PostgreSQL 9.4 is eol since 2020-02-13 and thus everyone should use a version with upsert support nowadays. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #45455 from nextcloud/fix/psalm/navigation-entriesKate2024-06-034-16/+14
|\ \ \ \ \ \ \
| * | | | | | | fix(core): Fix NavigationEntry typingprovokateurin2024-05-302-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | fix(NavigationManager): Make entry order always an integerprovokateurin2024-05-303-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | fix(INavigationManager): Fix psalm alias not set in the right placeprovokateurin2024-05-301-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #45632 from ↵Kate2024-06-032-4/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/core/openapi-resource-reference-rich-object
| * | | | | | | | fix(core): Add missing null value possibility to Resource and Reference ↵provokateurin2024-06-022-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | Merge pull request #45235 from nextcloud/fix/remove-old-scheduling-objectsAnna2024-06-0312-0/+176
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | fix(caldav): automatically delete outdated scheduling objects
| * | | | | | | | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-3112-0/+176
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | Merge pull request #45623 from ↵Côme Chilliet2024-06-031-1/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/workflow-auto-update-pr-feedback.yml chore(CI): Updating pr-feedback.yml workflow from template
| * | | | | | | | chore(CI): Updating pr-feedback.yml workflow from templateNextcloud bot2024-06-021-1/+10
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #45627 from nextcloud/chore/noid/spdx-batch11Andy Scherzinger2024-06-03246-4077/+1059
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add SPDX header - batch 11
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2024-06-0218-189/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | chore: Add SPDX headerAndy Scherzinger2024-06-02228-3888/+1012
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | | Merge pull request #45494 from nextcloud/fix/unsupported-redirectJohn Molakvoæ2024-06-024-9/+22
|\ \ \ \ \ \ \
| * | | | | | | fix(core): unsupported browser `getRootUrl` importJohn Molakvoæ2024-06-0141-52019/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>