Moderator settings #192

Closed
opened 2018-12-04 12:19:14 +00:00 by pavi · 8 comments
Member

I cant find the moderator settings. I can only find the user specific settings. Is there a special place where I should look for those settings?

I cant find the moderator settings. I can only find the user specific settings. Is there a special place where I should look for those settings?
Member

Admin/Moderator settings aren't implemented yet.

Admin/Moderator settings aren't implemented yet.
Author
Member

Its OT to this project but I cant even find the settings at Mastodon FE, so there is no way to moderate pleroma via UI?

Its OT to this project but I cant even find the settings at Mastodon FE, so there is no way to moderate pleroma via UI?
Member

MastoFE has VERY limited functionality, really. If you're an admin/moderator I believe you can delete posts by other users, but I'm not sure. I think API for banning/blocking users exists but I've yet to make an interface for it.

MastoFE has VERY limited functionality, really. If you're an admin/moderator I believe you can delete posts by other users, but I'm not sure. I think API for banning/blocking users exists but I've yet to make an interface for it.
Owner

The Mastodon settings you find on a traditional Mastodon instance are actually not part of the Mastodon FE, but custom code in their Rails app, so it was not part of the interface when we imported it. I have no idea why they did that...

The current moderation steps require you to run mix commands in the shell. You can find these in the wiki:

https://git.pleroma.social/pleroma/pleroma/wikis/Admin%20tasks

Once you have assigned someone to be an admin they can delete any post via the PleromaFE and the MastoFE, but deleting/banning users is still done through commands in the shell.

The Mastodon settings you find on a traditional Mastodon instance are actually not part of the Mastodon FE, but custom code in their Rails app, so it was not part of the interface when we imported it. I have no idea why they did that... The current moderation steps require you to run mix commands in the shell. You can find these in the wiki: https://git.pleroma.social/pleroma/pleroma/wikis/Admin%20tasks Once you have assigned someone to be an admin they can delete any post via the PleromaFE and the MastoFE, but deleting/banning users is still done through commands in the shell.
Author
Member

It would be nice to have a admin dashboard like Mastodon in Pleroma Front end. Screenshot_20181204_144100

It would be nice to have a admin dashboard like Mastodon in Pleroma Front end. ![Screenshot_20181204_144100](/attachments/6b90e444-4102-4033-aec9-23340fee760f)
Owner

The admin interface/dashboard is on the near term roadmap. We have been making great progress on the Pleroma bugs and features lately, so I expect this will start to materialize soon.

The admin interface/dashboard is on the near term roadmap. We have been making great progress on the Pleroma bugs and features lately, so I expect this will start to materialize soon.
Member

Proposed email invitation implementation (moved from #213):

Invite via Email

  • Add a new form with email (required) and name (optional) fields and submit button
  • On submit, do POST to /api/pleroma/admin/email_invite
  • Enable the feature only if /statusnet/config has invitesEnabled set to 1
  • On 204 No Content, display "Invitation email sent!" message
  • On error response, display the error
  • (BE implementation for the reference: pleroma/pleroma#3934)
Proposed email invitation implementation (moved from #213): ## Invite via Email * Add a new form with `email` (required) and `name` (optional) fields and submit button * On submit, do POST to `/api/pleroma/admin/email_invite` * Enable the feature only if `/statusnet/config` has `invitesEnabled` set to `1` * On `204 No Content`, display "Invitation email sent!" message * On error response, display the error * (BE implementation for the reference: https://git.pleroma.social/pleroma/pleroma/pulls/3934)
Member

We have separate Admin FE for thies

We have separate Admin FE for thies
Sign in to join this conversation.
No milestone
No project
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pleroma/pleroma-fe#192
No description provided.