aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Force signed headers in http signaturesChocobozzz2020-11-124-3/+39
| | | | Thanks Roger
* Increase tests waitsChocobozzz2020-11-121-4/+4
|
* remove duplicate file checks in video model (#3289)Arman2020-11-111-7/+0
| | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult
* Use our implementation of randomIntChocobozzz2020-11-101-1/+2
|
* Hide dock if there are no title/descriptionChocobozzz2020-11-101-3/+3
|
* Cleanup follows of orphean actorsChocobozzz2020-11-104-11/+42
|
* Fix email footerChocobozzz2020-11-104-13/+27
| | | | Do not include notif preferences in contact form email
* Fix comments federationChocobozzz2020-11-101-3/+7
|
* Delay video views scheduled jobChocobozzz2020-11-101-11/+11
| | | | To not overload the federation
* Remove deprecated abuse apiChocobozzz2020-11-1010-904/+8
|
* Check threads resolve on non federated videosChocobozzz2020-11-102-14/+19
|
* 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
|