-
Notifications
You must be signed in to change notification settings - Fork 668
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
Move Desktop Activity Log to a New Button, Sync Log #3732
Comments
Related #1443 |
That new true Activity feed should then be shown per-account. There need to be 2 tabs: Activity & Folders. Folders will show what is currently shown in the box of the specific account, selective sync and adding new folders. |
This a first step to integrate the server activity view, see #3732
We were trying to oprimize the client so it sends as little requests to the server as possible when idle. Is this request not going to have a big inpact on the server? (cc @icewind1991 ) |
Are we talking about the activity feed from the activities app? |
@icewind1991 https://.../owncloud/ocs/v1.php/cloud/activity |
I believe that is a fairly expense operation, you could try a system where the activity feed is updated on etag change after sync and every X min for non-write activity items. |
After discussion with @dragotin, we decided to only query the activity after a sync. |
Pull request is #4083 |
Still to be done after beta1: Do it only when showing the activity list. (check if this really works) |
As discussed in the team meetings we have done this a bit differently for now. @Dianafg76 Please test :) |
Conversation on the IRC, about this two questions: |
Setting this to ready-to-test. |
I tested this issue, and is working OK Closed |
As a user, I want the Activity tab on a new button in the General tab, and a new activity tab with a true activity feed from the server activity feed API
Acceptance Criteria:
MTRichards has shared file awesomesauce.txt with you
awesomesauce.txt has been synced to the desktop
OR
MTRichards has shared file awesomesauce.txt with you
awesomesauce.txt has been not synced to the desktop for you due to your selective sync settings
OR
MTRichards has shared folder “cooltextmessages” with you
cooltextmessages has been synced to the desktop
Advanced:
The text was updated successfully, but these errors were encountered: