summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Controllers/LogParserController.cs
AgeCommit message (Expand)Author
2022-08-16fix log parser error if a mod logged a null characterJesse Plamondon-Willard
2022-04-12enable nullable annotations in the web project & related code (#837)Jesse Plamondon-Willard
2022-04-09enable nullable annotations in log parser (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-01-02add download option to log viewJesse Plamondon-Willard
2020-09-13add support for renewing uploaded JSON/log filesJesse Plamondon-Willard
2019-12-21allow local dev environments without an Azure accountJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-12-02fix incorrect link URLs in some casesJesse 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-09-14fix log parser changesJesse Plamondon-Willard
2019-09-14move platform to log parser model instead of middlewareJesse 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
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-07-29make beta version on smapi.io optional (#569)Jesse Plamondon-Willard
2018-06-27add log parser option to view raw logJesse Plamondon-Willard
2018-06-03redesign log parser upload pageJesse Plamondon-Willard
2018-02-24reimplement log parser with serverside parsing and vue.js frontendJesse 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-10-29redirect root to log parser (#358)Jesse Plamondon-Willard
2017-10-29defer log compression to backend and significantly improve compression (#358)Jesse Plamondon-Willard
2017-10-28link pastes to Pastebin account & tweak paste options (#358)Jesse Plamondon-Willard
2017-10-28prettify log URL, read paste ID serverside (#358)Jesse Plamondon-Willard
2017-10-27fix issues with subdomain routing in log UI (#358)Jesse Plamondon-Willard
2017-10-27proxy Pastebin requests through our API instead of third parties, improve err...Jesse Plamondon-Willard
2017-10-27add placeholder for new log parser (#358)Jesse Plamondon-Willard