-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add forced logout flow when the proxy is no longer available #3458
Add forced logout flow when the proxy is no longer available #3458
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 216b421 - Browse repository at this point
Copy the full SHA 216b421View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4867f - Browse repository at this point
Copy the full SHA df4867fView commit details -
Modify
ErrorDialog
to have anonSubmit
call, which will be used f……or the submit action. Also make the title text optional and dismissing the dialog by tapping outside/going back configurable.
Configuration menu - View commit details
-
Copy full SHA for 185e223 - Browse repository at this point
Copy the full SHA 185e223View commit details -
Check if a forced migration to SSS is needed because the proxy is no …
…longer available. In that case, display the non-dismissable dialog and force the user to log out after enabling SSS.
Configuration menu - View commit details
-
Copy full SHA for b004ac3 - Browse repository at this point
Copy the full SHA b004ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc8e6f - Browse repository at this point
Copy the full SHA 8bc8e6fView commit details -
Refactor the login to make sure we:
1. Always try native/simplified sliding sync login first, if available. 2. Then, if it wasn't available or failed with an sliding sync not supported error, try with the proxy instead (either discovered proxy or forced custom one).
Configuration menu - View commit details
-
Copy full SHA for c45930c - Browse repository at this point
Copy the full SHA c45930cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3802f69 - Browse repository at this point
Copy the full SHA 3802f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e87ec5a - Browse repository at this point
Copy the full SHA e87ec5aView commit details -
ElementBot committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for ab92c8f - Browse repository at this point
Copy the full SHA ab92c8fView commit details
Commits on Sep 16, 2024
-
Move logic to
LoggedInPresenter
and the UI toLoggedInView
This also allows some extra testing
Configuration menu - View commit details
-
Copy full SHA for b6b286a - Browse repository at this point
Copy the full SHA b6b286aView commit details -
ElementBot committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b6bc7cb - Browse repository at this point
Copy the full SHA b6bc7cbView commit details