index
:
cheatdb.git
master
optimise_packages_query
package_states
tageditor
Cheat database for Dragonfire clientmods and texture packs.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
blueprints
/
packages
Age
Commit message (
Expand
)
Author
2020-07-11
Add audit log
rubenwardy
2020-07-11
Add package and created_at to Notifications
rubenwardy
2020-07-10
Use middleware to clear notifications
rubenwardy
2020-07-10
Fix screenshot approval checkbox always being unchecked
rubenwardy
2020-07-10
Fix pagination losing query arguments
rubenwardy
2020-07-10
Fix tags being lost on Edit Package
rubenwardy
2020-07-10
Remove accidental limit of 5 reviews on /reviews/
rubenwardy
2020-07-10
Add /reviews/ to list all reviews
rubenwardy
2020-07-10
Add ability to delete reviews
rubenwardy
2020-07-10
Hide reviews from package thread list
rubenwardy
2020-07-09
Prevent users from reviewing their own packages
rubenwardy
2020-07-09
Fix crash when guests view package page
rubenwardy
2020-07-09
Show "Edit Review" button when a user already has a review
rubenwardy
2020-07-09
Add score bonus to reviews
rubenwardy
2020-07-09
Rename triggerNotif to addNotification, add array support
rubenwardy
2020-07-09
Add reviews
rubenwardy
2020-07-09
Separate rolling average downloads from score
rubenwardy
2020-07-09
Add downloads column to Package
rubenwardy
2020-07-08
Remove package author from maintainers edit field
rubenwardy
2020-07-08
Add ability for users to remove themselves as maintainers
rubenwardy
2020-07-08
Add notifications for editing maintainers
rubenwardy
2020-07-08
Fix maintainers field requiring lowercase names
rubenwardy
2020-07-08
Add support for package maintainers
rubenwardy
2020-05-30
Remove non-free score penalisation
rubenwardy
2020-04-21
Optimise SQL queries
v1.24.3
rubenwardy
2020-03-28
Fix case-insensitive comparison bug
rubenwardy
2020-03-28
Add ability to search packages by author
rubenwardy
2020-03-27
Increase package name and title length limits in form validation
rubenwardy
2020-02-23
Fix licenses being prefilled in package editor
v1.23.8
rubenwardy
2020-02-23
Fix lack of download counter checks on non-release package download
v1.23.7
rubenwardy
2020-01-24
Split up users blueprint
rubenwardy
2020-01-24
Fix wtforms validatoion of package name
rubenwardy
2020-01-23
Show discarded topics in package results
rubenwardy
2020-01-21
Sort dependencies in package editor
v1.22.0
rubenwardy
2020-01-19
Fix approved checkbox deselection bug
rubenwardy
2020-01-19
Add admin option to check all releases
rubenwardy
2020-01-19
Add validation to zip releases
rubenwardy
2020-01-19
Add ability to delete releases
rubenwardy
2019-11-21
Improve package scoring
rubenwardy
2019-11-21
Add support for randomly sorting queries
rubenwardy
2019-11-18
Fix download forgery
rubenwardy
2019-11-17
Fix exception on badly-formed query string
rubenwardy
2019-11-15
Refactor endpoints to use blueprints instead
rubenwardy