-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin support for sophisticated spam handling (#6692)
* feat(plugins): add filter:admin-user-list.bulk-actions.create.result * feat(plugins): add filter:admin-user-moderation.actions.create.result * feat(plugins): add filter:admin-comment-list.actions.create.result * feat(plugin): add filter:admin-comment-list.bulk-actions.create.result * feat(plugin): add filter:admin-abuse-list.actions.create.result * feat(plugins): add doAction increment/decrement loader Support for plugins to show application loader. * feat(plugins): add doAction admin-user-list:load-data * feat(plugins): add doAction admin-video-comment-list:load-data * feat(plugins): add doAction admin-abuse-list:load-data * feat(plugins): add doAction video-watch-comment-list:load-data * cleanup and bug fixes * fix(abuse-list-table): cleanup plugin action * fixes after review * UserListComponent: remove shortCacheObservable * fix lint issues * rename to admin-users-list:load-data In order keep consistency with filter:admin-users-list.bulk-actions.create.result * update plugin documentation * move plugin actions to client-action.model.ts * Styling --------- Co-authored-by: Chocobozzz <[email protected]>
- Loading branch information
1 parent
5d968ce
commit 74b5096
Showing
15 changed files
with
346 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.