Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
A
admin-fe
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Pleroma
  • admin-fe
  • Issues
  • #114

Closed
Open
Opened May 20, 2020 by feld@feldMaintainer1 of 2 tasks completed1/2 tasks

Allow admins to flag bot accounts

https://docs-develop.pleroma.social/backend/API/admin_api/#patch-apipleromaadminusersnicknamecredentials

We can currently set actor_type and on a user, but not bot field. There are two ways we can control this, and we should allow both for now. These are the action items:

  • Allow setting bot field via Admin API. This is boolean. Requires BE implementation pleroma#1792 (closed)
  • Allow setting actor_type field via Admin API. This should be a dropdown list in AdminFE only permitting the values Service, Person. Technically we can support freeform text here, but we won't expose that in AdminFE.

Perhaps we should put bot and actor_type here?

image

And then we can add more functionality in this area like letting the Admin control tags and roles as well?

Edited Aug 19, 2020 by Angelina Filippova
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: pleroma/admin-fe#114