Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delay notification when waiting for a live | Chocobozzz | 2020-11-12 | 2 | -3/+9 |
| | |||||
* | Increase live segment file name | Chocobozzz | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Fix live infohash of original resolution | Chocobozzz | 2020-11-12 | 1 | -8/+7 |
| | |||||
* | Force signed headers in http signatures | Chocobozzz | 2020-11-12 | 4 | -3/+39 |
| | | | | Thanks Roger | ||||
* | Increase tests waits | Chocobozzz | 2020-11-12 | 1 | -4/+4 |
| | |||||
* | remove duplicate file checks in video model (#3289) | Arman | 2020-11-11 | 1 | -7/+0 |
| | | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult | ||||
* | Use our implementation of randomInt | Chocobozzz | 2020-11-10 | 1 | -1/+2 |
| | |||||
* | Hide dock if there are no title/description | Chocobozzz | 2020-11-10 | 1 | -3/+3 |
| | |||||
* | Cleanup follows of orphean actors | Chocobozzz | 2020-11-10 | 4 | -11/+42 |
| | |||||
* | Fix email footer | Chocobozzz | 2020-11-10 | 4 | -13/+27 |
| | | | | Do not include notif preferences in contact form email | ||||
* | Fix comments federation | Chocobozzz | 2020-11-10 | 1 | -3/+7 |
| | |||||
* | Delay video views scheduled job | Chocobozzz | 2020-11-10 | 1 | -11/+11 |
| | | | | To not overload the federation | ||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 10 | -904/+8 |
| | |||||
* | Check threads resolve on non federated videos | Chocobozzz | 2020-11-10 | 2 | -14/+19 |
| | |||||
* | Try to fix live segments check | Chocobozzz | 2020-11-10 | 1 | -37/+23 |
| | |||||
* | Fix muted accounts on overviews | Chocobozzz | 2020-11-10 | 2 | -15/+44 |
| | |||||
* | Fix live migrations | Chocobozzz | 2020-11-10 | 2 | -1/+27 |
| | |||||
* | Fix stat file size with HLS | Chocobozzz | 2020-11-10 | 2 | -11/+80 |
| | |||||
* | Fix jobs pagination | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Update ffmpeg static version for tests | Chocobozzz | 2020-11-09 | 7 | -13/+16 |
| | |||||
* | Handle views for live videos | Chocobozzz | 2020-11-09 | 7 | -24/+190 |
| | |||||
* | Revert some mistakes | Chocobozzz | 2020-11-09 | 1 | -4/+3 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 5 | -6/+9 |
| | |||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 7 | -20/+117 |
| | |||||
* | Fix tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 11 | -63/+57 |
| | |||||
* | Fix audio sync after saving replay | Chocobozzz | 2020-11-09 | 2 | -16/+18 |
| | | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist) | ||||
* | Reduce P2P blacklist in tracker | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Fix theater mode | Chocobozzz | 2020-11-09 | 1 | -4/+6 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 7 | -36/+241 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 12 | -220/+627 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 10 | -29/+181 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 15 | -21/+453 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 4 | -0/+414 |
| | |||||
* | Fix live infohash block | Chocobozzz | 2020-11-09 | 2 | -2/+1 |
| | |||||
* | Fix live ending | Chocobozzz | 2020-11-09 | 1 | -4/+12 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 8 | -2/+83 |
| | |||||
* | Add modal to display live information | Chocobozzz | 2020-11-09 | 3 | -24/+39 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 5 | -19/+69 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 10 | -57/+214 |
| | |||||
* | Save | Chocobozzz | 2020-11-09 | 1 | -4/+0 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 20 | -127/+327 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 10 | -61/+232 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 8 | -22/+23 |
| | |||||
* | Refactor video creation | Chocobozzz | 2020-11-09 | 6 | -132/+151 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 33 | -61/+1030 |
| | |||||
* | render html/markdown for new comment notification email (#3255) | Kimsible | 2020-11-07 | 3 | -6/+57 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | 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. | ||||
* | Fix re webtorrent transcoding | Chocobozzz | 2020-09-09 | 1 | -7/+3 |
| |