Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix lint | Chocobozzz | 2020-11-20 | 2 | -3/+2 | |
| | ||||||
* | remove outdated badges, add authorization to caption routes | Rigel Kent | 2020-11-20 | 1 | -3/+0 | |
| | ||||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 33 | -223/+268 | |
| | ||||||
* | Update server dependencies | Chocobozzz | 2020-11-19 | 3 | -14/+11 | |
| | ||||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 6 | -16/+38 | |
| | ||||||
* | Try to fix multiple server tests | Chocobozzz | 2020-11-18 | 1 | -1/+2 | |
| | ||||||
* | Fix youtube-dl ipv4 PR | Chocobozzz | 2020-11-18 | 2 | -4/+6 | |
| | ||||||
* | default youtube-dl to use ipv4 (#3311) | Mark Van den Borre | 2020-11-18 | 2 | -0/+4 | |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | |||||
* | Try to fix playlist tests | Chocobozzz | 2020-11-18 | 2 | -1/+5 | |
| | ||||||
* | Don't take into account ended lives in concurrent lives check | Chocobozzz | 2020-11-18 | 1 | -1/+5 | |
| | ||||||
* | Update live settings edge delay | Chocobozzz | 2020-11-18 | 1 | -1/+1 | |
| | ||||||
* | Remove notifications of muted accounts/servers | Chocobozzz | 2020-11-18 | 6 | -5/+348 | |
| | ||||||
* | Fix live tests | Chocobozzz | 2020-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fix CLI import script | Chocobozzz | 2020-11-17 | 1 | -29/+41 | |
| | ||||||
* | Add html test for mentions too | Chocobozzz | 2020-11-17 | 1 | -10/+24 | |
| | ||||||
* | Refactor markdown/sanitize html code | Chocobozzz | 2020-11-17 | 1 | -29/+3 | |
| |