rubenwardy
|
778a602aa6
|
Add user deletion / deactivation
|
2020-12-10 22:10:12 +00:00 |
|
rubenwardy
|
cf307e25d0
|
Add delete button to screenshot list
|
2020-12-06 04:30:47 +00:00 |
|
rubenwardy
|
4226e945e6
|
Improve new screenshot behaviour
|
2020-12-06 04:08:31 +00:00 |
|
rubenwardy
|
f93a2d8717
|
Add ability to reorder screenshots
|
2020-12-06 03:37:05 +00:00 |
|
rubenwardy
|
d32bb30071
|
Add notification types
|
2020-12-05 22:02:33 +00:00 |
|
rubenwardy
|
43aab057c8
|
Implement change password
|
2020-12-05 02:20:21 +00:00 |
|
rubenwardy
|
5ef15e91d4
|
Remove flask_user and use flask_login directly, with partial feature support
|
2020-12-05 02:20:21 +00:00 |
|
rubenwardy
|
2358ed1b24
|
Remove WIP topic warning
|
2020-12-04 04:17:17 +00:00 |
|
rubenwardy
|
42f96618e2
|
Clean up code
|
2020-12-04 02:26:06 +00:00 |
|
rubenwardy
|
2b06bca015
|
Set default git reference in create release form to None
|
2020-12-04 01:43:20 +00:00 |
|
rubenwardy
|
4242898e5d
|
Add pagination to reviews
|
2020-12-03 23:41:11 +00:00 |
|
rubenwardy
|
2aa0c3cc84
|
Fix texture pack license not present issue
Fixes #236
|
2020-09-22 21:53:04 +01:00 |
|
rubenwardy
|
258a23cd9a
|
Allow all users to delete their packages
|
2020-09-16 18:12:53 +01:00 |
|
rubenwardy
|
92fb54556a
|
Implement package states for easier reviews
|
2020-09-16 17:51:03 +01:00 |
|
rubenwardy
|
934d581737
|
Fix screenshot form not validating length
|
2020-08-19 13:06:21 +01:00 |
|
rubenwardy
|
68524adadf
|
Remove provides/dependencies from Package form
|
2020-08-18 16:14:47 +01:00 |
|
rubenwardy
|
d69da8e3ea
|
Redirect to correct URL when _game is missing from package name
|
2020-08-02 18:03:44 +01:00 |
|
rubenwardy
|
9a64809542
|
Add badges/shields support
|
2020-08-02 17:41:06 +01:00 |
|
rubenwardy
|
a8a3067ac9
|
Fix validation error in release form on incomplete URL
|
2020-07-18 15:42:49 +01:00 |
|
rubenwardy
|
64dab0c4b6
|
Filter tags by available packages in package search
|
2020-07-18 03:14:56 +01:00 |
|
rubenwardy
|
c7b1dcec4f
|
Sort "recently added" by approved_at
|
2020-07-18 01:48:37 +01:00 |
|
rubenwardy
|
836caf0fe0
|
Add last updated section to homepage
|
2020-07-18 01:24:23 +01:00 |
|
rubenwardy
|
2a7318eca2
|
Add descriptions to tags, and show in multiselect
|
2020-07-17 22:08:34 +01:00 |
|
rubenwardy
|
6a674c3c79
|
Add Content Warnings
|
2020-07-17 20:48:51 +01:00 |
|
rubenwardy
|
0ac2827468
|
Fix crash on bad wtforms validator instace
|
2020-07-17 20:07:51 +01:00 |
|
rubenwardy
|
054dfa4cbd
|
Fix wrong character limit on review form
|
2020-07-16 18:41:27 +01:00 |
|
rubenwardy
|
74371d3fcb
|
Check user-agent for crawlers before incrementing counters
|
2020-07-16 14:35:12 +01:00 |
|
rubenwardy
|
208a47b41d
|
Fix tag views redis cache
|
2020-07-16 13:52:18 +01:00 |
|
rubenwardy
|
9663e87838
|
Count tag views
|
2020-07-15 19:06:00 +01:00 |
|
rubenwardy
|
c9e4638b34
|
Add start of bulk tag editor
|
2020-07-14 23:45:54 +01:00 |
|
rubenwardy
|
ab58570a0c
|
Redesign user list
|
2020-07-12 21:02:50 +01:00 |
|
rubenwardy
|
ae4352068e
|
Add tag filter list to package page
|
2020-07-12 20:10:19 +01:00 |
|
rubenwardy
|
f437850a50
|
Add global url_set_query Jinja template function
|
2020-07-12 17:15:30 +01:00 |
|
rubenwardy
|
820c968f73
|
Replace "Content DB" with "ContentDB"
|
2020-07-12 16:34:25 +01:00 |
|
rubenwardy
|
284683e7e5
|
Add reimport of package meta from latest release
Fixes #127
|
2020-07-12 02:22:35 +01:00 |
|
rubenwardy
|
868ced76a8
|
Fix bugs related to package owner not being a maintainer
|
2020-07-11 16:56:36 +01:00 |
|
rubenwardy
|
a4dd4f0429
|
Add audit log
|
2020-07-11 02:32:17 +01:00 |
|
rubenwardy
|
5f7be4b433
|
Add package and created_at to Notifications
|
2020-07-11 00:53:03 +01:00 |
|
rubenwardy
|
b9386d5a47
|
Use middleware to clear notifications
Fixes #70
|
2020-07-10 22:23:52 +01:00 |
|
rubenwardy
|
1d8abd8f4b
|
Fix screenshot approval checkbox always being unchecked
Fixes #212
|
2020-07-10 22:19:47 +01:00 |
|
rubenwardy
|
660b813ff7
|
Fix pagination losing query arguments
Fixes #205
|
2020-07-10 22:08:52 +01:00 |
|
rubenwardy
|
42b08f9bcd
|
Fix tags being lost on Edit Package
Fixes #211
|
2020-07-10 21:02:40 +01:00 |
|
rubenwardy
|
61e2c8a1c0
|
Remove accidental limit of 5 reviews on /reviews/
|
2020-07-10 20:33:47 +01:00 |
|
rubenwardy
|
c7a7609763
|
Add /reviews/ to list all reviews
|
2020-07-10 20:31:29 +01:00 |
|
rubenwardy
|
436a4cce2b
|
Add ability to delete reviews
|
2020-07-10 19:26:37 +01:00 |
|
rubenwardy
|
3eeaf3be22
|
Hide reviews from package thread list
|
2020-07-10 19:06:27 +01:00 |
|
rubenwardy
|
078765fe44
|
Prevent users from reviewing their own packages
|
2020-07-09 05:47:26 +01:00 |
|
rubenwardy
|
db80c441ec
|
Fix crash when guests view package page
|
2020-07-09 05:34:55 +01:00 |
|
rubenwardy
|
893507691b
|
Show "Edit Review" button when a user already has a review
|
2020-07-09 04:50:49 +01:00 |
|
rubenwardy
|
ac7adde4b1
|
Add score bonus to reviews
|
2020-07-09 04:32:13 +01:00 |
|