Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of moderator actions / moderation abilities #1182

Closed
9 of 11 tasks
MV-GH opened this issue Aug 15, 2023 · 3 comments
Closed
9 of 11 tasks

List of moderator actions / moderation abilities #1182

MV-GH opened this issue Aug 15, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@MV-GH
Copy link
Collaborator

MV-GH commented Aug 15, 2023

A top-level issue for moderation abilities:

  • locking posts
  • feature / Unfeature post in community, local.
  • removing / restoring posts
  • removing / restoring comments
  • banning / suspending users
  • registration application queue
  • report queue
  • Admin view votes
  • mod priority - e.g. higher mods can kick lower mods
  • locking entire comment chains (select top level and all sublevels are locked)
  • deleting entire comment chains
@MV-GH MV-GH added the enhancement New feature or request label Aug 15, 2023
@dessalines dessalines changed the title List of mod actions List of moderator actions / moderation abilities Jan 9, 2024
@dessalines dessalines pinned this issue Jan 11, 2024
dessalines added a commit that referenced this issue Jan 18, 2024
* Adding ability to remove and restore comments. #1182

* Fix weird formatting miss.

* Use ImmutableList instead of List.

* Surrounding canMod with remember.

* Fixing formatting.
dessalines added a commit that referenced this issue Jan 20, 2024
- Adding appropriate viewModels and activities.
- Adds functions to search for and update lists of posts and comments
- Context: #1182
dessalines added a commit that referenced this issue Jan 21, 2024
* Adding ability to remove and restore comments. #1182

* Fix weird formatting miss.

* Use ImmutableList instead of List.

* Surrounding canMod with remember.

* Adding ability to remove and restore posts. #1182

* Fixing jerboaappstate.

* Removing extra RemoveViewModel.

* Changing remove icon to gavel.

* Change a few strings to non-contextual.

* Add remove comment to commentmentionnode.

* Remove non-optional body from compiler warning.

* Wrapping remember around moderators.
dessalines added a commit that referenced this issue Jan 22, 2024
* Adding ability to lock / unlock posts. #1182

* Try removing meltwater cache. (#1326)

* Try removing meltwater cache.

* Upgrading cimg/android to 2024.01

* Fix perms for locking.
dessalines added a commit that referenced this issue Jan 22, 2024
* Adding ability to lock / unlock posts. #1182

* Try removing meltwater cache. (#1326)

* Try removing meltwater cache.

* Upgrading cimg/android to 2024.01

* Fix perms for locking.

* Adding ability to feature / unfeature in local and community.

- #1182
dessalines added a commit that referenced this issue Jan 25, 2024
)

* Adding ability to remove and restore comments. #1182

* Fix weird formatting miss.

* Use ImmutableList instead of List.

* Surrounding canMod with remember.

* Adding ability to remove and restore posts. #1182

* Fixing jerboaappstate.

* Removing extra RemoveViewModel.

* Changing remove icon to gavel.

* Change a few strings to non-contextual.

* Add remove comment to commentmentionnode.

* Remove non-optional body from compiler warning.

* Adding ban and ban from community.

- Adding appropriate viewModels and activities.
- Adds functions to search for and update lists of posts and comments
- Context: #1182

* Fixing some formatting issues.

* Adding admin key to canMod remember.

* Simplifying futureDaysToUnixTime function.
@dessalines
Copy link
Member

These are all done now, except for those last two, but they should be added as back-end features first.

@dessalines dessalines unpinned this issue Feb 14, 2024
@MV-GH
Copy link
Collaborator Author

MV-GH commented Feb 14, 2024

They can be achieved already on the front end though?

@dessalines
Copy link
Member

Locking specific comments doesn't exist in the back end, so it'd need an issue.

Deleting comment chains seem could be done via a front end loop, but I'd prefer that also be a back end ability where you only need to provide a single parent comment.

Both of these need back end issues, and probably separate ones here too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants