aboutsummaryrefslogtreecommitdiff
path: root/app/tasks/importtasks.py
AgeCommit message (Expand)Author
2020-06-03Fix crash on missing x_minetest_version metarubenwardy
2020-06-03Add support for setting min/max minetest versions in confrubenwardy
2020-03-27Fix release validation for repos with submodulesv1.23.10rubenwardy
2020-01-25Fix git-created release regressionrubenwardy
2020-01-25Use git init/fetch instead of git clonerubenwardy
2020-01-19Add admin option to check all releasesrubenwardy
2020-01-19Add validation to zip releasesrubenwardy
2020-01-19Add release contents validationrubenwardy
2020-01-19Add support for submodules in makeVCSRelease()rubenwardy
2020-01-18Improve Docker configurationsrubenwardy
2019-11-15Refactor endpoints to use blueprints insteadrubenwardy
2019-09-15Fix git clone breaking when branch is Nonerubenwardy
2019-08-31Fix broken reference based git importv1.16.5rubenwardy
2019-08-09Fix crash on reading mod.conf from Githubv1.16.3rubenwardy
2019-08-09Fail gracefully when given a bad git referencerubenwardy
2019-08-09Fix unexpected crash on bad Github URLv1.16.2rubenwardy
2019-03-29Fix release auto-approvalrubenwardy
2018-12-22Update to Flask 1.0rubenwardy
2018-12-21Fix various issuesrubenwardy
2018-07-28Add commit hash to releasesrubenwardy
2018-07-08Fix creation of corrupt zip filesrubenwardy
2018-06-07Fix worker stopping due to gitpython asking for credentialsv1.6.0rubenwardy
2018-06-05Add support for importing generic git releasesrubenwardy
2018-06-05Add git screenshot importingrubenwardy
2018-06-05Fix screenshot import being brokenrubenwardy
2018-06-05Make git error public, delete dir after clonerubenwardy
2018-06-05Add git support for importing metarubenwardy
2018-05-27Fix crash due to remaining raise() in getDepends()rubenwardy
2018-05-27Add bulk dependency importer from Githubrubenwardy
2018-05-27Add dependency detection to importerrubenwardy
2018-05-25Add edit and delete screenshotrubenwardy
2018-05-25Add package soft deletionrubenwardy
2018-05-23Fix sass generationrubenwardy
2018-05-23Move static and uploads to public dirrubenwardy
2018-05-23Fix import bugsrubenwardy
2018-05-17Add license to all JS/py filesrubenwardy
2018-05-15Add screenshot importing from githubrubenwardy
2018-05-14Fix bug in Conf file parserrubenwardy
2018-05-14Fix crash on mod name not specifiedrubenwardy
2018-05-14Hide all non-TaskError exceptions from usersrubenwardy
2018-05-13Replace placeholder screenshotrubenwardy
2018-05-13Use string formatting when building stringsrubenwardy
2018-05-12Add Krock's mod search to meta importer to find forum topic IDrubenwardy
2018-05-12Add more metadata to importerrubenwardy
2018-05-11Add VCS import from Githubrubenwardy
2018-05-11Read from description.txtrubenwardy
2018-05-11Move Github import to backendrubenwardy