Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-04 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-04 | Merge branch 'develop' into fix-implicit-fallthrough | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-06-20 | Remove inconsistent/unneeded question marks in UI | Alfio | |
Signed-off-by: P2 <tomarchioalfio5@gmail.com> | |||
2023-06-07 | Resolve other switch fallthrough issues | PandaNinjas | |
2023-06-07 | Fix the AccountList code | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-06-07 | Add sensible defaults in AccountList.cpp | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2022-11-14 | Pass index.parent() as parent parameter for rowCount | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Check parent in rowCount/columnCount/canFetchMore | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-07-26 | chore: add some debugging prints in AccountList | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-06-30 | Change Online status to Ready | Gingeh | |
2022-06-29 | Move account checkboxes to the profile column (oops) | Gingeh | |
2022-06-29 | Rename profile column to username and update the tooltip | Gingeh | |
2022-06-29 | Move the profile name column to the left | Gingeh | |
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
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-06 | NOISSUE fix up some corner cases around migrating accounts | Petr Mrázek | |
2021-12-04 | NOISSUE fix builds, make account refresh queue user friendly | Petr Mrázek | |
2021-12-04 | NOISSUE add missing chrono include | Petr Mrázek | |
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-20 | NOISSUE Some happy little refactors | Petr Mrázek | |
2021-11-16 | NOISSUE fix account re-adding not updating current account | 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-31 | GH-1795 add terminal launch option to use a specific Minecraft profile | Petr Mrázek | |
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ``` | |||
2021-08-29 | GH-3392 checking for migration status and refresh button in accounts list | 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. |