Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | refactor: make shared_qobject_ptr ctor explicit | flow | |
This turns issues like creating two shared ptrs from a single raw ptr from popping up at runtime, instead making them a compile error. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-04-22 | Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint | TheCodex6824 | |
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-12 | Add offline mode support | bexnoss | |
2021-12-04 | GH-4071 Heavily refactor and rearchitect account system | Petr Mrázek | |
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid. | |||
2021-11-28 | GH-4071 handle network errors when logging in with MSA as 'soft' | Petr Mrázek | |
This makes the tokens not expire when such errors happen. Only applies to MSA, not the XBox and Mojang steps afterwards. Further testing and improvements are still needed. | |||
2021-11-23 | NOISSUE fix fix fix the accounts again | Petr Mrázek | |
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-11-20 | NOISSUE Some happy little refactors | Petr Mrázek | |
2021-11-17 | NOISSUE qnam -> network | Petr Mrázek | |
2021-11-16 | NOISSUE fix account re-adding not updating current account | Petr Mrázek | |
2021-11-10 | NOISSUE fix build some more | Petr Mrázek | |
2021-11-10 | NOISSUE fix build | Petr Mrázek | |
2021-11-10 | GH-4217 Add support for GamePass accounts and MC profile setup | Petr Mrázek | |
- We now use the new endpoint for loggiong in via XBox tokens (/launcher/login) - We now check game entitlements instead of only relying on MC profile presence - Accounts can now be added even when they do not have a profile - The launcher will guide you through selecting a Minecraft name if you don't have one yet | |||
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-10-03 | Merge pull request #4103 from tobfos2611/develop | Petr Mrázek | |
Fix underaged account that isn't linked to a family help link. | |||
2021-10-03 | NOISSUE Remove outdated SSL docs | Philip T | |
the link is dead and the equivalent newer page is useless, https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn265983(v=ws.11)?redirectedfrom=MSDN#related-content | |||
2021-09-21 | NOISSUE Remove Requestor, it is unused | Petr Mrázek | |
2021-09-15 | Removed unnecessary text in link. | tobfos | |
Thanks @RDKRACZ. | |||
2021-09-15 | Fix underaged account that isn't linked to a family help link. | Toby Foster | |
2021-09-05 | NOISSUE Provide dummy implementation for the secrets library | Petr Mrázek | |
2021-09-04 | GH-4014 change updater to recognize new Qt 5.15.2 builds | Petr Mrázek | |
2021-08-31 | GH-3392 fix a bunch of bugs and implement STS error states | Petr Mrázek | |
2021-08-29 | GH-3392 checking for migration status and refresh button in accounts list | Petr Mrázek | |
2021-08-29 | GH-3392 Add recognition of already migrated Mojang accounts | Petr Mrázek | |
2021-08-27 | NOISSUE introduce the concept of secrets static library | Petr Mrázek | |
2021-08-25 | NOISSUE cut down Requestor | Petr Mrázek | |
2021-08-22 | GH-3392 Switch MS account login to use device flow instead | Petr Mrázek | |
Device flow involves the user manually opening a web page and putting in a code. We no longer need to interact with the browser. | |||
2021-08-20 | NOISSUE add setting capes, tweak missing profile message, fix cape IDs | Petr Mrázek | |
2021-08-19 | NOISSUE fix linux builds | Petr Mrázek | |
2021-08-19 | NOISSUE sanitize some MSA auth logging | Petr Mrázek | |
2021-08-15 | GH-3392 Fix strings in AuthContext and make them translateable | Petr Mrázek | |
2021-08-15 | GH-3392 dirty initial MSA support that shares logic with Mojang flows | Petr Mrázek | |
Both act as the first step of AuthContext. | |||
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |