summaryrefslogtreecommitdiff
path: root/src/nxmaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* removed useless flags, they were only used by settingsisanae2019-07-121-8/+5
* nexus info and stats in settingsisanae2019-07-121-1/+1
* refactored state messagesisanae2019-07-111-45/+80
* api key validator in settingsisanae2019-07-111-2/+2
* extracted api key validator from NXMAccessManagerisanae2019-07-111-145/+296
* moved NexusSSOLogin to nxmaccessmanagerisanae2019-07-111-6/+160
* reworked the nexus connection panelisanae2019-07-111-1/+1
* dialog should be on the heap, gets deleted by the main windowisanae2019-07-101-10/+9
* made ValidationProgressDialog a QDialog to handle close eventsisanae2019-07-101-28/+30
* progress dialog now shows elapsed time in progress barisanae2019-07-101-11/+32
* moved progress dialog to its own classisanae2019-07-101-50/+61
* set the progress dialog's parent to main window as soon as it's availableisanae2019-07-101-5/+32
* moved api user account classes to their own filesisanae2019-06-141-3/+14
* added a few helper classes for user accounts and statsisanae2019-06-121-9/+6
* added new dialog to enter api key manuallyisanae2019-06-031-1/+5
* Update NXM link handling to support premium link and validate user infoSilarn2019-05-091-1/+2
* Disable the login timeout timer when something happensLostDragonist2019-03-091-1/+3
* Improve timeout behavior when logging in to NexusLostDragonist2019-03-081-4/+16
* Improve failed login checks on start upLostDragonist2019-03-061-1/+3
* Remove the spoofed NMM versionLostDragonist2019-02-221-6/+0
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-19/+26
* Simple updates API headers requested by NexusSilarn2019-02-181-2/+13
* Multiple updates:Silarn2019-02-181-0/+4
* Fix various issues when not having a stored API keySilarn2019-02-181-0/+2
* Fixe API Key storage and actually validate the responseSilarn2019-02-181-14/+17
* Multiple fixes:Silarn2019-02-181-1/+9
* Implement an API rate limiterSilarn2019-02-181-2/+1
* Several Nexus API-related changesSilarn2019-02-181-1/+1
* Initial Nexus API changes:Silarn2019-02-181-351/+264
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-3/+3
* Add the MO user agent string to the download requests (fixes EU#1)Silarn2018-05-161-2/+2
* Change Nexus API URLSilarn2018-04-281-1/+1
* Update Nexus protocol to httpsSilarn2018-04-241-1/+1
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-208/+256
* Applied clang-format on sourceSandro Jäckel2018-02-221-256/+208
* moved button to switch instance (and to portable mode) to the main windowTannin2016-05-271-2/+0
* bugfix: incorrect url-encoding for passwords prevented login with some specia...Tannin2016-05-191-2/+2
* added button to clear webcaches and cookiesTannin2016-05-191-0/+9
* Merge branch 'master' into new_vfs_libraryTanninOne2015-12-231-1/+0
|\
| * Facepalm moments - realised gameinfo init call is no longer needed. Removed a...Thomas Tanner2015-12-061-1/+0
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-16/+15
|\|
| * Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-2/+1
| |\
| | * Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-1/+0
| * | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-261-23/+12
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-2/+13
| |/
* / fix/workaround for a problem where Qt thinks it's not connected to the netTannin2015-11-191-0/+5
|/
* fixed progress dialogs appearing on startupTannin2015-10-101-6/+12
* bugfix: crash on network connection problemTannin2015-08-271-1/+1
* more verbosity about login/logout to/from nexusTannin2015-08-151-0/+3
* some code cleanupTannin2015-08-091-7/+0