aboutsummaryrefslogtreecommitdiff
path: root/app/blueprints/packages/packages.py
AgeCommit message (Expand)Author
2020-11-30Removed Games from GUI; Renamed Mods to ClientmodsElias Fleckenstein
2020-09-22Fix texture pack license not present issuerubenwardy
2020-09-16Allow all users to delete their packagesrubenwardy
2020-09-16Implement package states for easier reviewsrubenwardy
2020-08-18Remove provides/dependencies from Package formrubenwardy
2020-08-02Redirect to correct URL when _game is missing from package namerubenwardy
2020-08-02Add badges/shields supportrubenwardy
2020-07-18Filter tags by available packages in package searchrubenwardy
2020-07-18Sort "recently added" by approved_atrubenwardy
2020-07-18Add last updated section to homepagerubenwardy
2020-07-17Add descriptions to tags, and show in multiselectrubenwardy
2020-07-17Add Content Warningsrubenwardy
2020-07-16Check user-agent for crawlers before incrementing countersrubenwardy
2020-07-16Fix tag views redis cacherubenwardy
2020-07-15Count tag viewsrubenwardy
2020-07-12Redesign user listrubenwardy
2020-07-12Add tag filter list to package pagerubenwardy
2020-07-12Add global url_set_query Jinja template functionrubenwardy
2020-07-12Replace "Content DB" with "ContentDB"rubenwardy
2020-07-12Add reimport of package meta from latest releaserubenwardy
2020-07-11Fix bugs related to package owner not being a maintainerrubenwardy
2020-07-11Add audit logrubenwardy
2020-07-11Add package and created_at to Notificationsrubenwardy
2020-07-10Use middleware to clear notificationsrubenwardy
2020-07-10Fix pagination losing query argumentsrubenwardy
2020-07-10Fix tags being lost on Edit Packagerubenwardy
2020-07-10Hide reviews from package thread listrubenwardy
2020-07-09Fix crash when guests view package pagerubenwardy
2020-07-09Show "Edit Review" button when a user already has a reviewrubenwardy
2020-07-09Rename triggerNotif to addNotification, add array supportrubenwardy
2020-07-08Remove package author from maintainers edit fieldrubenwardy
2020-07-08Add ability for users to remove themselves as maintainersrubenwardy
2020-07-08Add notifications for editing maintainersrubenwardy
2020-07-08Fix maintainers field requiring lowercase namesrubenwardy
2020-07-08Add support for package maintainersrubenwardy
2020-04-21Optimise SQL queriesv1.24.3rubenwardy
2020-03-28Fix case-insensitive comparison bugrubenwardy
2020-03-28Add ability to search packages by authorrubenwardy
2020-03-27Increase package name and title length limits in form validationrubenwardy
2020-02-23Fix licenses being prefilled in package editorv1.23.8rubenwardy
2020-02-23Fix lack of download counter checks on non-release package downloadv1.23.7rubenwardy
2020-01-24Split up users blueprintrubenwardy
2020-01-24Fix wtforms validatoion of package namerubenwardy
2020-01-23Show discarded topics in package resultsrubenwardy
2020-01-21Sort dependencies in package editorv1.22.0rubenwardy
2019-11-21Add support for randomly sorting queriesrubenwardy
2019-11-17Fix exception on badly-formed query stringrubenwardy
2019-11-15Refactor endpoints to use blueprints insteadrubenwardy