summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * Fix conflict detection concerning overwriteLostDragonist2019-03-093-14/+7
| | | | | | | | | | | * Update tutorials and stylesheets for problems->notifications changeLostDragonist2019-03-095-59/+59
| | | | | | | | | | | * Disable the login timeout timer when something happensLostDragonist2019-03-091-1/+3
| | | | | | | | | | | * Improve timeout behavior when logging in to NexusLostDragonist2019-03-081-4/+16
| | | | | | | | | | | * Update what's this description of profilesLostDragonist2019-03-082-66/+52
| | | | | | | | | | | * Improve function and error reporting of dropping files on mod listLostDragonist2019-03-081-17/+47
| | | | | | | | | | | * Update translation fileLostDragonist2019-03-071-140/+147
| | | | | | | | | | | * Convert file description from BBCodeLostDragonist2019-03-071-1/+1
| | | | | | | | | | | * Update version to 2.2.0beta6LostDragonist2019-03-071-1/+1
| | | | | | | | | | | * Suppress expected network errors during MD5 searchesLostDragonist2019-03-073-5/+14
| | | | | | | | | | | * Use MD5 when querying info before bothering the userLostDragonist2019-03-078-21/+225
| | | | | | | | | | | * Rework tracking pin to be greenLostDragonist2019-03-072-226/+248
| | | | | | | | | | | * Support log messages with newlinesLostDragonist2019-03-071-15/+18
| | | | | | | | | | | * Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-0714-651/+1002
| | | | | | | | | | | * Assume an empty release list from GitHub means some kind of error occurredLostDragonist2019-03-061-27/+32
| | | | | | | | | | | * Improve failed login checks on start upLostDragonist2019-03-062-2/+4
| | | | | | | | | | | * Add setting to hide the API counterLostDragonist2019-03-065-14/+30
| | | | | | | | | | | * Clear palette of mod list and plugin list to better support themesLostDragonist2019-03-051-133/+0
| | | | | | | | | | | * Don't show unrelated paths when browsing for gameLostDragonist2019-02-251-2/+1
| | | | | | | | | | | * Do not add inactive tool plugins to the tools menuLostDragonist2019-02-241-0/+6
| | | | | | | | | | | * Call toggleMO2EndorseState for consistencyLostDragonist2019-02-241-1/+1
| | | | | | | | | | | * Store endorsement state of MO when a reply is receivedLostDragonist2019-02-231-1/+3
| | | | | | | | | | | * Update version to 2.2.0beta5LostDragonist2019-02-231-1/+1
| | | | | | | | | | | * Add function to get configured mods directoryLostDragonist2019-02-234-5/+17
| | | | | | | | | | | * Change setGameName parameters to match MOBase changesLostDragonist2019-02-227-7/+7
| | | | | | | | | | | * Fix call to requestModInfoLostDragonist2019-02-221-1/+1
| | | | | | | | | | | * Fix call to requestDownloadURLLostDragonist2019-02-221-1/+1
| | | | | | | | | | | * Remove the spoofed NMM versionLostDragonist2019-02-229-93/+2
| | | | | | | | | | | * Force an update check after installing a modLostDragonist2019-02-221-0/+6
| | | | | | | | | | | * Allow force-check updates to bypass update timeoutsLostDragonist2019-02-211-0/+3
| | | | | | | | | | | * Don't count updates as ignored when the ignored version is invalidLostDragonist2019-02-211-1/+1
| | | | | | | | | | | * Invalidate mod list sort proxy when mods find updatesLostDragonist2019-02-211-10/+11
| | | | | | | | | | | * Don't populate newestVersion from mod descriptionLostDragonist2019-02-211-1/+0
| | | | | | | | | | | * Fix warning about multiple constsLostDragonist2019-02-212-2/+2
| | | | | | | | | | | * Grab the description for downloads instead of the change logLostDragonist2019-02-212-3/+3
| | | | | | | | | | | * Limit the download file description to 4096 charactersLostDragonist2019-02-211-1/+1
| | | | | | | | | | | * Update translation fileLostDragonist2019-02-211-1/+2
| | | | | | | | | | | * Merge pull request #661 from przester/double-install-fixLostDragonist2019-02-212-712/+830
| | | | | | | | | | | |\
| | | | | | | | | | | | * Fix state breakage when terminating installation via exceptionsKrzysztof Starecki2019-02-202-712/+830
| | | | | | | | | | | * | Add spaceLostDragonist2019-02-211-1/+1
| | | | | | | | | | | |/
| | | | | | | | | | | * Merge branch 'Develop' of https://github.com/ModOrganizer2/modorganizer into ...LePresidente2019-02-201-0/+2
| | | | | | | | | | | |\
| | | | | | | | | | | | * Remove more old Nexus settingsLostDragonist2019-02-191-0/+2
| | | | | | | | | | | * | [Appveyor] make sure we are in the appveyor build folder before sending the d...LePresidente2019-02-201-0/+2
| | | | | | | | | | | |/
| | | | | | | | | | | * Updated AppVeyor build to include artifacts, to allow testers to grab new exe...LePresidente2019-02-191-1/+15
| | | | | | | | | | | * Fix for Steam being run as administratorLostDragonist2019-02-192-45/+100
| | | | | | | | | | | * Merge pull request #656 from ModOrganizer2/AppveyorBrian Munro2019-02-193-3/+17
| | | | | | | | | | | |\
| | | | | | | | | | | | * appveyor really wants those blank lines between commands.LePresidente2019-02-181-0/+1
| | | | | | | | | | | | * Use same branch on umbrella as the project.LePresidente2019-02-181-1/+1
| | | | | | | | | | | | * Added blank lines between commands, due to appveyor sees it as a single commandLePresidente2019-02-181-0/+3
| | | | | | | | | | | | * Added appveyor build badge to readme.mdLePresidente2019-02-182-1/+10