rubenwardy
|
76414cb5ba
|
Add page to transfer packages
|
2023-07-29 21:34:23 +01:00 |
|
rubenwardy
|
18ee0108e5
|
Use display name rather than username in Discord webhooks
|
2023-07-22 12:45:50 +01:00 |
|
rubenwardy
|
4a2d5c9066
|
Redirect /packages/author/ to /users/author/
|
2023-07-15 19:08:36 +01:00 |
|
rubenwardy
|
1a8d28a2d8
|
Prevent users being able to enable support for all games when they shouldn't
|
2023-06-27 21:40:31 +01:00 |
|
rubenwardy
|
dcce351ad2
|
Improve messages relating to game support
|
2023-06-20 00:36:33 +01:00 |
|
rubenwardy
|
3992b30cc2
|
Allow standard users to override game support
|
2023-06-19 22:35:26 +01:00 |
|
rubenwardy
|
bb41ea7dcc
|
Prevent texture packs from supporting all games
|
2023-06-19 22:22:55 +01:00 |
|
rubenwardy
|
45ed12ddf0
|
Use snake_case for method names
|
2023-06-19 21:57:54 +01:00 |
|
rubenwardy
|
16f93b3e13
|
Optimise imports and fix linter issues
|
2023-06-19 21:57:54 +01:00 |
|
rubenwardy
|
d808a5c822
|
Fix issues based on linter
|
2023-06-19 21:57:54 +01:00 |
|
rubenwardy
|
8585357942
|
Use consistent naming scheme for methods/functions
|
2023-06-19 21:57:54 +01:00 |
|
rubenwardy
|
324d7ec1e1
|
Add audit logging for game support pages
|
2023-06-18 21:34:53 +01:00 |
|
rubenwardy
|
c498818e8b
|
Add supports_all_games to make game support explicit
Fixes #388 and fixes #441
|
2023-06-18 21:12:14 +01:00 |
|
rubenwardy
|
80c42637df
|
Stats: Add ability to select date range
|
2023-06-14 22:47:08 +01:00 |
|
rubenwardy
|
1659802ff3
|
Fix tag counts including unapproved packages
|
2023-05-13 15:34:20 +01:00 |
|
rubenwardy
|
b785a66ae8
|
Reduce number of indexed pages
Removes some package search pages from search results. Also removes all package thread lists (as they are redundant)
|
2023-04-24 00:17:26 +01:00 |
|
rubenwardy
|
a5ec46f14c
|
Update database dependencies
|
2023-04-23 21:51:51 +01:00 |
|
rubenwardy
|
660ef72532
|
Update non-database dependencies
|
2023-04-23 21:51:51 +01:00 |
|
rubenwardy
|
07f5d2e0d5
|
Add per-package donate URLs
|
2023-03-05 18:17:03 +00:00 |
|
rubenwardy
|
42b9986fc8
|
Enable game support for texture packs
|
2023-01-12 19:48:18 +00:00 |
|
rubenwardy
|
540e24e8f9
|
Add Discord embed to package webhooks
|
2023-01-04 20:58:32 +00:00 |
|
rubenwardy
|
65e8929689
|
Fix game support errors not showing to users
Fixes #394
|
2023-01-02 19:19:33 +00:00 |
|
rubenwardy
|
a7bbb45fc2
|
Use 403 status code for unpublished pages
|
2023-01-02 17:20:08 +00:00 |
|
rubenwardy
|
16abb636c5
|
Show message on draft packages rather than 404
|
2023-01-02 16:17:28 +00:00 |
|
rubenwardy
|
8ef737b16c
|
Fix being able to see unpublished packages
|
2023-01-01 20:39:35 +00:00 |
|
rubenwardy
|
7558346071
|
Don't allow users to recreate removed packages
|
2022-11-23 19:13:03 +00:00 |
|
rubenwardy
|
20bf16abbf
|
Statistics: Add .csv download
|
2022-11-08 18:47:28 +00:00 |
|
rubenwardy
|
4387e71417
|
Add statistics page
|
2022-11-06 18:02:54 +00:00 |
|
rubenwardy
|
906ec3885a
|
Rename "Metapackage" to "Mod Name"
|
2022-09-01 22:56:49 +01:00 |
|
rubenwardy
|
a8de369edf
|
Disallow "_game" as a package name
|
2022-06-25 03:44:25 +01:00 |
|
rubenwardy
|
cef8985d38
|
Make editor GUI override author game support
|
2022-06-25 03:20:27 +01:00 |
|
rubenwardy
|
4fdfc49429
|
Add mod.conf example to supported games page
|
2022-06-25 03:13:36 +01:00 |
|
rubenwardy
|
bfbab7ae9e
|
Prevent disabling game detection without manually specifying games
|
2022-06-25 02:51:29 +01:00 |
|
rubenwardy
|
4a82172e07
|
Fix detached instance error in game support
|
2022-06-25 02:39:36 +01:00 |
|
rubenwardy
|
d9e65f7c3a
|
Add option to disable game support detection
|
2022-06-25 02:27:51 +01:00 |
|
rubenwardy
|
42841896d1
|
Add ability for editors to set game support
|
2022-06-25 01:17:20 +01:00 |
|
rubenwardy
|
7f00b77db3
|
Add helpful page for game support
|
2022-06-25 00:32:32 +01:00 |
|
rubenwardy
|
0a89849157
|
Improve username error messages and duplicate messages
|
2022-06-05 01:00:45 +01:00 |
|
rubenwardy
|
adaf44bc2b
|
Fix package deletion
Fixes #192
|
2022-06-01 17:30:28 +01:00 |
|
rubenwardy
|
8b5d767d3c
|
Fix issues with deleted packages
|
2022-06-01 17:30:28 +01:00 |
|
rubenwardy
|
9200d7becd
|
Add missing package attribution to remove()
|
2022-02-14 01:21:24 +00:00 |
|
rubenwardy
|
f8e82b63e3
|
Revert "Limit visibility of unapproved packages to maintainers and approvers" and "Fix 404 on packages when not logged in"
This reverts commit 85a178d90e7ea654f456716a203388a1035048a4.
This reverts commit 727db52c19b6775972f9b5c073b26ce3c9e543bd.
|
2022-02-01 14:54:09 +00:00 |
|
rubenwardy
|
14fd30c4f4
|
Fix attempt to call module list
|
2022-01-27 19:20:45 +00:00 |
|
rubenwardy
|
c3a4ea239c
|
Update dependencies
|
2022-01-27 18:21:47 +00:00 |
|
rubenwardy
|
1018e1c29c
|
Add support for YouTube video embeds
Fixes #75
|
2022-01-25 21:00:45 +00:00 |
|
rubenwardy
|
a48c0fb2b4
|
Fix unapproved content showing in "related"
Fixes #253
|
2022-01-21 22:49:12 +00:00 |
|
rubenwardy
|
727db52c19
|
Limit visibility of unapproved packages to maintainers and approvers
Fixes #338
|
2022-01-21 21:48:15 +00:00 |
|
rubenwardy
|
3ad003140f
|
Fix inconsistent naming of reviews vs approvals
Fixes #354
|
2022-01-20 01:18:13 +00:00 |
|
rubenwardy
|
34ccd76b0c
|
Add reason to package removal
|
2022-01-09 21:12:29 +00:00 |
|
rubenwardy
|
1b26acaaae
|
Allow translating form labels
|
2022-01-07 21:55:33 +00:00 |
|