aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sequelize to v6Chocobozzz2020-12-098-43/+34
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-084-6/+45
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Refactor a little bit client canonical URLChocobozzz2020-12-081-4/+33
|
* Set canonical link to original video/playlist urlThomas Citharel2020-12-081-5/+13
| | | | | | The local URL was used instead of the original url Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix replay last segments loopChocobozzz2020-12-071-12/+3
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-072-8/+10
|
* Fix lintChocobozzz2020-12-041-1/+1
|
* Load video in permanent live after last one endedChocobozzz2020-12-043-9/+18
|
* Fix audio issues with live replayChocobozzz2020-12-043-63/+45
|
* Strict actor url comparisonChocobozzz2020-12-031-1/+1
|
* Try to fix non HTTPS remote accountsChocobozzz2020-12-031-3/+22
|
* Add permanent live supportChocobozzz2020-12-033-18/+51
|
* Fix live invalid save replay durationChocobozzz2020-12-031-3/+5
|
* Fix live replay duration glitchChocobozzz2020-12-022-79/+119
|
* Fix live saving after a server restartChocobozzz2020-11-302-13/+14
|
* Fix lintChocobozzz2020-11-301-1/+1
|
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-302-15/+45
|
* Fix live FPS limitChocobozzz2020-11-261-13/+23
|
* Add transcoding module commentsChocobozzz2020-11-252-11/+37
|
* Fix audio encoding paramsChocobozzz2020-11-251-2/+1
|
* Add live transcoding bit rate testsChocobozzz2020-11-251-1/+2
|
* Support encoding profilesChocobozzz2020-11-253-87/+111
|
* Export encoders options in a dedicated structChocobozzz2020-11-252-7/+115
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-257-33/+22
|
* Provide express request to onLogout callChocobozzz2020-11-203-8/+18
| | | | + pluginInfo related changes
* Fix lintChocobozzz2020-11-201-2/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-2020-148/+151
|
* Update server dependenciesChocobozzz2020-11-191-2/+1
|
* Refactor markdown/sanitize html codeChocobozzz2020-11-171-29/+3
|
* Process remaining segment hashes on live endingChocobozzz2020-11-171-9/+25
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+12
|
* 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-121-3/+7
|
* Fix live infohash of original resolutionChocobozzz2020-11-121-8/+7
|
* Hide dock if there are no title/descriptionChocobozzz2020-11-101-3/+3
|
* Fix email footerChocobozzz2020-11-102-13/+17
| | | | Do not include notif preferences in contact form email
* Fix comments federationChocobozzz2020-11-101-3/+7
|
* Check threads resolve on non federated videosChocobozzz2020-11-102-14/+19
|
* Try to fix live segments checkChocobozzz2020-11-101-37/+23
|
* Update ffmpeg static version for testsChocobozzz2020-11-092-3/+6
|
* Handle views for live videosChocobozzz2020-11-094-9/+72
|
* Don't add live videos in redundancyChocobozzz2020-11-092-3/+1
|
* Add live server hooksChocobozzz2020-11-092-2/+11
|
* Regenerate miniature on live saveChocobozzz2020-11-096-19/+31
|
* Fix audio sync after saving replayChocobozzz2020-11-091-4/+0
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live notification testsChocobozzz2020-11-092-3/+13
|
* Add save replay live testsChocobozzz2020-11-093-31/+50
|
* Add check constraints live testsChocobozzz2020-11-094-22/+32
|
* Begin live testsChocobozzz2020-11-091-2/+34
|