Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | add support for renewing uploaded JSON/log files | Jesse Plamondon-Willard | |
2019-12-21 | allow local dev environments without an Azure account | Jesse Plamondon-Willard | |
2019-12-03 | encapsulate file storage, also handle Pastebin rate limits in JSON validator | Jesse Plamondon-Willard | |
2019-12-02 | fix incorrect link URLs in some cases | Jesse Plamondon-Willard | |
2019-12-02 | migrate from AWS to Azure | Jesse Plamondon-Willard | |
This commit migrates from subdomains to paths (due to the cost of a wildcard HTTPS certificate on Azure), adds a web project to redirect the old subdomains from AWS to Azure, and removes AWS-specific hacks. | |||
2019-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
2019-09-14 | fix log parser changes | Jesse Plamondon-Willard | |
2019-09-14 | move platform to log parser model instead of middleware | Jesse Plamondon-Willard | |
2019-09-14 | add JSON validator with initial support for manifest format (#654) | Jesse Plamondon-Willard | |
2019-09-14 | encapsulate gzip logic for reuse (#654) | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-07-29 | make beta version on smapi.io optional (#569) | Jesse Plamondon-Willard | |
2018-06-27 | add log parser option to view raw log | Jesse Plamondon-Willard | |
2018-06-03 | redesign log parser upload page | Jesse Plamondon-Willard | |
This makes the instructions much more clear and prominent, so it should be more intuitive for players. The previous design often confused users because they saw the big textbox and ignored the little instructions above it. | |||
2018-02-24 | reimplement log parser with serverside parsing and vue.js frontend | Jesse Plamondon-Willard | |
2017-12-25 | support contextual nav URLs, update nav menu (#411) | Jesse Plamondon-Willard | |
2017-12-25 | add basic download page (#411) | Jesse Plamondon-Willard | |
2017-12-24 | decouple Pastebin client from log parser (#411) | Jesse Plamondon-Willard | |
2017-10-29 | redirect root to log parser (#358) | Jesse Plamondon-Willard | |
2017-10-29 | defer log compression to backend and significantly improve compression (#358) | Jesse Plamondon-Willard | |
2017-10-28 | link pastes to Pastebin account & tweak paste options (#358) | Jesse Plamondon-Willard | |
2017-10-28 | prettify log URL, read paste ID serverside (#358) | Jesse Plamondon-Willard | |
2017-10-27 | fix issues with subdomain routing in log UI (#358) | Jesse Plamondon-Willard | |
2017-10-27 | proxy Pastebin requests through our API instead of third parties, improve ↵ | Jesse Plamondon-Willard | |
error-handling (#358) | |||
2017-10-27 | add placeholder for new log parser (#358) | Jesse Plamondon-Willard | |