summaryrefslogtreecommitdiff
path: root/src/nexusinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-81/+95
* [pre-commit.ci] Pre-commit autoupdate. (#2357)pre-commit-ci[bot]2026-04-091-4/+4
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-7/+13
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-2/+1
* Move slot connections to avoid issue when starting MO2 to download a NXM link...Mikaël Capelle2024-08-011-2/+5
* Clang cleanupJeremy Rimpo2023-09-211-139/+181
* Allow remapping category from context menuJeremy Rimpo2023-09-211-2/+2
* WIP: Refactor cat dialog and implement nex cat updatesSilarn2023-09-211-152/+111
* Add new API connection to retrieve game infoSilarn2023-09-211-0/+58
* Apply clang-format.Mikaël Capelle2023-07-091-472/+525
* Better nexus network errorsJeremy Rimpo2022-04-191-30/+40
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-3/+3
* Don't add invalid games to the "visit Nexus" listChris Bessent2021-11-221-1/+7
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-8/+20
* split nexus connection stuff into NexusConnectionUI so it can be reused in th...isanae2020-11-031-7/+8
* now using new common cmakefilesisanae2020-04-231-1/+1
* Fix and improve NexusID detection during installation for Install Mod button.AL2020-03-131-7/+16
* Improve selection of mod ID when querying infoLostDragonist2019-10-181-40/+48
* changed qDebug() to log::debug()isanae2019-07-221-4/+4
* changed qCritical() to log::error()isanae2019-07-221-15/+13
* replaced qWarning()isanae2019-07-221-11/+16
* extracted api key validator from NXMAccessManagerisanae2019-07-111-5/+20
* moved api user account classes to their own filesisanae2019-06-141-69/+9
* added a few helper classes for user accounts and statsisanae2019-06-121-113/+201
* Fix missing translationsSilarn2019-05-091-4/+3
* Update NXM link handling to support premium link and validate user infoSilarn2019-05-091-5/+19
* Add more protection against missing game pluginsLostDragonist2019-03-251-3/+23
* Set the remaining API requests on a 429 replyLostDragonist2019-03-221-2/+15
* Suppress expected network errors during MD5 searchesLostDragonist2019-03-071-3/+9
* Use MD5 when querying info before bothering the userLostDragonist2019-03-071-0/+60
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-4/+96
* Remove the spoofed NMM versionLostDragonist2019-02-221-7/+1
* Fix warning about multiple constsLostDragonist2019-02-211-1/+1
* Grab the description for downloads instead of the change logLostDragonist2019-02-211-1/+1
* Fix issue with downloads not being remove on failureSilarn2019-02-181-0/+2
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-5/+9
* Endorsement and efficiency updatesSilarn2019-02-181-12/+58
* Implement bulk update check layerSilarn2019-02-181-0/+64
* Simple updates API headers requested by NexusSilarn2019-02-181-2/+3
* Request pools are not combined, we need to use the max of both pools.Silarn2019-02-181-1/+1
* Several api improvements:Silarn2019-02-181-26/+41
* Prevent runaway requests and fix info dialog description update displaySilarn2019-02-181-2/+1
* Multiple updates:Silarn2019-02-181-19/+11
* Use NXM link key and expiration in file list API call when availableSilarn2019-02-181-1/+6
* Fix various issues when not having a stored API keySilarn2019-02-181-12/+12
* Fixe API Key storage and actually validate the responseSilarn2019-02-181-1/+1
* Various fixes and updatesSilarn2019-02-181-7/+25
* Multiple fixes:Silarn2019-02-181-27/+29
* Translate nexus game name to short name to fix fetching updatesSilarn2019-02-181-2/+3
* Add counter for API requestsSilarn2019-02-181-1/+6