Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase live segment file name | Chocobozzz | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Force signed headers in http signatures | Chocobozzz | 2020-11-12 | 1 | -1/+5 |
| | | | | Thanks Roger | ||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 1 | -26/+1 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Fix audio sync after saving replay | Chocobozzz | 2020-11-09 | 1 | -12/+18 |
| | | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist) | ||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 2 | -10/+15 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 2 | -3/+3 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | Fix live infohash block | Chocobozzz | 2020-11-09 | 1 | -1/+0 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 1 | -4/+28 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 2 | -1/+16 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 3 | -9/+19 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 3 | -22/+132 |
| | |||||
* | add node-youtube-dl download host env var in auto-updater | Rigel Kent | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Fix transcoding errors in readonly docker containers | Girish Ramakrishnan | 2020-10-23 | 1 | -1/+2 |
| | | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir. | ||||
* | Refactor video extensions logic in server | Chocobozzz | 2020-08-11 | 3 | -14/+20 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 3 | -3/+6 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 2 | -3/+9 |
| | |||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-10 | 2 | -5/+34 |
|\ | |||||
| * | Handle webp images from youtube-dl | Chocobozzz | 2020-07-10 | 2 | -5/+34 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 3 | -6/+6 |
| | | |||||
* | | Implement abuses check params | Chocobozzz | 2020-07-10 | 4 | -11/+104 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 6 | -80/+81 |
|/ | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -4/+25 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 13 | -16/+16 |
| | |||||
* | Correctly fix subtitles import | Chocobozzz | 2020-06-17 | 1 | -11/+10 |
| | |||||
* | Fix getSubs import | Chocobozzz | 2020-06-16 | 1 | -0/+1 |
| | |||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 1 | -2/+17 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -5/+6 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 1 | -2/+18 |
| | | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface | ||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -0/+9 |
| | |||||
* | Add missing playlist and playlistElement types in AP context | Chocobozzz | 2020-05-13 | 1 | -0/+3 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -0/+10 |
| | |||||
* | Fix HLS audio only transcoding | Chocobozzz | 2020-05-05 | 1 | -0/+1 |
| | |||||
* | Accept numbers in plugin names | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -2/+1 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 4 | -18/+47 |
| | |||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Make sure a report doesn't get deleted upon the deletion of its video | Rigel Kent | 2020-05-01 | 1 | -2/+10 |
| | |||||
* | Add licence and language support to y-dl imports | Chocobozzz | 2020-04-20 | 1 | -2/+13 |
| | |||||
* | Fix import captions test | Chocobozzz | 2020-04-15 | 1 | -7/+12 |
| | |||||
* | Add getSubs to YoutubeDL video import | kimsible | 2020-04-14 | 1 | -0/+36 |
| | |||||
* | Add SQL query support in plugins | Chocobozzz | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Refactor plugin helpers factory | Chocobozzz | 2020-04-09 | 1 | -22/+29 |
| | |||||
* | Fix torrent import on windows | Chocobozzz | 2020-04-07 | 2 | -5/+7 |
| | |||||
* | Support audio files import | Chocobozzz | 2020-04-03 | 2 | -7/+17 |
| |