| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not add inactive tool plugins to the tools menu | LostDragonist | 2019-02-24 | 1 | -0/+6 |
| | | |||||
| * | Call toggleMO2EndorseState for consistency | LostDragonist | 2019-02-24 | 1 | -1/+1 |
| | | |||||
| * | Store endorsement state of MO when a reply is received | LostDragonist | 2019-02-23 | 1 | -1/+3 |
| | | |||||
| * | Update version to 2.2.0beta5 | LostDragonist | 2019-02-23 | 1 | -1/+1 |
| | | |||||
| * | Add function to get configured mods directory | LostDragonist | 2019-02-23 | 4 | -5/+17 |
| | | |||||
| * | Change setGameName parameters to match MOBase changes | LostDragonist | 2019-02-22 | 7 | -7/+7 |
| | | |||||
| * | Fix call to requestModInfo | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix call to requestDownloadURL | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 9 | -93/+2 |
| | | | | | The new API does not require this and it serves no purpose to keep it. | ||||
| * | Force an update check after installing a mod | LostDragonist | 2019-02-22 | 1 | -0/+6 |
| | | |||||
| * | Allow force-check updates to bypass update timeouts | LostDragonist | 2019-02-21 | 1 | -0/+3 |
| | | |||||
| * | Don't count updates as ignored when the ignored version is invalid | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| | | |||||
| * | Invalidate mod list sort proxy when mods find updates | LostDragonist | 2019-02-21 | 1 | -10/+11 |
| | | |||||
| * | Don't populate newestVersion from mod description | LostDragonist | 2019-02-21 | 1 | -1/+0 |
| | | | | | This leaves the newestVersion unpopulated until the user checks the mod for an update. | ||||
| * | Fix warning about multiple consts | LostDragonist | 2019-02-21 | 2 | -2/+2 |
| | | |||||
| * | Grab the description for downloads instead of the change log | LostDragonist | 2019-02-21 | 2 | -3/+3 |
| | | |||||
| * | Limit the download file description to 4096 characters | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| | | | | | The description is limited to 255 characters on the Nexus so this is mostly protecting against invalid data. | ||||
| * | Update translation file | LostDragonist | 2019-02-21 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #661 from przester/double-install-fix | LostDragonist | 2019-02-21 | 2 | -712/+830 |
| |\ | | | | | Fix state breakage when terminating installation via exceptions | ||||
| | * | Fix state breakage when terminating installation via exceptions | Krzysztof Starecki | 2019-02-20 | 2 | -712/+830 |
| | | | |||||
| * | | Add space | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| |/ | |||||
| * | Remove more old Nexus settings | LostDragonist | 2019-02-19 | 1 | -0/+2 |
| | | |||||
| * | Fix for Steam being run as administrator | LostDragonist | 2019-02-19 | 2 | -45/+100 |
| | | | | | | | | | | | Previously, when Steam was run as administrator, MO couldn't access the process therefore couldn't detect it. Now, an alternative method for listing processes is now being used in order to determine if Steam is running. Additionally, MO will detect if Steam is admin and MO is not and prompt the user if they want to restart MO as admin. | ||||
| * | Merge pull request #656 from ModOrganizer2/Appveyor | Brian Munro | 2019-02-19 | 1 | -2/+3 |
| |\ | | | | | Appveyor test build process, current project only | ||||
| | * | Minor change to CMakeLists.txt to use the DEPENDENCY_DIR variable from ↵ | LePresidente | 2019-02-18 | 1 | -2/+3 |
| | | | | | | | | | umbrella, instead of relative paths, this is required to support appveyor. | ||||
| * | | Cleanup and version bump | Silarn | 2019-02-18 | 3 | -4/+3 |
| | | | |||||
| * | | Rework messages about downloads already queued or started | LostDragonist | 2019-02-18 | 1 | -5/+45 |
| | | | |||||
| * | | Extend the update date back one hour to help prevent time mismatches | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | | | - Server time and local time may not align perfectly for bulk API | ||||
| * | | Coalesce code for identifying game short name from nexus name | Silarn | 2019-02-18 | 1 | -24/+14 |
| | | | |||||
| * | | Fix up messages for already pending/started downloads | LostDragonist | 2019-02-18 | 1 | -7/+5 |
| | | | |||||
| * | | Fix display of file names when querying info | LostDragonist | 2019-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix seconds calculation | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix issue with downloads not being remove on failure | Silarn | 2019-02-18 | 2 | -1/+12 |
| | | | | | | | | | Also adds helpful message when API key is not valid or present | ||||
| * | | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 13 | -724/+61 |
| | | | |||||
| * | | Endorsement and efficiency updates | Silarn | 2019-02-18 | 7 | -95/+203 |
| | | | | | | | | | | | | | | | * Reduce update timeout to 5 minutes * Introduce bulk endorsement check replacing global mod info check * Fine tune performance of bulk update info query * Thread the update processing to prevent lockups | ||||
| * | | Implement bulk update check layer | Silarn | 2019-02-18 | 7 | -13/+188 |
| | | | |||||
| * | | Some fixes to parse the preferred server list and download speed feature | Silarn | 2019-02-18 | 2 | -6/+5 |
| | | | |||||
| * | | Freeing the credential object when there's no result causes overruns | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Add settings option to switch between fixed and dynamic cache timeouts | Silarn | 2019-02-18 | 5 | -21/+70 |
| | | | |||||
| * | | Implement Windows Credential Manager | Silarn | 2019-02-18 | 2 | -52/+83 |
| | | | |||||
| * | | Re-simplify ModInfo interface | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | | |||||
| * | | Implement staggered timeouts bases on age. | Silarn | 2019-02-18 | 9 | -6/+85 |
| | | | | | | | | | | | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours | ||||
| * | | Simple updates API headers requested by Nexus | Silarn | 2019-02-18 | 2 | -4/+16 |
| | | | |||||
| * | | Fix issues with duplicate requests, expand parallel requests to 6 | Silarn | 2019-02-18 | 4 | -7/+14 |
| | | | |||||
| * | | Request pools are not combined, we need to use the max of both pools. | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Add Qt5WebSockets to DLL manifest | LostDragonist | 2019-02-18 | 1 | -1/+2 |
| | | | |||||
| * | | Several api improvements: | Silarn | 2019-02-18 | 2 | -29/+44 |
| | | | | | | | | | | | | | * Don't check time for force updates * Implement API restrictions for <200 remaining requests * Fix bug causing duplicate mod checks for differing short name capitalization | ||||
| * | | Prevent runaway requests and fix info dialog description update display | Silarn | 2019-02-18 | 2 | -94/+25 |
| | | | |||||
| * | | Multiple updates: | Silarn | 2019-02-18 | 7 | -67/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | * Remove periodic auto-update * Add context menu force-update for mod list * Fix some bugs with update parsing - Ignore update files that are deleted - Fix remaining issue with failing to get all mods due to capitalization * Remove queue retry when out of requests * Clear all requests when out of requests * More potential improvements to login/validation process | ||||
| * | | Write the file category ID to the mod data when installing/updating | Silarn | 2019-02-18 | 2 | -3/+6 |
| | | | |||||
