Open
Conversation
Base automatically changed from
feat--implement-file-upload-and-communication
to
master
October 26, 2023 12:49
nono
added a commit
to cozy/cozy-stack
that referenced
this pull request
Nov 2, 2023
This PR documents the new manifest entries that should be used to make a cozy-app elligible for receiving files from the Flagship app as implemented in linagora/cozy-flagship-app#906 The OsReceive API is documented in linagora/cozy-flagship-app#987
Contributor
|
is it still needed? Can we close it? |
Contributor
I think we can remove it, I'm not sure to remember this PR about documentation. |
Contributor
Author
|
I have to rebase this and check if it is still true after your previous refactorings, but this documents how the API can be used by the cozy-apps. This seems to have not been documented yet (@acezard your link seems to point to Architecture documentations but not usage documentation) |
0ce1364 to
00bb32c
Compare
Contributor
Author
|
I rebased the PR, but I did not check if the doc is up-to-date yet |
acezard
approved these changes
Jan 14, 2024
Contributor
|
ping @Ldoppea |
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.
This PR documents the new OsReceive API that is exposed by the Flagship app to the cozy-apps from #906
The cozy-app manifest content is documented in cozy/cozy-stack#4179