-
Notifications
You must be signed in to change notification settings - Fork 157
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
Password dialog for public link is triggered after redirection from old web UI #1693
Comments
I know what this is ..... |
I also noticed that whenever I reset my Phoenix env, the browser still believes I'm logged in or in the public link page, but shows an error as it's not valid any more, despite the URL not showing anything. I suspect this is related to whatever is stored in local storage. Note that when you are on a public link page that has a password, even after password entry, if you refresh the page it asks for the password again. This is probably because the password is not stored in local storage so it prompts for it again, which I think is ok. |
This also happens in cases where the token expires and a PROPFIND is sent which returns with a 401. We might want to think about splitting public files from the 'private files' via url |
@LukasHirt could you check if this still happens/has been fixed by all the changes in |
Haven't seen the dialog for a very long time now and the code for public/private files have been split wherever it could have been done. |
Steps to reproduce
Expected behaviour
User stays at authorise page of Phoenix
Actual behaviour
I'm redirected to password dialog for public link page
Client configuration
Browser: https://www.whatismybrowser.com/w/HA55HX7
Operating system: Mac OS Mojave
The text was updated successfully, but these errors were encountered: