PrismLauncher/launcher/minecraft/auth
flow 5da87d1904
fix: add missing connections to the abort signal
Beginning with efa3fbff39, we separated
the failing and the aborting signals, as they can mean different
things in certain contexts. Still, some places are not yet changed to
reflect this modification. This can cause aborting of progress dialogs
to not work, instead making the application hang in an unusable satte.

This goes through some places where it's not hooked up yet, fixing their
behaviour in those kinds of situation.
2022-06-22 20:20:39 -03:00
..
flows Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint 2022-04-22 23:39:38 -04:00
steps fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
AccountData.cpp chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AccountData.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AccountList.cpp chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AccountList.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AccountTask.cpp chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AccountTask.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AuthRequest.cpp NOISSUE correctly set http status code in auth reply 2022-01-24 11:44:47 +01:00
AuthRequest.h GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
AuthSession.cpp NOISSUE proper fix for missing profile + demo mode 2021-12-30 21:26:29 +01:00
AuthSession.h NOISSUE proper fix for missing profile + demo mode 2021-12-30 21:26:29 +01:00
AuthStep.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
AuthStep.h GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
MinecraftAccount.cpp fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
MinecraftAccount.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
Parsers.cpp Use suggested error handling 2022-04-25 14:08:27 -04:00
Parsers.h Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint 2022-04-22 23:39:38 -04:00
Yggdrasil.cpp Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint 2022-04-22 23:39:38 -04:00
Yggdrasil.h GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00