]> git.lizzy.rs Git - cheatdb.git/history - app/models.py
Add check constraint on MetaPackage name
[cheatdb.git] / app / models.py
2020-07-12 rubenwardyAdd check constraint on MetaPackage name
2020-07-12 rubenwardyAdd reimport of package meta from latest release
2020-07-11 rubenwardyFix bugs related to package owner not being a maintainer
2020-07-11 rubenwardyRemove admin from being able to edit any comment
2020-07-11 rubenwardyAdd ability to edit comments
2020-07-11 rubenwardyMove DELETE_REPLY permission to ThreadReply
2020-07-11 rubenwardyAdd ability for moderators to delete comments
2020-07-11 rubenwardyAdd audit log
2020-07-11 rubenwardyAdd the ability to lock threads
2020-07-10 rubenwardyAdd package and created_at to Notifications
2020-07-10 rubenwardyRedesign notifications page
2020-07-10 rubenwardyAdd ability for moderators to change linked accounts
2020-07-10 rubenwardyAllow editors to unapprove and delete packages
2020-07-10 rubenwardyAdd ability to delete reviews
2020-07-10 rubenwardyAdd more obvious edit buttons for reviews
2020-07-09 rubenwardyAdd recent positive reviews to homepage
2020-07-09 rubenwardyAdd score bonus to reviews
2020-07-09 rubenwardyAdd reviews
2020-07-09 rubenwardySeparate rolling average downloads from score
2020-07-09 rubenwardyAdd downloads column to Package
2020-07-08 rubenwardyAdd ability for users to remove themselves as maintainers
2020-07-08 rubenwardyAdd support for package maintainers
2020-06-05 rubenwardyReturn package IDs only in dependency API
2020-06-04 rubenwardyFix crash in MinetestRelease.get()
2020-06-03 rubenwardyAdd support for setting min/max minetest versions in...
2020-06-03 rubenwardyAdd support for getting MinetestRelease using engine_ve...
2020-05-31 rubenwardyFix broken release auto-approval due to permissions...
2020-05-30 rubenwardyRemove non-free score penalisation
2020-05-27 rubenwardyFix display_name rather than username being used in API
2020-05-19 rubenwardyFix minor security vulnerability
2020-04-23 rubenwardyMake OpenGraph URLs absolute
2020-04-21 rubenwardyOptimise SQL queries v1.24.3
2020-04-21 rubenwardyAllow all members to approve own releases
2020-04-11 rubenwardyFix email sign up v1.24.1
2020-02-23 rubenwardyFix non-admin users not being able to set profile URLs
2020-01-24 rubenwardyAdd automatic GitHub webhook creation
2020-01-24 rubenwardyAdd API to create releases
2020-01-24 rubenwardyAdd ability to limit APITokens to a package
2020-01-24 rubenwardyFix broken user registration
2020-01-21 rubenwardySort dependencies in package page
2020-01-21 rubenwardySort provides relationship
2020-01-19 rubenwardyFix password issues caused by Flask-User migration
2020-01-19 rubenwardyAdd API tests
2020-01-19 rubenwardyAdd end-to-end test framework
2020-01-19 rubenwardyUpdate dependencies
2020-01-19 rubenwardyAllow deleting releases with broken tasks
2020-01-19 rubenwardyAdd ability to delete releases
2020-01-18 rubenwardyFix missing name in search weightings
2020-01-18 rubenwardyAdd constraint for release tasks and approval
2020-01-18 rubenwardyFix broken search weighting
2020-01-18 rubenwardyAdd reloading support to Docker container
2019-11-27 rubenwardyAdd API Token creation
2019-11-21 rubenwardyImprove package scoring
2019-11-15 rubenwardyRefactor endpoints to use blueprints instead
2019-09-02 rubenwardyAdd basic dependency resolution v1.17.0
2019-08-31 rubenwardyFix crash by truncating notification titles
2019-07-29 rubenwardyPrevent users from changing the name of approved packages
2019-07-01 rubenwardyAdd website and donation support v1.15.0
2019-03-30 rubenwardyAllow release auto-approval on unapproved packages
2019-03-30 rubenwardyAdd badges next to packages awaiting approval list
2019-03-29 rubenwardyFix release auto-approval
2019-03-13 rubenwardyFix release being null in API when release is unapproved
2019-01-29 rubenwardyAdd fulltext search support
2019-01-29 rubenwardyFix wrong release ID returned by API on explicit protoc...
2019-01-29 rubenwardyAdd download counting
2019-01-28 rubenwardyAdd ability to bulk change releases
2019-01-28 rubenwardyAdd Minetest version checking to packages API
2019-01-28 rubenwardyAdd min and max Minetest version support
2019-01-28 rubenwardyAdd comment ratelimiting, allow any member to open...
2019-01-08 rubenwardyFix weird ordering of screenshots
2018-12-25 rubenwardyAdd support for using forum profile pictures
2018-12-25 rubenwardyAllow users to discard their own topics
2018-12-25 rubenwardyAdd ability to unapprove package from GUI
2018-12-23 rubenwardyAdd topic searching and topic discarding
2018-12-22 rubenwardyAdd multi-level thumbnails
2018-12-21 rubenwardyFix various issues
2018-11-25 rubenwardyFix capitalisation in API
2018-09-03 rubenwardyUpdate scoring algorithm to take licenses and screensho... v1.10.0
2018-07-28 rubenwardyAdd release specific download URL v1.9.0
2018-07-28 rubenwardyAdd support for multiple types in packages list
2018-07-28 rubenwardyAdd link to original screenshot in edit screenshot...
2018-07-28 rubenwardyAdd subscribe/unsubscribe button
2018-07-28 rubenwardyAdd support for post-approval threads
2018-07-28 rubenwardyAdd commit hash to releases
2018-07-28 rubenwardyPrevent trusted users from approving their own packages
2018-07-13 rubenwardyFix 2 filter_by bugs
2018-07-06 rubenwardyAdd topics API
2018-07-06 rubenwardyAdd WIP forum topic support
2018-07-04 rubenwardyAdd package scores and split homepage into new and...
2018-07-03 rubenwardyImplement forum parser to increase accuracy
2018-06-15 rubenwardyMove API to dedicated file, and reduce download size
2018-06-12 rubenwardyFix package owners not being able to see review threads v1.7.1
2018-06-11 rubenwardyAdd thread watchers
2018-06-11 rubenwardyAdd comment system
2018-06-05 rubenwardyAdd create links to topic table
2018-06-05 rubenwardyAdd support for importing generic git releases
2018-06-05 rubenwardyAdd git screenshot importing
2018-06-03 rubenwardyFix username being case-sensitive v1.4.0
2018-06-02 rubenwardyIncrease link string length limit
2018-06-02 rubenwardyAdd topics todo list based on forum parser
next