aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/server/server-hook.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add test on AP hooksChocobozzz2023-03-101-1/+1
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-1/+7
|
* Add server hooks for listing subscriptionWicklow2023-02-251-0/+4
|
* Implement signup approval in serverChocobozzz2023-01-191-0/+7
|
* Support refusing remote commentsChocobozzz2022-09-231-1/+3
|
* Fix resolution to transcode hook nameChocobozzz2022-08-091-2/+2
|
* Add notification plugin hookChocobozzz2022-08-031-0/+3
|
* Add channel server hooksChocobozzz2022-08-031-0/+14
|
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+4
|
* Add job queue hooksChocobozzz2022-08-021-1/+4
|
* add filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-281-0/+5
| | | | closes #4775
* Add video caption created and deleted hookslutangar2021-12-231-0/+5
|
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-0/+6
|
* Add filter:api.server.stats.get.result hookChocobozzz2021-12-091-0/+3
|
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-0/+2
| | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage.
* Add new filter hooks to /overviews/videosMichael Williams2021-07-211-0/+4
| | | | | | This change adds new filter hooks `filter:api.overviews.videos.list.params` and `filter:api.overviews.videos.list.params` to /overviews/videos. The motivation is to make a plugin to [use `originallyPublishedAt` in all places where `publishedAt` is used](https://github.com/ahdinosaur/peertube-plugin-originally-published-at).
* Add video-playlist-element.created hook (#4196)kontrollanten2021-06-281-1/+4
| | | | | | | | | | | | | | | | | | | * add playlists.videos.list.params/results hooks closes #4192 * Revert "add playlists.videos.list.params/results hooks" This reverts commit ebd822ca0b769d88dbc5ae0062b286238cbced92. * add video-playlist-element.created hook closes #4192 * test: add playlist-element.created * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to search playlistsChocobozzz2021-06-251-0/+4
|
* Reorganize plugin modelsChocobozzz2021-05-111-0/+123