You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where did you install ownCloud from:Latest github master
The text was updated successfully, but these errors were encountered:
grgprarup
changed the title
[QA] No update on activity after federated share has been expired on sharer activity
No update on activity after federated share has been expired on sharer activity
Jun 27, 2022
After the end of the share expiry date, the share will still exist in the database until:
someone accesses the share (at that time the LOCAL server should process the incoming access request, realize that the share is past its expiry, remove the share and return a "not found" response) During that processing on the LOCAL server, if the activity app is enabled, it should log the expired-share event.
the daily cron job runs (some time during the next day) and removes any shares that are now past their expiry. That cron job should log the expired-share event for each share that it removes.
As well as the automated test added in PR #1115 it will be good to do a manual test of the expiry, to double-check that a normal workflow also has this issue. I have set this up locally. I will see what happens tomorrow...
Steps to reproduce
Alice
on theLOCAL
server, and userBrian
on theREMOTE
serverlorem.txt
from userAlice
to federated userBrian
Brian
Expected behaviour
It should be like,
You removed the share of 'federated user' for 'lorem\.txt'
like in user share or public shareActual behaviour
No updates on the activities list after the share is expired. Is this the expected behavior?
curl -k -XGET -uAlice:123456 http://localhost/core/index.php/apps/activity/api/v2/activity
Server configuration
Where did you install ownCloud from:
Latest github master
The text was updated successfully, but these errors were encountered: