summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-09-14fix does-not-exist errors suppressed due to recent changes (#651)Jesse Plamondon-Willard
2019-09-14remove soft GitHub lookups during update checks (#651)Jesse Plamondon-Willard
This caused incorrect update alerts for repositories that contain multiple mods but still use releases.
2019-09-14prefer SPDX license ID in tracked license info (#651)Jesse Plamondon-Willard
2019-09-14track license info for mod GitHub repos (#651)Jesse Plamondon-Willard
2019-09-14back up saves in a background threadJesse Plamondon-Willard
2019-09-14fetch mod info from Nexus API if the web page is hidden due to adult content ↵Jesse Plamondon-Willard
(#651)
2019-09-14rename Nexus API client for upcoming API usage (#651)Jesse Plamondon-Willard
2019-09-14treat hidden/unpublished Nexus mods as not found (#651)Jesse Plamondon-Willard
2019-09-14remove cached mod data not requested within 48 hours (#651)Jesse Plamondon-Willard
2019-09-14migrate update check caching to MongoDB (#651)Jesse Plamondon-Willard
2019-09-14add generic cache repository interface (#651)Jesse Plamondon-Willard
2019-09-14store DateTimeOffset values in date fields instead of the default array (#651)Jesse Plamondon-Willard
2019-09-14add remote mod status to update check info (#651)Jesse Plamondon-Willard
2019-09-14normalise map tilesheets before custom-tilesheet changes to avoid errorsJesse Plamondon-Willard
2019-09-14apply tilesheet fixes to XNB map files tooJesse Plamondon-Willard
2019-09-14normalise custom map's tilesheet paths for the OSJesse Plamondon-Willard
2019-09-14show versions in duplicate-mod errors, make folder paths in trace logs clearerJesse Plamondon-Willard
2019-09-14enable readonly access to job dashboard when deployed (#651)Jesse Plamondon-Willard
2019-09-14avoid Hangfire connection errors on startup (#651)Jesse Plamondon-Willard
2019-09-14update HTTP client to fix form-url-encoded error with large log filesJesse Plamondon-Willard
2019-09-14minor cleanup (#651)Jesse Plamondon-Willard
2019-09-14add background fetch for mod compatibility list (#651)Jesse Plamondon-Willard
2019-09-14reduce log level in developmentJesse Plamondon-Willard
2019-09-14update obsolete codeJesse Plamondon-Willard
2019-09-14 bump .NET Standard version used by the mod build package to match toolkitJesse Plamondon-Willard
2019-09-14update code analysis packageJesse Plamondon-Willard
This commit updates the code analysis package to the one available in Visual Studio 2017 v15.9; the next version matches Visual Studio 2019.
2019-09-14Update Mono.Cecil packageJesse Plamondon-Willard
2019-09-14update NuGet packagesJesse Plamondon-Willard
2019-09-14add dev note field to compatibility listJesse Plamondon-Willard
2019-09-14add metadata links to mod compatibility listJesse Plamondon-Willard
2019-09-14add asset propagation for DayTimeMoneyBox buttonsJesse Plamondon-Willard
2019-09-14make SemanticVersion.TryParse publicJesse Plamondon-Willard
2019-09-14 add asset propagation for critter textures (#652)Jesse Plamondon-Willard
2019-09-14update for SDV 1.4 build change on Linux/Mac (#638)Jesse Plamondon-Willard
2019-09-14update draw logic (#638)Jesse Plamondon-Willard
2019-09-14update compatibility list (#638)Jesse Plamondon-Willard
2019-09-14use better index type (#651)Jesse Plamondon-Willard
2019-09-14make MongoDB database name configurable (#651)Jesse Plamondon-Willard
2019-09-14migrate compatibility list's wiki data to MongoDB cache (#651)Jesse Plamondon-Willard
2019-09-14update project nameJesse Plamondon-Willard
2019-09-14add redirect for old links until NuGet package is updated (#651)Jesse Plamondon-Willard
2019-09-14group technical docs, add general shortcut for mod build package docs (#651)Jesse Plamondon-Willard
2019-09-14 reorganise docs to support more detailed technical docs (#651)Jesse Plamondon-Willard
2019-09-14update compatibility list (#638)Jesse Plamondon-Willard
2019-09-14remove unsupported Markdown in nuspec release notesJesse Plamondon-Willard
2019-09-14reduce duplication in mod build packageJesse Plamondon-Willard
2019-09-14add optional Harmony reference to mod build packageJesse Plamondon-Willard
2019-09-14keep true/false capitalisation consistent in mod build packageJesse Plamondon-Willard
2019-09-14update game-not-found error messagesJesse Plamondon-Willard
2019-09-14move assembly references out of common.targetsJesse Plamondon-Willard