]> git.lizzy.rs Git - cheatdb.git/history - app/blueprints/packages/packages.py
Count tag views
[cheatdb.git] / app / blueprints / packages / packages.py
2020-07-15 rubenwardyCount tag views
2020-07-12 rubenwardyRedesign user list
2020-07-12 rubenwardyAdd tag filter list to package page
2020-07-12 rubenwardyAdd global url_set_query Jinja template function
2020-07-12 rubenwardyReplace "Content DB" with "ContentDB"
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 rubenwardyAdd audit log
2020-07-10 rubenwardyAdd package and created_at to Notifications
2020-07-10 rubenwardyUse middleware to clear notifications
2020-07-10 rubenwardyFix pagination losing query arguments
2020-07-10 rubenwardyFix tags being lost on Edit Package
2020-07-10 rubenwardyHide reviews from package thread list
2020-07-09 rubenwardyFix crash when guests view package page
2020-07-09 rubenwardyShow "Edit Review" button when a user already has a...
2020-07-09 rubenwardyRename triggerNotif to addNotification, add array support
2020-07-08 rubenwardyRemove package author from maintainers edit field
2020-07-08 rubenwardyAdd ability for users to remove themselves as maintainers
2020-07-08 rubenwardyAdd notifications for editing maintainers
2020-07-08 rubenwardyFix maintainers field requiring lowercase names
2020-07-08 rubenwardyAdd support for package maintainers
2020-04-21 rubenwardyOptimise SQL queries v1.24.3
2020-03-28 rubenwardyFix case-insensitive comparison bug
2020-03-28 rubenwardyAdd ability to search packages by author
2020-03-27 rubenwardyIncrease package name and title length limits in form...
2020-02-23 rubenwardyFix licenses being prefilled in package editor v1.23.8
2020-02-23 rubenwardyFix lack of download counter checks on non-release... v1.23.7
2020-01-24 rubenwardySplit up users blueprint
2020-01-24 rubenwardyFix wtforms validatoion of package name
2020-01-23 rubenwardyShow discarded topics in package results
2020-01-21 rubenwardySort dependencies in package editor v1.22.0
2019-11-21 rubenwardyAdd support for randomly sorting queries
2019-11-17 rubenwardyFix exception on badly-formed query string
2019-11-15 rubenwardyRefactor endpoints to use blueprints instead