summaryrefslogtreecommitdiff
path: root/src/apiuseraccount.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-4/+14
| | | | Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
* Apply clang-format.Mikaël Capelle2023-07-091-41/+35
|
* remaining requests can be 0 if not logged in, would show incorrect ↵isanae2019-10-071-3/+3
| | | | | | | throttling message validation dialog could pop even if logged in typos in comments
* nexus info and stats in settingsisanae2019-07-121-1/+7
| | | | | | cleaned up double logging for github reset validation progress dialog parent just before the main window dies removed unused APIStats from APIUserAccount, added isValid()
* extracted api key validator from NXMAccessManagerisanae2019-07-111-1/+12
| | | | api key now part of ApiUserAccount
* moved api user account classes to their own filesisanae2019-06-141-0/+129
api label in status bar: - now shows when not logged in - changed some of the colour thresholds to correspond to real throttling numbers make sure the api key is also cleared from the access manager when clearing from the settings removed unused bool m_ValidateAttempted in NXMAccessManager update the window title and status bar api label with correct values on startup, which fixes incorrect values when "restarting" MO after changing nexus settings