Conversation
BundleMonFiles updated (6)
Unchanged files (35)
Total files change +3.54KB +0.05% Groups updated (1)
Unchanged groups (2)
Final result: ✅ View report in BundleMon website ➡️ |
Ldoppea
force-pushed
the
feat/offline
branch
from
September 13, 2024 09:14
5c35d0d to
a5b1534
Compare
Ldoppea
force-pushed
the
feat/offline
branch
from
September 13, 2024 14:54
a5b1534 to
ede8ef6
Compare
2 tasks
2 tasks
Ldoppea
force-pushed
the
feat/offline
branch
3 times, most recently
from
September 25, 2024 12:24
0a4574d to
908326d
Compare
`cozy-device-helper` has been upgraded to `3.1.0` in order to retrieve the Offline mode support Related PR: linagora/cozy-libs#2562
We want mespapiers to be compatible with the new Flagship app's Offline mode When hosted in a Flagship app's WebView we now want to use FlagshipLink instead of StackLink in cozy-client This link will allow to redirect all queries to the Flagship app that will handle data access when offline but also when online Related PR: linagora/cozy-client#1507 Related PR: linagora/cozy-flagship-app#1239
Previous query was not compatible with CozyPouchLink
In linagora/cozy-client#1518 we implemented a new `downloadFile()` that allow to download files as before in a browser, but will download files through cozy-intent when hosted in the Flagship app This commit will replace the old way to download files with the new one using `downloadFile()`
When offline, the PouchDB result does not contain a `referenced_by` attribute if no relationship exists on the document. So we want to optional chain this attribute to prevent any exception thrown Related Commit: cozy/cozy-ui@e3eeb6e
Ldoppea
force-pushed
the
feat/offline
branch
from
February 12, 2025 15:51
908326d to
1b0f407
Compare
Ldoppea
marked this pull request as ready for review
February 12, 2025 15:51
zatteo
approved these changes
Feb 13, 2025
Merkur39
approved these changes
Feb 13, 2025
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
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.
We want mespapiers to be compatible with the new Flagship app's Offline mode
When hosted in a Flagship app's WebView we now want to use FlagshipLink instead of StackLink in cozy-client
This link will allow to redirect all queries to the Flagship app that will handle data access when offline but also when online
Related PR: linagora/cozy-client#1507
Related PR: linagora/cozy-flagship-app#1239
Related PR: linagora/cozy-libs#2562
Related PR: cozy/cozy-ui#2690
Related PR: linagora/cozy-libs#2581
Related PR: linagora/cozy-libs#2585
TODO:
Update cozy-ui after feat: Use newdownloadFile()method from cozy-client cozy-ui#2690 is mergeddownloadFile()method from cozy-client linagora/cozy-libs#2581 is merged