]> git.lizzy.rs Git - cheatdb.git/history - app/blueprints
Restrict seeing the email addresses of others to admins only
[cheatdb.git] / app / blueprints /
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 rubenwardyFix clear notifications creating null user_ids
2020-07-12 rubenwardyImprove admin list design
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 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 rubenwardyAdd ability for moderators to change linked accounts
2020-07-10 rubenwardyUse middleware to clear notifications
2020-07-10 rubenwardyFix screenshot approval checkbox always being unchecked
2020-07-10 rubenwardyFix pagination losing query arguments
2020-07-10 rubenwardyFix tags being lost on Edit Package
2020-07-10 rubenwardyIgnore FileExistsError in thumbnails
2020-07-10 rubenwardyRemove accidental limit of 5 reviews on /reviews/
2020-07-10 rubenwardyAdd /reviews/ to list all reviews
2020-07-10 rubenwardyImprove thread list style
2020-07-10 rubenwardyAdd ability to delete reviews
2020-07-10 rubenwardyHide reviews from package thread list
2020-07-10 rubenwardyFix GitHub claim method being broken by phpBB update
2020-07-09 rubenwardyPrevent users from reviewing their own packages
2020-07-09 rubenwardyFix crash when guests view package page
2020-07-09 rubenwardyAdd recent positive reviews to homepage
2020-07-09 rubenwardyShow "Edit Review" button when a user already has a...
2020-07-09 rubenwardyAdd score bonus to reviews
2020-07-09 rubenwardyRename triggerNotif to addNotification, add array support
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 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-06-25 rubenwardyFix FileNotFoundError on missing thumbnail source
2020-06-05 rubenwardyReturn dictionary of package to deps in API
2020-06-05 rubenwardyFix typo
2020-06-05 rubenwardyFix bugs, and document
2020-06-05 rubenwardyAdd ability to not include optional deps in deps API
2020-06-05 rubenwardyReturn package IDs only in dependency API
2020-06-03 rubenwardyAdd Package Config help page
2020-06-03 rubenwardyAdd support for setting min/max minetest versions in...
2020-06-03 rubenwardyAdd helper link to API tokens page
2020-06-03 rubenwardyFix bad URL construction in GitLab webhooks
2020-06-03 rubenwardyFix webhook issues, make repo URLs matched case insensitive
2020-05-30 rubenwardyAdd delete unused uploads admin function
2020-05-30 rubenwardyRemove non-free score penalisation
2020-05-27 rubenwardyFix wrong API error response
2020-05-19 rubenwardyFix API auth crash and add more error messages v1.25.1
2020-04-23 rubenwardyAdd prometheus support v1.25.0
2020-04-21 rubenwardyOptimise SQL queries v1.24.3
2020-04-21 rubenwardyCorrect documentation on users allowed to use webhooks
2020-04-21 rubenwardyAdd API to see scores
2020-04-14 rubenwardyImprove user authentication error handling
2020-04-11 rubenwardyFix access token not being shown after creation
2020-04-11 rubenwardyAllow unlimited API tokens in GitHub webhooks
2020-04-11 rubenwardyImprove error messages
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-02-23 rubenwardyFix non-admin users not being able to set profile URLs
2020-01-30 rubenwardyAdd links to GitHub oauth connection settings v1.23.5
2020-01-25 rubenwardyFix access token being exposed after APIToken edit v1.23.3
2020-01-25 rubenwardyRename 'new tag' event to contain 'GitHub release' v1.23.2
2020-01-25 rubenwardyFix 404 on GituHub log in
2020-01-25 rubenwardyFix crash on existing GitHub App Integration v1.23.1
2020-01-25 rubenwardyFix auto-webhook creation failure due to wrong scheme
2020-01-25 rubenwardyPrevent multiple webhooks from being created v1.23.0
2020-01-25 rubenwardyFix automatic creation of tag webhooks
2020-01-25 rubenwardyAdd tag push support to webhooks
2020-01-25 rubenwardyAdd GitLab webhook support
2020-01-25 rubenwardyRestrict webhooks to trusted users
2020-01-24 rubenwardyAdd automatic GitHub webhook creation
2020-01-24 rubenwardyAdd Github webhook support
2020-01-24 rubenwardyRename 'vcs' release-creation mode to 'git'
2020-01-24 rubenwardyAdd API to create releases
2020-01-24 rubenwardyAdd ability to limit APITokens to a package
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-22 rubenwardyUse server-side markdown renderer in WYSIWYG preview
2020-01-22 rubenwardyImprove markdown escaping
2020-01-21 rubenwardySort dependencies in package editor v1.22.0
2020-01-21 rubenwardyImprove package page styling
2020-01-19 rubenwardyFix approved checkbox deselection bug
2020-01-19 rubenwardyFix password issues caused by Flask-User migration
2020-01-19 rubenwardyAdd end-to-end test framework
2020-01-19 rubenwardyAdd admin option to check all releases
2020-01-19 rubenwardyAdd validation to zip releases
2020-01-19 rubenwardyAdd ability to delete releases
2020-01-18 rubenwardyAdd reloading support to Docker container
2020-01-18 rubenwardyImprove Docker configurations
next