aboutsummaryrefslogtreecommitdiff
path: root/app/blueprints
AgeCommit message (Expand)Author
2020-07-15Use query builder in tag list, add link to todo pagerubenwardy
2020-07-14Add start of bulk tag editorrubenwardy
2020-07-14Add admin function to import foreign release URLsrubenwardy
2020-07-13Filter out packages with no releases in ContentDBrubenwardy
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-12Fix clear notifications creating null user_idsrubenwardy
2020-07-12Improve admin list designrubenwardy
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 ability to edit commentsrubenwardy
2020-07-11Move DELETE_REPLY permission to ThreadReplyrubenwardy
2020-07-11Add ability for moderators to delete commentsrubenwardy
2020-07-11Add audit logrubenwardy
2020-07-11Add the ability to lock threadsrubenwardy
2020-07-11Add package and created_at to Notificationsrubenwardy
2020-07-10Add ability for moderators to change linked accountsrubenwardy
2020-07-10Use middleware to clear notificationsrubenwardy
2020-07-10Fix screenshot approval checkbox always being uncheckedrubenwardy
2020-07-10Fix pagination losing query argumentsrubenwardy
2020-07-10Fix tags being lost on Edit Packagerubenwardy
2020-07-10Ignore FileExistsError in thumbnailsrubenwardy
2020-07-10Remove accidental limit of 5 reviews on /reviews/rubenwardy
2020-07-10Add /reviews/ to list all reviewsrubenwardy
2020-07-10Improve thread list stylerubenwardy
2020-07-10Add ability to delete reviewsrubenwardy
2020-07-10Hide reviews from package thread listrubenwardy
2020-07-10Fix GitHub claim method being broken by phpBB updaterubenwardy
2020-07-09Prevent users from reviewing their own packagesrubenwardy
2020-07-09Fix crash when guests view package pagerubenwardy
2020-07-09Add recent positive reviews to homepagerubenwardy
2020-07-09Show "Edit Review" button when a user already has a reviewrubenwardy
2020-07-09Add score bonus to reviewsrubenwardy
2020-07-09Rename triggerNotif to addNotification, add array supportrubenwardy
2020-07-09Add reviewsrubenwardy
2020-07-09Separate rolling average downloads from scorerubenwardy
2020-07-09Add downloads column to Packagerubenwardy
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-06-25Fix FileNotFoundError on missing thumbnail sourcerubenwardy
2020-06-05Return dictionary of package to deps in APIrubenwardy
2020-06-05Fix typorubenwardy
2020-06-05Fix bugs, and documentrubenwardy
2020-06-05Add ability to not include optional deps in deps APIrubenwardy
2020-06-05Return package IDs only in dependency APIrubenwardy