]> git.lizzy.rs Git - cheatdb.git/history - app/tasks
Sort notifications by date
[cheatdb.git] / app / tasks /
2020-09-16 rubenwardyImplement package states for easier reviews
2020-08-19 rubenwardyFix screenshot form not validating length
2020-08-18 rubenwardyIncrease thread/comment ratelimiting based on rank
2020-08-18 rubenwardyFix reimport not unapproving releases
2020-08-18 rubenwardyCheck for game hard dependencies
2020-08-18 rubenwardyUpdate meta on release import
2020-08-18 rubenwardyAdd regex checking for dependency names
2020-08-18 rubenwardyImprove MinetestCheck name validation
2020-08-18 rubenwardyRemove empty dependencies in MinetestCheck
2020-08-17 rubenwardyPrint updateMetaFromRelease info
2020-08-17 rubenwardyFix incorrect game names detected by MinetestCheck
2020-08-17 rubenwardyFix dependencies still being added if in provides
2020-07-14 rubenwardyAdd start of bulk tag editor
2020-07-13 rubenwardyAdd admin function to import foreign release URLs
2020-07-12 rubenwardyReplace "Content DB" with "ContentDB"
2020-07-12 rubenwardyFix incorrect mod name fold in MinetestCheck
2020-07-12 rubenwardyAdd reimport of package meta from latest release
2020-07-10 rubenwardyFix generation of forum profile URLs
2020-07-10 rubenwardyFix GitHub claim method being broken by phpBB update
2020-07-09 rubenwardySeparate rolling average downloads from score
2020-06-03 rubenwardyFix crash on missing x_minetest_version meta
2020-06-03 rubenwardyAdd support for setting min/max minetest versions in...
2020-04-14 rubenwardyImprove user authentication error handling
2020-03-27 rubenwardyFix release validation for repos with submodules v1.23.10
2020-03-22 rubenwardyFix scores not degrading due to missing session.commit() v1.23.9
2020-01-25 rubenwardyFix auto-webhook creation failure due to wrong scheme
2020-01-25 rubenwardyFix git-created release regression
2020-01-25 rubenwardyUse git init/fetch instead of git clone
2020-01-19 rubenwardyAdd admin option to check all releases
2020-01-19 rubenwardyAdd validation to zip releases
2020-01-19 rubenwardyAdd release contents validation
2020-01-19 rubenwardyAdd support for submodules in makeVCSRelease()
2020-01-18 rubenwardyAdd reloading support to Docker container
2020-01-18 rubenwardyImprove Docker configurations
2020-01-18 rubenwardyFix uploadPackageScores task
2019-11-22 rubenwardyFix pkgtasks crash due to it not being imported
2019-11-21 rubenwardyImprove package scoring
2019-11-15 rubenwardyRefactor endpoints to use blueprints instead
2019-09-15 rubenwardyFix text in emails v1.17.1
2019-09-15 rubenwardyFix git clone breaking when branch is None
2019-08-31 rubenwardyFix broken reference based git import v1.16.5
2019-08-09 rubenwardyFix crash on reading mod.conf from Github v1.16.3
2019-08-09 rubenwardyFail gracefully when given a bad git reference
2019-08-09 rubenwardyFix unexpected crash on bad Github URL v1.16.2
2019-07-29 rubenwardyFix topic ID parse error in import topics task v1.16.1
2019-03-29 rubenwardyFix release auto-approval
2019-01-04 rubenwardyAdd email template
2018-12-25 rubenwardyFix relative links again
2018-12-25 rubenwardyFix relative links
2018-12-25 rubenwardyAdd task to bulk import avatars from forum
2018-12-25 rubenwardyAdd support for using forum profile pictures
2018-12-22 rubenwardyUpdate to Flask 1.0
2018-12-21 rubenwardyFix various issues
2018-10-09 rubenwardyAdd celery beat for topic import
2018-08-25 rubenwardyFix accidental regression in phpbbparser
2018-08-25 rubenwardyAdd list of relevant forum topics to last page of results
2018-07-28 rubenwardyAdd commit hash to releases
2018-07-24 rubenwardyFix forum topic scanner only scanning one page v1.8.1
2018-07-08 rubenwardyFix creation of corrupt zip files
2018-07-06 rubenwardyAdd forum topic validation v1.8.0
2018-07-06 rubenwardyAdd WIP forum topic support
2018-07-06 rubenwardyAdd email on Flask error
2018-07-03 rubenwardyImplement forum parser to increase accuracy
2018-06-07 rubenwardyFix worker stopping due to gitpython asking for credentials v1.6.0
2018-06-05 rubenwardyAdd support for importing generic git releases
2018-06-05 rubenwardyAdd git screenshot importing
2018-06-05 rubenwardyFix screenshot import being broken
2018-06-05 rubenwardyMake git error public, delete dir after clone
2018-06-04 rubenwardyAdd git support for importing meta
2018-06-02 rubenwardyIncrease link string length limit
2018-06-02 rubenwardyAdd topics todo list based on forum parser
2018-05-27 rubenwardyFix crash due to remaining raise() in getDepends()
2018-05-27 rubenwardyMerge pull request #78 from minetest/dev
2018-05-27 rubenwardyAdd bulk dependency importer from Github
2018-05-27 rubenwardyAdd dependency detection to importer
2018-05-25 rubenwardyAdd edit and delete screenshot
2018-05-25 rubenwardyAdd package soft deletion
2018-05-23 rubenwardyFix sass generation
2018-05-23 rubenwardyMove static and uploads to public dir
2018-05-23 rubenwardyFix import bugs
2018-05-17 rubenwardyAdd license to all JS/py files
2018-05-15 rubenwardyAdd screenshot importing from github
2018-05-15 rubenwardyAdd import users from Krock's mod list feature
2018-05-14 rubenwardyFix bug in Conf file parser
2018-05-14 rubenwardyFix crash on mod name not specified
2018-05-14 rubenwardyHide all non-TaskError exceptions from users
2018-05-13 rubenwardyAdd email support
2018-05-13 rubenwardyAdd user account claiming
2018-05-13 rubenwardyReplace placeholder screenshot
2018-05-12 rubenwardyUse string formatting when building strings
2018-05-12 rubenwardyAdd Krock's mod search to meta importer to find forum...
2018-05-12 rubenwardyAdd more metadata to importer
2018-05-11 rubenwardyAdd VCS import from Github
2018-05-11 rubenwardyRead from description.txt
2018-05-11 rubenwardyMove Github import to backend