Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 113 | -899/+1338 | |
| | ||||||
* | Fix live transcoding tests | Chocobozzz | 2020-12-04 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2020-12-04 | 1 | -1/+1 | |
| | ||||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 4 | -12/+26 | |
| | ||||||
* | Fix audio issues with live replay | Chocobozzz | 2020-12-04 | 4 | -68/+49 | |
| | ||||||
* | Try to fix live freeze | Chocobozzz | 2020-12-04 | 1 | -3/+2 | |
| | ||||||
* | Fix live transcoding threads config | Chocobozzz | 2020-12-04 | 1 | -6/+10 | |
| | ||||||
* | Strict actor url comparison | Chocobozzz | 2020-12-03 | 2 | -2/+1 | |
| | ||||||
* | Try to fix non HTTPS remote accounts | Chocobozzz | 2020-12-03 | 1 | -3/+22 | |
| | ||||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 15 | -24/+326 | |
| | ||||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -2/+2 | |
| | ||||||
* | Fix live invalid save replay duration | Chocobozzz | 2020-12-03 | 2 | -4/+6 | |
| | ||||||
* | Increase live constraint test timeout | Chocobozzz | 2020-12-02 | 1 | -1/+1 | |
| | ||||||
* | Prepare changelog | Chocobozzz | 2020-12-02 | 1 | -1/+1 | |
| | ||||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 5 | -132/+176 | |
| | ||||||
* | Keep displayName as valid playlist sort | Chocobozzz | 2020-12-01 | 3 | -5/+16 | |
| | ||||||
* | Add local actor follow url migration | Chocobozzz | 2020-12-01 | 2 | -1/+28 | |
| | ||||||
* | Add logs to fixture generations | Chocobozzz | 2020-12-01 | 1 | -1/+1 | |
| | ||||||
* | Fix sort fields on Video Playlists | Arman | 2020-12-01 | 1 | -1/+1 | |
| | | | displayName does not exist in VideoPlaylistModel, the correct field is `name` | |||||
* | Fix live saving after a server restart | Chocobozzz | 2020-11-30 | 2 | -13/+14 | |
| | ||||||
* | Fix lint | Chocobozzz | 2020-11-30 | 1 | -1/+1 | |
| | ||||||
* | Fix high CPU with long live when save replay is true | Chocobozzz | 2020-11-30 | 4 | -29/+55 | |
| | ||||||
* | Add inspect to test script | Chocobozzz | 2020-11-30 | 1 | -1/+1 | |
| | ||||||
* | Try to fix live tests | Chocobozzz | 2020-11-30 | 1 | -2/+9 | |
| | ||||||
* | Fix cors on sha segment endpoint | Chocobozzz | 2020-11-27 | 1 | -0/+2 | |
| | ||||||
* | More robust live test | Chocobozzz | 2020-11-27 | 1 | -4/+4 | |
| | ||||||
* | Fix 500 on unknown thread | Chocobozzz | 2020-11-27 | 1 | -0/+4 | |
| | ||||||
* | Add registered setting CLI plugin install test | Chocobozzz | 2020-11-27 | 2 | -14/+7 | |
| | ||||||
* | Try to fix live test | Chocobozzz | 2020-11-26 | 1 | -0/+3 | |
| | ||||||
* | Fix "Too many packets buffered for output stream" | Chocobozzz | 2020-11-26 | 1 | -12/+23 | |
| | | | | And move encoder global options in a global wrapper | |||||
* | Count only active lives for account limit | Chocobozzz | 2020-11-26 | 1 | -1/+4 | |
| | ||||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 4 | -42/+67 | |
| | ||||||
* | Fix comment account external URL | Chocobozzz | 2020-11-25 | 1 | -1/+0 | |
| | | | | | It did not work, and I think it's better to target the local account page anyway | |||||
* | Avoid too large cert error messages | Chocobozzz | 2020-11-25 | 1 | -0/+2 | |
| | ||||||
* | Fix migration and test | Chocobozzz | 2020-11-25 | 7 | -62/+133 | |
| | ||||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 4 | -69/+107 | |
| | ||||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 7 | -9/+235 | |
| | ||||||
* | Add tests to gif resizer | Chocobozzz | 2020-11-25 | 5 | -44/+46 | |
| | ||||||
* | Add transcoding module comments | Chocobozzz | 2020-11-25 | 5 | -16/+57 | |
| | ||||||
* | Fix audio encoding params | Chocobozzz | 2020-11-25 | 4 | -33/+36 | |
| | ||||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 7 | -28/+48 | |
| | ||||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 6 | -152/+393 | |
| | ||||||
* | Export encoders options in a dedicated struct | Chocobozzz | 2020-11-25 | 5 | -168/+341 | |
| | ||||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 16 | -342/+337 | |
| | ||||||
* | Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329) | Kimsible | 2020-11-25 | 3 | -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 test | Chocobozzz | 2020-11-20 | 1 | -1/+1 | |
| | ||||||
* | Provide express request to onLogout call | Chocobozzz | 2020-11-20 | 7 | -13/+123 | |
| | | | | + pluginInfo related changes | |||||
* | Fix transcoder test | Chocobozzz | 2020-11-20 | 1 | -1/+1 | |
| | ||||||
* | Do not transcode to an higher bitrate | Chocobozzz | 2020-11-20 | 3 | -1/+43 | |
| | | | | Thanks bkil https://github.com/bkil | |||||
* | Add actor follow url migration | Chocobozzz | 2020-11-20 | 2 | -1/+27 | |
| |