summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/auth
Commit message (Collapse)AuthorAgeLines
* NOISSUE make MultiMC respond to account manipulation betterPetr Mrázek2017-12-03-15/+56
| | | | | | * Setting and resetting default account will update the account list properly * Removing the active account will now also reset it (previously, it would 'stay around') * The accounts model is no longer reset by every action
* NOISSUE fix wrong look of checkboxes in the account listPetr Mrázek2017-12-03-1/+1
|
* NOISSUE in offline mode, do not contact the auth server if there is a valid ↵Petr Mrázek2017-12-03-9/+18
| | | | account already
* NOISSUE handle error 201 in Auth codePetr Mrázek2017-09-02-0/+1
| | | | | | | This is something I ran into when one of my accounts stopped working. The auth token probably expired. This should now be handled as a normal auth error, not a network failure.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-1/+1
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-1/+1
| | | | Still missing some things, this is part 1.
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-12/+12
|
* GH-1524 Regenerate Minecraft client token when the auth token is invalidPetr Mrázek2016-11-30-2/+8
| | | | | | This makes the case where users copy MultiMC to other machines easier to handle. It doesn't require manual intervention and the tokens do not go in a desync loop.
* NOISSUE mark used accounts/sessions in selection menusPetr Mrázek2016-11-17-1/+35
|
* NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek2016-11-06-2/+1
| | | | | * Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+2109