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
/
packages.py
Age
Commit message (
Expand
)
Author
2020-11-30
Removed Games from GUI; Renamed Mods to Clientmods
Elias Fleckenstein
2020-09-22
Fix texture pack license not present issue
rubenwardy
2020-09-16
Allow all users to delete their packages
rubenwardy
2020-09-16
Implement package states for easier reviews
rubenwardy
2020-08-18
Remove provides/dependencies from Package form
rubenwardy
2020-08-02
Redirect to correct URL when _game is missing from package name
rubenwardy
2020-08-02
Add badges/shields support
rubenwardy
2020-07-18
Filter tags by available packages in package search
rubenwardy
2020-07-18
Sort "recently added" by approved_at
rubenwardy
2020-07-18
Add last updated section to homepage
rubenwardy
2020-07-17
Add descriptions to tags, and show in multiselect
rubenwardy
2020-07-17
Add Content Warnings
rubenwardy
2020-07-16
Check user-agent for crawlers before incrementing counters
rubenwardy
2020-07-16
Fix tag views redis cache
rubenwardy
2020-07-15
Count tag views
rubenwardy
2020-07-12
Redesign user list
rubenwardy
2020-07-12
Add tag filter list to package page
rubenwardy
2020-07-12
Add global url_set_query Jinja template function
rubenwardy
2020-07-12
Replace "Content DB" with "ContentDB"
rubenwardy
2020-07-12
Add reimport of package meta from latest release
rubenwardy
2020-07-11
Fix bugs related to package owner not being a maintainer
rubenwardy
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 pagination losing query arguments
rubenwardy
2020-07-10
Fix tags being lost on Edit Package
rubenwardy
2020-07-10
Hide reviews from package thread list
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
Rename triggerNotif to addNotification, add array support
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-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
2019-11-21
Add support for randomly sorting queries
rubenwardy
2019-11-17
Fix exception on badly-formed query string
rubenwardy
2019-11-15
Refactor endpoints to use blueprints instead
rubenwardy