-
Notifications
You must be signed in to change notification settings - Fork 910
feat: support notify_file_id push notifications
#8502
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
Conversation
a44cead to
a2a4ae9
Compare
a2a4ae9 to
5eb8f40
Compare
|
0416656 to
e44e080
Compare
notify_file_id push notificationsnotify_file_id push notifications
e44e080 to
c110120
Compare
c110120 to
6b509d1
Compare
mgallien
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.
thanks
some small comments
6b509d1 to
025a73c
Compare
For this to work we also now need to store the fileId from the sync root folder, otherwise we would never know about new files inside the configured sync root Signed-off-by: Jyrki Gadinger <[email protected]>
Signed-off-by: Jyrki Gadinger <[email protected]>
Signed-off-by: Jyrki Gadinger <[email protected]>
Signed-off-by: Jyrki Gadinger <[email protected]>
…ponses - `oc:id` is the file ID + the instance ID - `oc:fileid` is the file ID on its own Signed-off-by: Jyrki Gadinger <[email protected]>
Signed-off-by: Jyrki Gadinger <[email protected]>
Signed-off-by: Jyrki Gadinger <[email protected]>
Signed-off-by: Jyrki Gadinger <[email protected]>
`.isDouble` becomes more clear if one can immediately tell this is operating on a JSON type Signed-off-by: Jyrki Gadinger <[email protected]>
025a73c to
5667ea2
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-8502.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|




only basic support for now: schedule a folder to sync if any of the received
fileids is known.This has no effect on the macOS File Provider implementation as it uses its own web socket connection. I would prefer to work on this after #9176 was merged.