summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web
AgeCommit message (Collapse)Author
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06simplify with newer pattern featuresJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-02-27update schema for Content Patcher 1.25.0Jesse Plamondon-Willard
2022-02-12add data-* attributes to log parser for external toolsJesse Plamondon-Willard
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
2022-01-29fix manifest JSON schema's update key patternJesse Plamondon-Willard
2022-01-15add Xbox app log instructions, redesign UI to fitJesse Plamondon-Willard
2022-01-15fix JSON validator not recognizing manifest update subkeysJesse Plamondon-Willard
2022-01-02add download option to log viewJesse Plamondon-Willard
2021-12-23remove content pack from compatibility blacklistJesse Plamondon-Willard
It's no longer broken with the auto-fixes in the upcoming SMAPI update.
2021-12-18update compatibility listJesse Plamondon-Willard
2021-12-09update compatibility listJesse Plamondon-Willard
2021-12-09fix log parser handling when multiple mods have the exact same nameJesse Plamondon-Willard
2021-12-05mark UI Info Suite incompatibleJesse Plamondon-Willard
2021-12-04update JSON validator for Content Patcher's new .fnt supportJesse Plamondon-Willard
2021-11-28update compatibility listJesse Plamondon-Willard
2021-11-27automatically include beta versions on Nexus for SMAPI update checksJesse Plamondon-Willard
2021-11-27remove direct download for beta versionsJesse Plamondon-Willard
With this change, only the main version has a direct download. Showing beta info here caused a few issues: * The vast majority of players don't use the game beta, so they were often confused about which version to download. * Beta versions typically have much longer release info (e.g. detailed summary, release notes, caveats and warnings, etc), and the extra download button made the player guide button under it less prominent and visible. Those both contributed to information overload and the above confusion. * Unlike main versions, beta versions aren't permanently archived on GitHub (since the beta branch is routinely rebased onto the latest stable update). That makes it messy to manage beta releases through GitHub. Instead there's now a message under the download button which clearly links to where the beta version can be downloaded.
2021-11-27migrate web project to .NET 6, update web & unit test packagesJesse Plamondon-Willard
2021-10-31ignore WebDeploy filesJesse Plamondon-Willard
2021-10-31update Content Patcher schema for 1.24.0Jesse Plamondon-Willard
2021-10-02fix error performing update check for mods with no wiki entryJesse Plamondon-Willard
2021-10-02add support for unified mod data overrides on the wikiJesse Plamondon-Willard
2021-09-29show separate beta stats in mod compatibility listJesse Plamondon-Willard
2021-09-25add redirect for SMAPI release notesJesse Plamondon-Willard
2021-09-25remove obsolete buildmsg redirectJesse Plamondon-Willard
2021-09-13enable beta info on the mod compatibility list by defaultJesse Plamondon-Willard
2021-09-13fix JSON validator line numbers sometimes incorrectJesse Plamondon-Willard
2021-09-01add Big Silo to compatibility listJesse Plamondon-Willard
2021-08-25migrate web project to .NET 5Jesse Plamondon-Willard
2021-08-25fix beta label in web UIJesse Plamondon-Willard
2021-08-25fix update checks not recommending prerelease mod versions for SMAPI betaJesse Plamondon-Willard
2021-08-25fix prerelease update alerts shown for non-prerelease playersJesse Plamondon-Willard
2021-08-03add PlatoTK to compatibility listJesse Plamondon-Willard
2021-08-03update compatibility listJesse Plamondon-Willard
2021-08-02update compatibility listJesse Plamondon-Willard
2021-05-28fix i18n schema requiring wrong $schema valueJesse Plamondon-Willard
2021-05-25update schema for Content Patcher 1.23Jesse Plamondon-Willard
2021-05-22allow comments and trailing commas in schemas for VSCodeJesse Plamondon-Willard
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema.
2021-04-30update web and unit test packagesJesse Plamondon-Willard
2021-04-30fix update subkeys for Nexus mods marked as adult contentJesse Plamondon-Willard
2021-04-17update schema for Content Patcher 1.22Jesse Plamondon-Willard
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-03-21split compile flag into separate Windows + XNA flags (#767)Jesse Plamondon-Willard
2021-03-21remove unused code (#767)Jesse Plamondon-Willard
2021-03-07update the JSON schema for Content Patcher 1.21Jesse Plamondon-Willard
2021-02-08fix compat list error if mod has no name field due to wiki rendering issuesJesse Plamondon-Willard
2021-02-06update schema for Content Patcher 1.20Jesse Plamondon-Willard