-
Notifications
You must be signed in to change notification settings - Fork 25
feat: integrate collabora - WPB-21651 #3956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+714
−111
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n to Fetch Nodes Page Use Case.
Contributor
Test Results2 383 tests 2 356 ✅ 4m 10s ⏱️ Results for commit bcb4695. ♻️ This comment has been updated with latest results. |
WilhelmOks
approved these changes
Dec 2, 2025
WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewProtocol.swift
Outdated
Show resolved
Hide resolved
# Conflicts: # WireMessaging/Sources/WireMessagingDomain/WireCells/UseCases/WireCellsFetchNodesUseCase.swift # WireMessaging/Sources/WireMessagingUI/Resources/Localization/en.lproj/Accessibility.strings # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesItemViewModel.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesView.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewItemView.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewModel.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewProtocol.swift
…-collabora-WPB-21651 # Conflicts: # WireMessaging/Sources/WireMessagingAssembly/WireMessagingFactory.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesItemViewModel.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesPreviewHelpers.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewContainer.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewItemView.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewModel.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewProtocol.swift # WireMessaging/Tests/WireMessagingTests/WireCells/UITests/Components/Files/FilesBrowserViewTests.swift # WireMessaging/Tests/WireMessagingTests/WireCells/UITests/Components/Files/FilesViewModelTests.swift # WireMessaging/Tests/WireMessagingTests/WireCells/UITests/Components/Files/FilesViewTests.swift
Base automatically changed from
feat/move-file-folder-WPB-21619-v2
to
develop
December 2, 2025 17:56
# Conflicts: # WireMessaging/Sources/WireMessagingData/WireCells/NodesAPI/RestAPI.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesItemViewModel.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewItemView.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewModel.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/FilesViewProtocol.swift # WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/MoveToFolderPage.swift # wire-ios-utilities/Source/DeveloperFlag.swift
jullianm
approved these changes
Dec 10, 2025
Contributor
jullianm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, nice work, approving with some suggestions
WireMessaging/Sources/WireMessagingData/WireCells/NodesAPI/NodesAPI.swift
Show resolved
Hide resolved
...I/WireCells/Components/AttachmentsPreviewView/WireCellsAttachmentsPreviewItemViewModel.swift
Show resolved
Hide resolved
WireMessaging/Sources/WireMessagingUI/WireCells/Components/Files/EditFileView.swift
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
This PR integrates Collabora allowing editing of certain file types. The backend returns a URL which we open in a WebView. Currently we filter the types which can be edited locally but this will soon be updated on the backend so that the backend tells us which files can be edited with collabora.
ScreenRecording_12-01-2025.12-44-51_1.mov
Testing
Checklist
[WPB-XXX].