Skip to content
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

Listing incoming shares fails #159

Open
diocas opened this issue May 30, 2022 · 1 comment
Open

Listing incoming shares fails #159

diocas opened this issue May 30, 2022 · 1 comment
Labels
priority:medium type:bug Something isn't working

Comments

@diocas
Copy link
Contributor

diocas commented May 30, 2022

Listing received shares sometimes works, others doesn't. Needs to be understood and a proper log message should be given.

@diocas diocas added type:bug Something isn't working priority:medium labels May 30, 2022
@mateusz-garlacz
Copy link
Contributor

Hi, so instead of showing the directory, maybe we could list received shares with accepted status. Just like the 'pending' panel shows shares with pending status. Basically we would get back to the previous solution with invoking stat for every item, but I could add some simple caching with configurable TTL, like e.g.:

def _get_current_user(self):

The preffered solution (automatic shares acceptance) would require frontend adjustments and some backend work (for which there is no time estimation I guess?), so I assume this would make listing incoming shares work as a in-between solution.

@diocas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants