aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix live segments checkChocobozzz2020-11-101-37/+23
|
* Fix muted accounts on overviewsChocobozzz2020-11-102-15/+44
|
* Fix live migrationsChocobozzz2020-11-102-1/+27
|
* Fix stat file size with HLSChocobozzz2020-11-102-11/+80
|
* Fix jobs paginationChocobozzz2020-11-091-1/+1
|
* Update ffmpeg static version for testsChocobozzz2020-11-097-13/+16
|
* Handle views for live videosChocobozzz2020-11-097-24/+190
|
* Revert some mistakesChocobozzz2020-11-091-4/+3
|
* Don't add live videos in redundancyChocobozzz2020-11-095-6/+9
|
* Add live server hooksChocobozzz2020-11-097-20/+117
|
* Fix testsChocobozzz2020-11-091-1/+1
|
* Regenerate miniature on live saveChocobozzz2020-11-0911-63/+57
|
* Fix audio sync after saving replayChocobozzz2020-11-092-16/+18
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Reduce P2P blacklist in trackerChocobozzz2020-11-091-1/+1
|
* Fix theater modeChocobozzz2020-11-091-4/+6
|
* Add live notification testsChocobozzz2020-11-097-36/+241
|
* Add save replay live testsChocobozzz2020-11-0912-220/+627
|
* Add check constraints live testsChocobozzz2020-11-0910-29/+181
|
* Begin live testsChocobozzz2020-11-0915-21/+453
|
* Add check params live testsChocobozzz2020-11-094-0/+414
|
* Fix live infohash blockChocobozzz2020-11-092-2/+1
|
* Fix live endingChocobozzz2020-11-091-4/+12
|
* Add max lives limitChocobozzz2020-11-098-2/+83
|
* Add modal to display live informationChocobozzz2020-11-093-24/+39
|
* Fix replay savingChocobozzz2020-11-095-19/+69
|
* Add ability to save live replayChocobozzz2020-11-0910-57/+214
|
* SaveChocobozzz2020-11-091-4/+0
|
* Check live duration and sizeChocobozzz2020-11-0920-127/+327
|
* Add watch messages if live has not startedChocobozzz2020-11-0910-61/+232
|
* Handle live federationChocobozzz2020-11-098-22/+23
|
* Refactor video creationChocobozzz2020-11-096-132/+151
|
* Live streaming implementation first stepChocobozzz2020-11-0933-61/+1030
|
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-073-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-updaterRigel Kent2020-10-241-1/+1
|
* Fix transcoding errors in readonly docker containersGirish Ramakrishnan2020-10-231-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 transcodingChocobozzz2020-09-091-7/+3
|
* Add site_name to opengraph tagsChocobozzz2020-09-041-3/+8
|
* Increase videos search before test timeoutChocobozzz2020-08-281-1/+1
|
* Fix abuse reportee search queryChocobozzz2020-08-261-1/+1
|
* Fix testsChocobozzz2020-08-262-3/+3
|
* Deprecate old static routesChocobozzz2020-08-264-9/+9
|
* Remove debugChocobozzz2020-08-261-2/+0
|
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-16/+18
|
* Update server dependenciesChocobozzz2020-08-252-4/+2
|
* Add fixtures cache to github actionsChocobozzz2020-08-241-1/+1
|
* Fix lintChocobozzz2020-08-241-3/+1
|
* Remove debug logsChocobozzz2020-08-241-4/+0
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-244-13/+117
|
* Fix testsChocobozzz2020-08-241-7/+10
|
* Reorganize a little bit testsChocobozzz2020-08-246-3/+3
|