aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Fix live invalid save replay durationChocobozzz2020-12-032-4/+6
|
* Increase live constraint test timeoutChocobozzz2020-12-021-1/+1
|
* Prepare changelogChocobozzz2020-12-021-1/+1
|
* Fix live replay duration glitchChocobozzz2020-12-025-132/+176
|
* Keep displayName as valid playlist sortChocobozzz2020-12-013-5/+16
|
* Add local actor follow url migrationChocobozzz2020-12-012-1/+28
|
* Add logs to fixture generationsChocobozzz2020-12-011-1/+1
|
* Fix sort fields on Video PlaylistsArman2020-12-011-1/+1
| | | displayName does not exist in VideoPlaylistModel, the correct field is `name`
* 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-304-29/+55
|
* Add inspect to test scriptChocobozzz2020-11-301-1/+1
|
* Try to fix live testsChocobozzz2020-11-301-2/+9
|
* Fix cors on sha segment endpointChocobozzz2020-11-271-0/+2
|
* More robust live testChocobozzz2020-11-271-4/+4
|
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
|
* Add registered setting CLI plugin install testChocobozzz2020-11-272-14/+7
|
* Try to fix live testChocobozzz2020-11-261-0/+3
|
* Fix "Too many packets buffered for output stream"Chocobozzz2020-11-261-12/+23
| | | | And move encoder global options in a global wrapper
* Count only active lives for account limitChocobozzz2020-11-261-1/+4
|
* Fix live FPS limitChocobozzz2020-11-264-42/+67
|
* Fix comment account external URLChocobozzz2020-11-251-1/+0
| | | | | It did not work, and I think it's better to target the local account page anyway
* Avoid too large cert error messagesChocobozzz2020-11-251-0/+2
|
* Fix migration and testChocobozzz2020-11-257-62/+133
|
* refactor scoped token serviceRigel Kent2020-11-254-69/+107
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-257-9/+235
|
* Add tests to gif resizerChocobozzz2020-11-255-44/+46
|
* Add transcoding module commentsChocobozzz2020-11-255-16/+57
|
* Fix audio encoding paramsChocobozzz2020-11-254-33/+36
|
* Add live transcoding bit rate testsChocobozzz2020-11-257-28/+48
|
* Support encoding profilesChocobozzz2020-11-256-152/+393
|
* Export encoders options in a dedicated structChocobozzz2020-11-255-168/+341
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-2516-342/+337
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-253-2/+45
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Relax live fps testChocobozzz2020-11-201-1/+1
|
* Provide express request to onLogout callChocobozzz2020-11-207-13/+123
| | | | + pluginInfo related changes
* Fix transcoder testChocobozzz2020-11-201-1/+1
|
* Do not transcode to an higher bitrateChocobozzz2020-11-203-1/+43
| | | | Thanks bkil https://github.com/bkil
* Add actor follow url migrationChocobozzz2020-11-202-1/+27
|
* Fix lintChocobozzz2020-11-202-3/+2
|
* remove outdated badges, add authorization to caption routesRigel Kent2020-11-201-3/+0
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-2033-223/+268
|
* Update server dependenciesChocobozzz2020-11-193-14/+11
|
* Add ability to display all channel/account videosChocobozzz2020-11-186-16/+38
|
* Try to fix multiple server testsChocobozzz2020-11-181-1/+2
|
* Fix youtube-dl ipv4 PRChocobozzz2020-11-182-4/+6
|
* default youtube-dl to use ipv4 (#3311)Mark Van den Borre2020-11-182-0/+4
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Try to fix playlist testsChocobozzz2020-11-182-1/+5
|
* Don't take into account ended lives in concurrent lives checkChocobozzz2020-11-181-1/+5
|