aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/AccountList.cpp
AgeCommit message (Collapse)Author
2023-08-04chore: update license headersSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-04Merge branch 'develop' into fix-implicit-fallthroughPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-06-20Remove inconsistent/unneeded question marks in UIAlfio
Signed-off-by: P2 <tomarchioalfio5@gmail.com>
2023-06-07Resolve other switch fallthrough issuesPandaNinjas
2023-06-07Fix the AccountList codePandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-06-07Add sensible defaults in AccountList.cppPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2022-11-14Pass index.parent() as parent parameter for rowCountTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-14Check parent in rowCount/columnCount/canFetchMoreTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-07-26chore: add some debugging prints in AccountListflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-06-30Change Online status to ReadyGingeh
2022-06-29Move account checkboxes to the profile column (oops)Gingeh
2022-06-29Rename profile column to username and update the tooltipGingeh
2022-06-29Move the profile name column to the leftGingeh
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-02-18feat(accounts): add disabled account stateSefa Eyeoglu
2022-01-30Add offline mode supportbexnoss
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-12Add offline mode supportbexnoss
2021-12-06NOISSUE fix up some corner cases around migrating accountsPetr Mrázek
2021-12-04NOISSUE fix builds, make account refresh queue user friendlyPetr Mrázek
2021-12-04NOISSUE add missing chrono includePetr Mrázek
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr 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-28GH-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-20NOISSUE Some happy little refactorsPetr Mrázek
2021-11-16NOISSUE fix account re-adding not updating current accountPetr Mrázek
2021-11-10GH-4217 Add support for GamePass accounts and MC profile setupPetr 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-31GH-1795 add terminal launch option to use a specific Minecraft profilePetr Mrázek
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ```
2021-08-29GH-3392 checking for migration status and refresh button in accounts listPetr Mrázek
2021-08-15GH-3392 dirty initial MSA support that shares logic with Mojang flowsPetr Mrázek
Both act as the first step of AuthContext.