Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 11 | -49/+49 |
| | |||||
* | Add joblog at the end of ci | Chocobozzz | 2020-12-14 | 4 | -9/+11 |
| | |||||
* | Parse log script can take files as args | Chocobozzz | 2020-12-14 | 2 | -3/+4 |
| | |||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 4 | -11/+44 |
| | |||||
* | do not crash if SMTP server is down | Girish Ramakrishnan | 2020-12-12 | 1 | -5/+4 |
| | | | | | | just log a warning if the SMTP server is down on startup time fixes #3457 | ||||
* | Live views update | Chocobozzz | 2020-12-09 | 5 | -5/+72 |
| | |||||
* | Refactor views component | Chocobozzz | 2020-12-09 | 1 | -3/+2 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 6 | -38/+43 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 73 | -447/+405 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 37 | -176/+378 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Fix config test | Chocobozzz | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 4 | -84/+138 |
| | |||||
* | Add tests | Thomas Citharel | 2020-12-08 | 1 | -5/+25 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Set canonical link to original video/playlist url | Thomas Citharel | 2020-12-08 | 1 | -5/+13 |
| | | | | | | The local URL was used instead of the original url Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | server/mw/oauth: res.loc.auth to true upon auth | kontrollanten | 2020-12-08 | 2 | -1/+3 |
| | | | | | | | Setting res.locals.authenticated explicity to true makes it's more clear whether the req is authenticated when using optionalAuthenticate middlware. | ||||
* | plugins: add optional authentication for routes | kontrollanten | 2020-12-08 | 3 | -0/+26 |
| | |||||
* | Fix hook test | Chocobozzz | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 4 | -8/+65 |
| | |||||
* | server accounts/videos: trigger filter hook | kontrollanten | 2020-12-08 | 1 | -2/+9 |
| | |||||
* | Don't allow manual redundancy of live videos | Chocobozzz | 2020-12-07 | 1 | -2/+6 |
| | |||||
* | Fix replay last segments loop | Chocobozzz | 2020-12-07 | 1 | -12/+3 |
| | |||||
* | 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 |
| |