index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nxmaccessmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrating to OAuth Authentication (#2374)
Jeremy Rimpo
2026-05-12
1
-329
/
+483
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-184
/
+180
*
C++20 fixes
Jeremy Rimpo
2022-04-19
1
-1
/
+0
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-5
/
+0
*
offline mode:
isanae
2020-12-28
1
-0
/
+5
*
custom browser command
isanae
2020-12-28
1
-1
/
+1
*
replaced "validator" logs with "nexus", clearer for users
isanae
2020-12-24
1
-9
/
+9
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-11
/
+26
*
added hidden validation_timeouts setting
isanae
2020-07-10
1
-2
/
+4
*
changed first validation timeout back to 10s, a lot of people report that 5s ...
isanae
2020-04-17
1
-1
/
+1
*
refresh after manually unlocking the ui
isanae
2019-12-29
1
-1
/
+1
*
remaining requests can be 0 if not logged in, would show incorrect throttling...
isanae
2019-10-07
1
-1
/
+5
*
don't show the progress dialog on startup until after the first failure
isanae
2019-10-05
1
-2
/
+43
*
rework of the nexus key validator to allow multiple attempts before failing
isanae
2019-10-05
1
-160
/
+335
*
implemented cancel button on progress dialog
isanae
2019-10-05
1
-9
/
+23
*
now using ui file for validation progress dialog
isanae
2019-10-05
1
-38
/
+54
*
added error messages to FileRenamer and a few more
isanae
2019-10-04
1
-1
/
+1
*
split settings into a bunch of classes
isanae
2019-09-02
1
-1
/
+1
*
merged toolbars into restoreToolbars() and saveToolbars()
isanae
2019-08-16
1
-2
/
+11
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-2
/
+2
*
replaced qWarning()
isanae
2019-07-22
1
-1
/
+1
*
changed message when opening browser
isanae
2019-07-14
1
-1
/
+3
*
removed already commented out code:
isanae
2019-07-12
1
-4
/
+0
*
removed useless flags, they were only used by settings
isanae
2019-07-12
1
-8
/
+5
*
nexus info and stats in settings
isanae
2019-07-12
1
-1
/
+1
*
refactored state messages
isanae
2019-07-11
1
-45
/
+80
*
api key validator in settings
isanae
2019-07-11
1
-2
/
+2
*
extracted api key validator from NXMAccessManager
isanae
2019-07-11
1
-145
/
+296
*
moved NexusSSOLogin to nxmaccessmanager
isanae
2019-07-11
1
-6
/
+160
*
reworked the nexus connection panel
isanae
2019-07-11
1
-1
/
+1
*
dialog should be on the heap, gets deleted by the main window
isanae
2019-07-10
1
-10
/
+9
*
made ValidationProgressDialog a QDialog to handle close events
isanae
2019-07-10
1
-28
/
+30
*
progress dialog now shows elapsed time in progress bar
isanae
2019-07-10
1
-11
/
+32
*
moved progress dialog to its own class
isanae
2019-07-10
1
-50
/
+61
*
set the progress dialog's parent to main window as soon as it's available
isanae
2019-07-10
1
-5
/
+32
*
moved api user account classes to their own files
isanae
2019-06-14
1
-3
/
+14
*
added a few helper classes for user accounts and stats
isanae
2019-06-12
1
-9
/
+6
*
added new dialog to enter api key manually
isanae
2019-06-03
1
-1
/
+5
*
Update NXM link handling to support premium link and validate user info
Silarn
2019-05-09
1
-1
/
+2
*
Disable the login timeout timer when something happens
LostDragonist
2019-03-09
1
-1
/
+3
*
Improve timeout behavior when logging in to Nexus
LostDragonist
2019-03-08
1
-4
/
+16
*
Improve failed login checks on start up
LostDragonist
2019-03-06
1
-1
/
+3
*
Remove the spoofed NMM version
LostDragonist
2019-02-22
1
-6
/
+0
*
Small updates, cleanup, update code, cache settings, tooltips
Silarn
2019-02-18
1
-19
/
+26
*
Simple updates API headers requested by Nexus
Silarn
2019-02-18
1
-2
/
+13
*
Multiple updates:
Silarn
2019-02-18
1
-0
/
+4
*
Fix various issues when not having a stored API key
Silarn
2019-02-18
1
-0
/
+2
*
Fixe API Key storage and actually validate the response
Silarn
2019-02-18
1
-14
/
+17
*
Multiple fixes:
Silarn
2019-02-18
1
-1
/
+9
*
Implement an API rate limiter
Silarn
2019-02-18
1
-2
/
+1
[next]