summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Startup.cs
AgeCommit message (Expand)Author
2020-03-02enable detailed errors by default to simplify diagnosing issuesJesse Plamondon-Willard
2019-12-22configure MongoDB connection string directlyJesse Plamondon-Willard
2019-12-22streamline local environments, update technical docs & privacy pageJesse Plamondon-Willard
2019-12-21switch to Azure Blob storage for saving filesJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-12-02migrate from AWS to AzureJesse Plamondon-Willard
2019-11-27fallback to Amazon S3 if saving a log to Pastebin failsJesse Plamondon-Willard
2019-11-07add support for CurseForge update keys (#605)Jesse Plamondon-Willard
2019-10-01add community short urlJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14add JSON validator with initial support for manifest format (#654)Jesse Plamondon-Willard
2019-09-14encapsulate gzip logic for reuse (#654)Jesse Plamondon-Willard
2019-09-14track license info for mod GitHub repos (#651)Jesse Plamondon-Willard
2019-09-14fetch mod info from Nexus API if the web page is hidden due to adult content ...Jesse Plamondon-Willard
2019-09-14rename Nexus API client for upcoming API usage (#651)Jesse Plamondon-Willard
2019-09-14migrate update check caching to MongoDB (#651)Jesse Plamondon-Willard
2019-09-14store DateTimeOffset values in date fields instead of the default array (#651)Jesse 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-14minor cleanup (#651)Jesse Plamondon-Willard
2019-09-14add background fetch for mod compatibility list (#651)Jesse Plamondon-Willard
2019-09-14update obsolete codeJesse 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-14group technical docs, add general shortcut for mod build package docs (#651)Jesse Plamondon-Willard
2019-02-07tweak XNB mod message for clarityJesse Plamondon-Willard
2018-12-29reduce cache time for mod compatibility listJesse Plamondon-Willard
2018-12-14add friendly error when the game can't find its Content\XACT folderJesse Plamondon-Willard
2018-12-04add SMAPI 3.0 migration guide (#606)Jesse Plamondon-Willard
2018-11-30add ModDrop support in API & update checks (#604)Jesse Plamondon-Willard
2018-11-04update mod compatibility page URLsJesse Plamondon-Willard
2018-10-20fix mod list routing (#597)Jesse Plamondon-Willard
2018-07-29make beta version on smapi.io optional (#569)Jesse Plamondon-Willard
2018-06-28add support for writing versions to JSONJesse Plamondon-Willard
2018-06-06return file versions from Nexus in web API (#532)Jesse Plamondon-Willard
2018-06-06remove obsolete Nexus API clientJesse Plamondon-Willard
2018-06-02update various wiki linksJesse Plamondon-Willard
2018-05-11link smapi.io/install to install guideJesse Plamondon-Willard
2018-04-09add support for build message URLs (#471)Jesse Plamondon-Willard
2018-03-15add support for preview GitHub releases (#457)Jesse Plamondon-Willard
2018-03-04fetch mod info from Nexus website until we can use their API again (#454)Jesse Plamondon-Willard
2018-03-04simplify and always include default update URL, shorten no-longer-compatible ...Jesse Plamondon-Willard
2018-02-19redirect canimod.com URLs to wikiJesse Plamondon-Willard
2017-12-25support contextual nav URLs, update nav menu (#411)Jesse Plamondon-Willard
2017-12-25add basic download page (#411)Jesse Plamondon-Willard
2017-12-24decouple Pastebin client from log parser (#411)Jesse Plamondon-Willard
2017-12-24decouple API clients from mods API (#411)Jesse Plamondon-Willard
2017-12-10fix log parser favicon (#405)Jesse Plamondon-Willard
2017-11-28fix API always redirecting to HTTPS when accessed via subdomainJesse Plamondon-Willard
2017-11-26tweak log parser startupJesse Plamondon-Willard