Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add filter:html.client.json-ld.result hook | Chocobozzz | 2023-03-24 | 1 | -0/+2 |
| | |||||
* | Add video AP hooks | Chocobozzz | 2023-03-16 | 1 | -2/+6 |
| | |||||
* | Add test on AP hooks | Chocobozzz | 2023-03-10 | 1 | -1/+1 |
| | |||||
* | Add ability for plugins to alter video jsonld | Chocobozzz | 2023-03-10 | 1 | -1/+7 |
| | |||||
* | Add server hooks for listing subscription | Wicklow | 2023-02-25 | 1 | -0/+4 |
| | |||||
* | Implement signup approval in server | Chocobozzz | 2023-01-19 | 1 | -0/+7 |
| | |||||
* | Support refusing remote comments | Chocobozzz | 2022-09-23 | 1 | -1/+3 |
| | |||||
* | Fix resolution to transcode hook name | Chocobozzz | 2022-08-09 | 1 | -2/+2 |
| | |||||
* | Add notification plugin hook | Chocobozzz | 2022-08-03 | 1 | -0/+3 |
| | |||||
* | Add channel server hooks | Chocobozzz | 2022-08-03 | 1 | -0/+14 |
| | |||||
* | Add plugin hook on transcoding resolutions building | Chocobozzz | 2022-08-02 | 1 | -1/+4 |
| | |||||
* | Add job queue hooks | Chocobozzz | 2022-08-02 | 1 | -1/+4 |
| | |||||
* | add filter:api.video-playlist.videos.list.* hooks | kontrollanten | 2022-02-28 | 1 | -0/+5 |
| | | | | closes #4775 | ||||
* | Fix plugin settings manager definition | lutangar | 2022-01-20 | 2 | -5/+15 |
| | | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location. | ||||
* | Add video caption created and deleted hooks | lutangar | 2021-12-23 | 1 | -0/+5 |
| | |||||
* | Add upload/import/go live video attributes hooks | Chocobozzz | 2021-12-10 | 1 | -0/+6 |
| | |||||
* | Add filter:api.server.stats.get.result hook | Chocobozzz | 2021-12-09 | 1 | -0/+3 |
| | |||||
* | CLI: plugins install command accept a --plugin-version parameter. (#4599) | John Livingston | 2021-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | * CLI: plugins install command accept a --plugin-version parameter. * Unit tests for plugins install --plugin-version. * Fix linting. * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -0/+2 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Fix some documentation mistakes | frankstrater | 2021-09-02 | 1 | -2/+2 |
| | |||||
* | Cleanup shared models imports | Chocobozzz | 2021-07-28 | 5 | -5/+5 |
| | |||||
* | Add new filter hooks to /overviews/videos | Michael Williams | 2021-07-21 | 1 | -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). | ||||
* | Introduce generic video constant manager for plugins | lutangar | 2021-07-16 | 6 | -12/+51 |
| | | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions. | ||||
* | Add video-playlist-element.created hook (#4196) | kontrollanten | 2021-06-28 | 1 | -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 playlists | Chocobozzz | 2021-06-25 | 1 | -0/+4 |
| | |||||
* | Reorganize plugin models | Chocobozzz | 2021-05-11 | 20 | -0/+252 |