summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-27fix error when a mod has an invalid filename in the EntryDLL manifest field (...Jesse Plamondon-Willard
2017-11-26fix player_add command not handling upgrade level (#397)Jesse Plamondon-Willard
2017-11-26tweak log parser startupJesse Plamondon-Willard
2017-11-26no longer expire saved logs after a week (#400)Jesse Plamondon-Willard
2017-11-26fix rare installer error on Mac due to generated mcs file (#394)Jesse Plamondon-Willard
2017-11-26fix CFAutomate compatibility errors showing no URL (#393)Jesse Plamondon-Willard
2017-11-26Merge pull request #386 from danvolchek/web_close_popupJesse Plamondon-Willard
2017-11-26fix e.SuppressButton() not working with some mouse buttons, update release no...Jesse Plamondon-Willard
2017-11-26Merge pull request #389 from YonKuma/suppressmouseJesse Plamondon-Willard
2017-11-26add date.DaysSinceStart property, add unit tests, update release notes (#390)Jesse Plamondon-Willard
2017-11-10Simplified mouse checksYonKuma
2017-11-08Adding a date functionNicholas Johnson
2017-11-08Fixing code to match SMAPI idiomYonKuma
2017-11-08Added code to suppress mouse clicksYonKuma
2017-11-04check whether the popup is open before closing it with escvolchek2
2017-11-03Fix bracesvolchek2
2017-11-03Allow raw and upload popups to be closed with escape key and clicking outside...volchek2
2017-11-02fix custom asset loads failing on Linux/Mac (#383)Jesse Plamondon-Willard
2017-11-01update for 2.1 releaseJesse Plamondon-Willard
2017-11-01add CORS policy for *.smapi.io (#358)Jesse Plamondon-Willard
2017-11-01fix mod build package targeting .NET Framework 4.6.1Jesse Plamondon-Willard
2017-10-30explicitly disallow absolute paths as asset keys in content API (#381)Jesse Plamondon-Willard
2017-10-30improve update-check errors when connection is offline (#380)Jesse Plamondon-Willard
2017-10-30let mods invalidate assets matching a predicate (#363)Jesse Plamondon-Willard
2017-10-29expand post-install instructions, show Steam launch options value (#375)Jesse Plamondon-Willard
2017-10-29add installer version & platform to window title, simplify output (#375)Jesse Plamondon-Willard
2017-10-29let SemanticVersion be constructed from a System.Version (#375)Jesse Plamondon-Willard
2017-10-29redirect root to log parser (#358)Jesse Plamondon-Willard
2017-10-29add smapi.io shortcut URLs (#375)Jesse Plamondon-Willard
2017-10-29minor layout tweak (#358)Jesse Plamondon-Willard
2017-10-29defer log compression to backend and significantly improve compression (#358)Jesse Plamondon-Willard
2017-10-29set default launch URL to log parser (#358)Jesse Plamondon-Willard
2017-10-29document SMAPI web services in technical doc (#358)Jesse Plamondon-Willard
2017-10-29rm unused settingsJesse Plamondon-Willard
2017-10-29fix error log format (#358)Jesse Plamondon-Willard
2017-10-29fix config not being injected from Amazon Beanstalk env propsJesse Plamondon-Willard
2017-10-28link pastes to Pastebin account & tweak paste options (#358)Jesse Plamondon-Willard
2017-10-28move credentials into git-ignored file (#358)Jesse Plamondon-Willard
2017-10-28prettify log URL, read paste ID serverside (#358)Jesse Plamondon-Willard
2017-10-28redirect web views to HTTPS (#358)Jesse Plamondon-Willard
2017-10-28improve criteria for subdomain rewriting (#358)Jesse Plamondon-Willard
2017-10-28fix log parser section URL on web-edge (#358)Jesse Plamondon-Willard
2017-10-28fix API version formatJesse 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-27lint JS (#358)Jesse Plamondon-Willard
2017-10-27integrate prototype into page layout (#358)Jesse Plamondon-Willard
2017-10-27move log parser CSS/JS out of HTML (#358)Jesse Plamondon-Willard
2017-10-27use CDN for jQuery and lz-string (#358)Jesse Plamondon-Willard
2017-10-27add log parser prototype by Entoarox (#358)Jesse Plamondon-Willard