Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add ...playlist.elements.loaded hook (#4387) | kontrollanten | 2021-10-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix some documentation mistakes | frankstrater | 2021-09-02 | 1 | -2/+2 |
| | |||||
* | Update upload message filter hook name | Chocobozzz | 2021-08-25 | 1 | -1/+1 |
| | |||||
* | Alert user for low quota and video auto-block on upload page (#4336) | Ms Kimsible | 2021-08-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com> | ||||
* | 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 | 2 | -1/+8 |
| | |||||
* | add client hook filter:videojs.options | kontrollanten | 2021-06-14 | 1 | -1/+4 |
| | | | | closes #4086 | ||||
* | Add ability to filter menu links | Chocobozzz | 2021-06-07 | 1 | -1/+4 |
| | |||||
* | Reorganize plugin models | Chocobozzz | 2021-05-11 | 33 | -33/+40 |
| | |||||
* | Add ability to hide plugin form fields | Chocobozzz | 2021-04-22 | 1 | -0/+3 |
| | |||||
* | Add go-live example for plugin form fields | Chocobozzz | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | Add action:admin-plugin-settings.init client hook | Chocobozzz | 2021-04-22 | 2 | -1/+13 |
| | |||||
* | Support async onSettingsChange | Chocobozzz | 2021-04-20 | 1 | -1/+1 |
| | |||||
* | Add plugin placeholder elements support | Chocobozzz | 2021-04-12 | 2 | -0/+2 |
| | |||||
* | Update plugins doc | Chocobozzz | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Add ability to hide plugin settings | Chocobozzz | 2021-04-09 | 2 | -0/+9 |
| | |||||
* | Plugins can register html/select settings | Chocobozzz | 2021-04-09 | 2 | -5/+11 |
| | |||||
* | Add auth user client hook actions | Chocobozzz | 2021-03-24 | 1 | -0/+6 |
| | |||||
* | Add client action hooks for pubish pages | Chocobozzz | 2021-03-24 | 1 | -0/+9 |
| | |||||
* | Add server hooks for search endpoint | Chocobozzz | 2021-03-24 | 1 | -0/+10 |
| | |||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 1 | -1/+5 |
| | |||||
* | Add hooks support for video download | Chocobozzz | 2021-03-24 | 2 | -2/+10 |
| | |||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 2 | -0/+12 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -0/+4 |
| | |||||
* | Prepare changelog v3 | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 1 | -0/+9 |
| | |||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 1 | -1/+5 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | | | | So other projects can use them | ||||
* | Add ability to set a description to dynamic fields | Chocobozzz | 2020-08-21 | 1 | -0/+2 |
| | |||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 5 | -8/+19 |
| | |||||
* | Support plugin hooks in embed | Chocobozzz | 2020-08-20 | 2 | -2/+8 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 2 | -9/+5 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 4 | -54/+26 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -1/+5 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add ability to override login signup message | Chocobozzz | 2020-05-06 | 2 | -1/+4 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 2 | -1/+3 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 2 | -16/+26 |
| | |||||
* | Add plugin auth migrations | Chocobozzz | 2020-05-04 | 1 | -1/+3 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -1/+7 |
| |