Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -0/+2 | |
| | | ||||||
| * | Add ability to search live videos | Chocobozzz | 2021-05-05 | 1 | -0/+1 | |
| | | ||||||
* | | Add test for API actors route | Kimsible | 2021-05-05 | 2 | -0/+19 | |
|/ | ||||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 6 | -23/+48 | |
| | ||||||
* | 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 | |
| | ||||||
* | Allow plugins to set short translation locale | Chocobozzz | 2021-04-20 | 1 | -3/+3 | |
| | ||||||
* | Support async onSettingsChange | Chocobozzz | 2021-04-20 | 1 | -1/+1 | |
| | ||||||
* | More robust tests | Chocobozzz | 2021-04-15 | 2 | -4/+8 | |
| | ||||||
* | Increase ffmpeg error test timeout | Chocobozzz | 2021-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2021-04-12 | 1 | -1/+1 | |
| | ||||||
* | Add plugin placeholder elements support | Chocobozzz | 2021-04-12 | 2 | -0/+2 | |
| | ||||||
* | add channel and playlist stats to server stats endpoint (#3747) | Rigel Kent | 2021-04-12 | 1 | -0/+7 | |
| | | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats | |||||
* | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 1 | -1/+4 | |
| | ||||||
* | add option for transcode plugins to add video filters and make all options ↵ | Théo Le Calvar | 2021-04-09 | 1 | -2/+3 | |
| | | | | optional | |||||
* | add support for inputOptions in trancode plugins | Théo Le Calvar | 2021-04-09 | 1 | -0/+1 | |
| | ||||||
* | 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 size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -0/+6 | |
| | ||||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 1 | -0/+9 | |
| | ||||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 3 | -11/+29 | |
| | ||||||
* | Add banners support | Chocobozzz | 2021-04-08 | 3 | -2/+5 | |
| | ||||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 8 | -10/+13 | |
| | ||||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 1 | -0/+18 | |
| | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901 | |||||
* | 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 | |
| | ||||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 2 | -0/+10 | |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | |||||
* | Stricter email options typings | Chocobozzz | 2021-03-24 | 1 | -8/+45 | |
| | ||||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 10 | -12/+132 | |
| | ||||||
* | Reduce bundle size using a const enum | Chocobozzz | 2021-03-24 | 1 | -1/+1 | |
| | ||||||
* | Fix AP security tests | Chocobozzz | 2021-03-24 | 1 | -2/+2 | |
| | ||||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 2 | -4/+3 | |
| | ||||||
* | Support sq | Chocobozzz | 2021-03-09 | 1 | -1/+2 | |
| | ||||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 4 | -3/+42 | |
| | ||||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 1 | -0/+5 | |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | |||||
* | Add more AP stats to stats endpoint | Chocobozzz | 2021-02-26 | 1 | -1/+29 | |
| | | | | It will help to understand if the federation correctly works or not | |||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 1 | -3/+24 | |
| | ||||||
* | Fix stats tests | Chocobozzz | 2021-02-19 | 1 | -0/+12 | |
| | ||||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -0/+4 | |
| | ||||||
* | Try to speed up server tests | Chocobozzz | 2021-02-19 | 5 | -23/+61 | |
| | ||||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 1 | -2/+1 | |
| | ||||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 2 | -0/+7 | |
| | ||||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 2 | -3/+14 | |
| | ||||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 2 | -4/+26 | |
| | ||||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 1 | -1/+1 | |
| |