aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-1613-170/+478
|\
| * Add admin view to manage commentsChocobozzz2020-11-167-197/+307
| |
| * Implement video comment list in adminChocobozzz2020-11-136-9/+206
| |
* | add client overrides to nginx configuration (#3297)Kimsible2020-11-161-0/+1
|/ | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Cleanup lives on server restartChocobozzz2020-11-133-2/+105
|
* Fix live sha segments with multiple resolutionsChocobozzz2020-11-131-2/+6
|
* Reorganize left menu and account menuChocobozzz2020-11-131-1/+1
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Delay notification when waiting for a liveChocobozzz2020-11-122-3/+9
|
* Increase live segment file nameChocobozzz2020-11-121-1/+1
|
* Fix live infohash of original resolutionChocobozzz2020-11-121-8/+7
|
* 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
|