Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | feat: add logic for the modrinth instance modpack page | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-04 | Fix: Resolve ambiguous overload errors | TheLastRar | |
Clang-cl fails to select the correct function and instead errors Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith | |
More links for CF / Modrinth mods / modpacks | |||
2022-06-09 | revert: don't check modrinth whitelisted hosts | flow | |
people didn't seem to like it, and its not required | |||
2022-05-28 | clean up validateDownloadUrl | Lenny McLennington | |
2022-05-28 | change: add 'gitlab.com' to whitelisted Modrinth modpack urls | flow | |
2022-05-28 | change: update whitelisted hosts in Modrinth modpacks | flow | |
2022-05-24 | feat: add remaining links to modrinth modpacks | flow | |
2022-05-24 | feat: add donate info to modrinth modpacks | flow | |
2022-05-16 | fix: typo and useless code | flow | |
2022-05-15 | fix: validate whitelisted download urls | flow | |
2022-05-15 | chore: license headers 2 | flow | |
2022-05-15 | chore: add/update license headers | Sefa Eyeoglu | |
2022-05-15 | fix: add author page url | flow | |
2022-05-14 | fix: choose valid download url even if it's not the primary one | flow | |
It seems to be possible to have modpack versions that have to primary file. In those cases, we pick a valid one "at random". | |||
2022-05-14 | fix: Have the URL be the project URL itself | flow | |
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/) | |||
2022-05-14 | feat: add modrinth pack downloading | flow | |
Things that don't work / work poorly (there's more for sure but those are the evident ones): - Icons are broken in the import dialog - No way to search for private packs - Icons are not downloaded when downloading a mod - No support for multiple download URLs - Probably a lot more... | |||
2022-05-14 | Add support for importing Modrinth packs from files | kb1000 | |