summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix up messages for already pending/started downloadsLostDragonist2019-02-181-7/+5
| * | Fix display of file names when querying infoLostDragonist2019-02-181-1/+1
| * | Fix seconds calculationSilarn2019-02-181-1/+1
| * | Fix issue with downloads not being remove on failureSilarn2019-02-182-1/+12
| * | Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-1813-724/+61
| * | Endorsement and efficiency updatesSilarn2019-02-187-95/+203
| * | Implement bulk update check layerSilarn2019-02-187-13/+188
| * | Some fixes to parse the preferred server list and download speed featureSilarn2019-02-182-6/+5
| * | Freeing the credential object when there's no result causes overrunsSilarn2019-02-181-1/+1
| * | Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-185-21/+70
| * | Implement Windows Credential ManagerSilarn2019-02-182-52/+83
| * | Re-simplify ModInfo interfaceSilarn2019-02-181-2/+2
| * | Implement staggered timeouts bases on age.Silarn2019-02-189-6/+85
| * | Simple updates API headers requested by NexusSilarn2019-02-182-4/+16
| * | Fix issues with duplicate requests, expand parallel requests to 6Silarn2019-02-184-7/+14
| * | Request pools are not combined, we need to use the max of both pools.Silarn2019-02-181-1/+1
| * | Add Qt5WebSockets to DLL manifestLostDragonist2019-02-181-1/+2
| * | Several api improvements:Silarn2019-02-182-29/+44
| * | Prevent runaway requests and fix info dialog description update displaySilarn2019-02-182-94/+25
| * | Multiple updates:Silarn2019-02-187-67/+71
| * | Write the file category ID to the mod data when installing/updatingSilarn2019-02-182-3/+6
| * | Use NXM link key and expiration in file list API call when availableSilarn2019-02-182-3/+14
| * | Fix various issues when not having a stored API keySilarn2019-02-184-24/+23
| * | Fixe API Key storage and actually validate the responseSilarn2019-02-183-21/+20
| * | Rework the data and cleanup a bitSilarn2019-02-181-10/+10
| * | Stop blindly following examples and use better codeSilarn2019-02-181-6/+6
| * | Implement using the DPAPI to encrypt credentialsSilarn2019-02-184-16/+40
| * | Make mod search case insensitive, reintroduce timed update batchesSilarn2019-02-181-17/+13
| * | Rework SSO for new protocol and utilize MO2 application IDSilarn2019-02-182-16/+57
| * | Various fixes and updatesSilarn2019-02-1814-36/+155
| * | Ensure mainwindow slot doesn't override data we've just setSilarn2019-02-182-14/+21
| * | Fix missing nexus update settersSilarn2019-02-181-0/+2
| * | Update outdated UI descriptions for API monitorSilarn2019-02-181-3/+3
| * | Sorting logic fix and show last updated dateSilarn2019-02-182-1/+2
| * | Update Process ImprovementsSilarn2019-02-1811-2157/+2288
| * | Multiple fixes:Silarn2019-02-188-171/+201
| * | Translate nexus game name to short name to fix fetching updatesSilarn2019-02-182-8/+23
| * | Fix a typoSilarn2019-02-181-2/+2
| * | Add counter for API requestsSilarn2019-02-185-1704/+1769
| * | Always emit the failed signal so we trigger another requestSilarn2019-02-181-1/+1
| * | Add a retry for rate limited requests and requeue requests with 429 errSilarn2019-02-182-3/+13
| * | Detect throttling with error code 429Silarn2019-02-181-0/+5
| * | Filter deleted downloads from the download query dialogSilarn2019-02-181-1/+2
| * | Fix issue with endorsement response parsingSilarn2019-02-182-22/+18
| * | Add some comments and always use latest update file as the versionSilarn2019-02-181-2/+18
| * | Implement an API rate limiterSilarn2019-02-185-4/+44
| * | Fix up mismatched signals and slotsSilarn2019-02-182-3/+3
| * | Reworking update checks to use the file update info with a fallbackSilarn2019-02-1815-5451/+5453
| * | Several Nexus API-related changesSilarn2019-02-1811-4007/+4553
| * | Initial Nexus API changes:Silarn2019-02-1819-11443/+10890