Commit Graph

24 Commits (9904d05fbf2a84872fa3b2be54eb3f140b7aa699)

Author SHA1 Message Date
Daniel Supernault ef0ff78e4a
Add Remote Reports to Admin Dashboard Reports page
Daniel Supernault a16309ac18
Update AdminReportController, add story report support
Daniel Supernault e4d3b19642
Update AdminReportController, add `profile_id` to group by. Fixes
David Gabriel 480394f3d8 [Bugfix] Fix for : SQL query that generates the report list in the admin view needs to include the 'id' field
Daniel Supernault ed87ddb923
Update RemoteStatusDelete pipeline
Daniel Supernault c6ffda9618
Update admin moderation logic, only re-add top level posts
Daniel Supernault ae0d5d2d40
Update AdminReportController
Daniel Supernault 588ca653a8
Update admin autospam apis, remove autospam warning notifications when appropriate
Daniel Supernault c6cc6327d3
Redesigned Admin Dashboard Reports/Moderation
Daniel Supernault 85794784d4
Update DeleteAccountPipeline queue
Daniel Supernault b57066d15d
Fix email verification requests filtering to gracefully handle deleted accounts and accounts already verified
Daniel Supernault b4bc9fe31c
Update AdminReportController
Daniel Supernault 3f322e29d7
Update adminReportController, fix mail verification request 500 bug by changing filter precedence to catch deleted users that may still be cached in AccountService
Daniel Supernault 563817a94a
Update AdminReportController, add account delete button
Daniel Supernault b37c805172
Update AdminReportController
Daniel Supernault 83b48b5681
Update StatusService, improve cache invalidation
Daniel Supernault ae8c751796
Update Autospam service, add mark all as read and mark all as not spam options and filter active, spam and not spamreports
Daniel Supernault dff3dad1c8
Update AdminController, move report methods to AdminReports trait
Daniel Supernault bc65938757
Add manual email verification requests
Daniel Supernault fcef8c9a2f
Cache private profile id list
Daniel Supernault e926fbba35
Update AdminReportController, flush thumbnail cache after setting item as NSFW
Daniel Supernault 1e839d2517
Update AdminReportController
daniel b8abbdd90f Apply fixes from StyleCI
Daniel Supernault 707b686e8a
Add AdminReportController