mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 18:59:17 +02:00
MRF / Dropping of incoming/outgoing messages based on allow-list
This commit is contained in:
parent
371dc01205
commit
08262529ec
24 changed files with 897 additions and 89 deletions
|
@ -41,7 +41,7 @@ class FetchAdmin(admin.ModelAdmin):
|
|||
|
||||
@admin.register(models.Activity)
|
||||
class ActivityAdmin(admin.ModelAdmin):
|
||||
list_display = ["type", "fid", "url", "actor", "creation_date"]
|
||||
list_display = ["uuid", "type", "fid", "url", "actor", "creation_date"]
|
||||
search_fields = ["payload", "fid", "url", "actor__domain__name"]
|
||||
list_filter = ["type", "actor__domain__name"]
|
||||
actions = [redeliver_activities]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue