index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nexusinterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrating to OAuth Authentication (#2374)
Jeremy Rimpo
2026-05-12
1
-81
/
+95
*
[pre-commit.ci] Pre-commit autoupdate. (#2357)
pre-commit-ci[bot]
2026-04-09
1
-4
/
+4
*
Add author and uploader columns to mod list (#2269)
Jonathan Feenstra
2025-08-18
1
-7
/
+13
*
Move to VCPKG (#2068)
Mikaël Capelle
2025-05-29
1
-2
/
+1
*
Move slot connections to avoid issue when starting MO2 to download a NXM link...
Mikaël Capelle
2024-08-01
1
-2
/
+5
*
Clang cleanup
Jeremy Rimpo
2023-09-21
1
-139
/
+181
*
Allow remapping category from context menu
Jeremy Rimpo
2023-09-21
1
-2
/
+2
*
WIP: Refactor cat dialog and implement nex cat updates
Silarn
2023-09-21
1
-152
/
+111
*
Add new API connection to retrieve game info
Silarn
2023-09-21
1
-0
/
+58
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-472
/
+525
*
Better nexus network errors
Jeremy Rimpo
2022-04-19
1
-30
/
+40
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-3
/
+3
*
Don't add invalid games to the "visit Nexus" list
Chris Bessent
2021-11-22
1
-1
/
+7
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-8
/
+20
*
split nexus connection stuff into NexusConnectionUI so it can be reused in th...
isanae
2020-11-03
1
-7
/
+8
*
now using new common cmakefiles
isanae
2020-04-23
1
-1
/
+1
*
Fix and improve NexusID detection during installation for Install Mod button.
AL
2020-03-13
1
-7
/
+16
*
Improve selection of mod ID when querying info
LostDragonist
2019-10-18
1
-40
/
+48
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-4
/
+4
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-15
/
+13
*
replaced qWarning()
isanae
2019-07-22
1
-11
/
+16
*
extracted api key validator from NXMAccessManager
isanae
2019-07-11
1
-5
/
+20
*
moved api user account classes to their own files
isanae
2019-06-14
1
-69
/
+9
*
added a few helper classes for user accounts and stats
isanae
2019-06-12
1
-113
/
+201
*
Fix missing translations
Silarn
2019-05-09
1
-4
/
+3
*
Update NXM link handling to support premium link and validate user info
Silarn
2019-05-09
1
-5
/
+19
*
Add more protection against missing game plugins
LostDragonist
2019-03-25
1
-3
/
+23
*
Set the remaining API requests on a 429 reply
LostDragonist
2019-03-22
1
-2
/
+15
*
Suppress expected network errors during MD5 searches
LostDragonist
2019-03-07
1
-3
/
+9
*
Use MD5 when querying info before bothering the user
LostDragonist
2019-03-07
1
-0
/
+60
*
Add support for displaying tracked mods and setting tracked status
LostDragonist
2019-03-07
1
-4
/
+96
*
Remove the spoofed NMM version
LostDragonist
2019-02-22
1
-7
/
+1
*
Fix warning about multiple consts
LostDragonist
2019-02-21
1
-1
/
+1
*
Grab the description for downloads instead of the change log
LostDragonist
2019-02-21
1
-1
/
+1
*
Fix issue with downloads not being remove on failure
Silarn
2019-02-18
1
-0
/
+2
*
Small updates, cleanup, update code, cache settings, tooltips
Silarn
2019-02-18
1
-5
/
+9
*
Endorsement and efficiency updates
Silarn
2019-02-18
1
-12
/
+58
*
Implement bulk update check layer
Silarn
2019-02-18
1
-0
/
+64
*
Simple updates API headers requested by Nexus
Silarn
2019-02-18
1
-2
/
+3
*
Request pools are not combined, we need to use the max of both pools.
Silarn
2019-02-18
1
-1
/
+1
*
Several api improvements:
Silarn
2019-02-18
1
-26
/
+41
*
Prevent runaway requests and fix info dialog description update display
Silarn
2019-02-18
1
-2
/
+1
*
Multiple updates:
Silarn
2019-02-18
1
-19
/
+11
*
Use NXM link key and expiration in file list API call when available
Silarn
2019-02-18
1
-1
/
+6
*
Fix various issues when not having a stored API key
Silarn
2019-02-18
1
-12
/
+12
*
Fixe API Key storage and actually validate the response
Silarn
2019-02-18
1
-1
/
+1
*
Various fixes and updates
Silarn
2019-02-18
1
-7
/
+25
*
Multiple fixes:
Silarn
2019-02-18
1
-27
/
+29
*
Translate nexus game name to short name to fix fetching updates
Silarn
2019-02-18
1
-2
/
+3
*
Add counter for API requests
Silarn
2019-02-18
1
-1
/
+6
[next]