Uh oh!
There was an error while loading. Please reload this page.
A pending shares overview - #18707
Conversation
Now that we accept shares we should show an overview of shares that are pending. This first part is the small API to get a list of the currently pending shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
juliusknorr
commented
Jan 7, 2020
@rullzer Pushed a commit for the frontend part. For now I've added a separate "pending shares" list where the user can either accept or reject them. |
rullzer
commented
Jan 7, 2020
@juliushaertl mmm it isn't working for me... I don't see the request in the network tab as well.. |
1db494a to
87ea79aComparerullzer
commented
Jan 7, 2020
Awesome! Only thing. The details and show in folder in the '...' are kind of broken now... |
87ea79a to
a3a510cComparejuliusknorr
commented
Jan 7, 2020
Fixed 😉 |
wiswedel
commented
Jan 7, 2020
@juliushaertl Can you provide a screenshot please? |
tobiasKaminsky
commented
Jan 7, 2020
tobiasKaminsky
commented
Jan 7, 2020
(might be because of my test system, but I did not got any notification (red alarm bell)? |
juliusknorr
commented
Jan 7, 2020
Unrelated, please open a separate issue.
Do you have the notifications app enabled and did you wait for some time as the web ui just polls regularly for new notifications. |
rullzer
commented
Jan 7, 2020
This doesn't touch any notification code. |
tobiasKaminsky
commented
Jan 7, 2020
👍 working otherwise |
jancborchardt
commented
Jan 7, 2020
:( I heard this often before … yes I guess it has to be done like this for lack of time, but I’m not happy as I doubt it will in fact be fixed for 19. The spec has been there for ages at #2192 |
juliusknorr
commented
Jan 7, 2020
If we schedule some time for that in 19, I think this should be doable with not to much effort. Just nothing we can implement properly 1 1/2 weeks before the actual release. |
rullzer
commented
Jan 7, 2020
I know what you mean. But the alternative is that we have nothing right now. ;) |
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
a3a510c to
445274cComparerullzer
commented
Jan 7, 2020
Fixed the tests. |

Now that we accept shares we should show an overview of shares that are
pending. This first part is the small API to get a list of the currently
pending shares.
As noticed by @tobiasKaminsky
If you now press X on a share. It just doesn't show.
For now I would go for a new section in the sharing section. But for 19 we should look into unifying this with the deleted shares. @nextcloud/designers