Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | fix Nexus API key needed to launch web project locally | Jesse Plamondon-Willard | |
2022-04-12 | enable nullable annotations in the web project & related code (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable 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-06 | simplify with newer pattern features | Jesse Plamondon-Willard | |
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2021-04-30 | fix update subkeys for Nexus mods marked as adult content | Jesse Plamondon-Willard | |
2020-05-23 | refactor update check API | Jesse Plamondon-Willard | |
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features. | |||
2019-09-14 | fetch mod info from Nexus API if the web page is hidden due to adult content ↵ | Jesse Plamondon-Willard | |
(#651) | |||
2019-09-14 | rename Nexus API client for upcoming API usage (#651) | Jesse Plamondon-Willard | |
2019-09-14 | treat hidden/unpublished Nexus mods as not found (#651) | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-11-17 | fix broken link in docs, rm unneeded using | Jesse Plamondon-Willard | |
2018-06-06 | only return optional Nexus version if newer (#532) | Jesse Plamondon-Willard | |
2018-06-06 | return file versions from Nexus in web API (#532) | Jesse Plamondon-Willard | |
2018-06-06 | remove obsolete Nexus API client | Jesse Plamondon-Willard | |
2018-03-04 | fix broken Nexus mod URLs | Jesse Plamondon-Willard | |
2018-03-04 | fetch mod info from Nexus website until we can use their API again (#454) | Jesse Plamondon-Willard | |
2017-12-24 | decouple API clients from mods API (#411) | Jesse Plamondon-Willard | |