-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Plugin support for sophisticated spam handling #6692
base: develop
Are you sure you want to change the base?
Plugin support for sophisticated spam handling #6692
Conversation
Support for plugins to show application loader.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for the PR and sorry for the late review.
Can you also update the plugin documentation? https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/plugins/guide.md and https://framagit.org/framasoft/peertube/documentation/-/blob/master/docs/api/plugins.md?ref_type=heads
client/src/app/+admin/overview/users/user-list/user-list.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/+admin/overview/users/user-list/user-list.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/shared/shared-video-comment/video-comment-list-admin-owner.component.ts
Outdated
Show resolved
Hide resolved
@Chocobozzz All comments fixed. The failing tests seem to be the same as in develop branch. |
In order keep consistency with filter:admin-users-list.bulk-actions.create.result
Description
Add support for plugins to filter action menus on:
Add support for
doAction
plugin API. Supported actions:Proof of concept with a plugin available at https://framagit.org/kontrollanten/official-plugins/-/merge_requests/new/diffs?merge_request%5Bsource_branch%5D=feat-akismet-mark-as-spam
Related issues
closes #6264
Has this been tested?
Screenshots