-
Notifications
You must be signed in to change notification settings - Fork 5
Cannot get information of a specific share by providing share_id #249
Comments
can you add an API test for that ? |
seems this isn't implemented at all, the GET handler is only implemented for retrieving lists: https://github.com/cs3org/reva/blob/master/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/shares.go#L119 |
PR here: cs3org/reva#921 tests cannot yet be enabled due to further expectations not being satisfied, like the "file_parent" field being empty |
I've grepped the OC 10 core code and it seems "file_parent" is never used anywhere. |
Raised #326 to sort out the "file_parent" case |
owncloud/core#37624 adjusts one scenario that was causing grief, so that the version of the scenario that is run on OCIS does not expect |
I've checked tests to enable in owncloud/core#37633 but either they are blocked by other tags, or some even seem unrelated like share deletion. |
|
|
works with EOS, but |
even though the feature seems to work, we still need to look into all the tagged tests and retag them in case they are blocked by other issues, to make it possible to close this ticket here
|
|
@PVince81 cleanup of tags in owncloud/core#37672 please review |
In OC10:
Alice
,Brian
andCarol
Alice
creates folderAlice-folder
Alice
creates folderAlice-folder/folder2
Carol
creates folderCarol-folder
Alice
shares folderAlice-folder
with userBrian
with permissionsall
Carol
shares folderCarol-folder
with userBrian
with permissionsall
Brian
moves folderAlice-folder/folder2
toCarol-folder/folder2
Carol
gets the information of the last share as:id = 22
as:In OCIS:
Alice
,Brian
andCarol
Alice
creates folderAlice-folder
Alice
creates folderAlice-folder/folder2
Carol
creates folderCarol-folder
Alice
shares folderAlice-folder
with userBrian
with permissionsall
Carol
shares folderCarol-folder
with userBrian
with permissionsall
Brian
moves folderAlice-folder/folder2
toCarol-folder/folder2
Carol
gets the information of the last share as:id = 9867b95b-3f37-4f4a-b1d1-1eafab13bf9a
as:The text was updated successfully, but these errors were encountered: