Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 9 | -37/+90 |
| | |||||
* | Fix CLI plugins list command: use command parameters. | John Livingston | 2021-05-10 | 1 | -5/+3 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Fix ffmpeg version parsing | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit live tests | Chocobozzz | 2021-05-07 | 3 | -75/+27 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 9 | -42/+78 |
| | |||||
* | Fix ffmpeg version checker | Chocobozzz | 2021-05-06 | 1 | -2/+8 |
| | |||||
* | server: fix HLS playlist format | kontrollanten | 2021-05-06 | 1 | -6/+5 |
| | | | | Remove prefixed comma when there's no video codec. | ||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 5 | -5/+17 |
| | | | | So we can load the full user | ||||
* | Fix lint | Chocobozzz | 2021-05-05 | 1 | -1/+0 |
| | |||||
* | Fix transcoding job priority | Chocobozzz | 2021-05-05 | 4 | -17/+9 |
| | | | | | New resolution jobs are also important if waiting for transcoding is enabled since we publish the video after the first resolution generation | ||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 12 | -71/+224 |
| | |||||
* | Try to fix bad timestamps in .srt | Chocobozzz | 2021-04-27 | 1 | -10/+17 |
| | |||||
* | Add migration to remove duplicated keys | Chocobozzz | 2021-04-26 | 2 | -1/+40 |
| | | | | Due to old/corrupted data, it can be problematic to restore a backup | ||||
* | Increase test timeout | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Fix plugin helpers tests | Chocobozzz | 2021-04-22 | 2 | -6/+4 |
| | |||||
* | Add auth header in plugins guide | Chocobozzz | 2021-04-22 | 1 | -0/+4 |
| | |||||
* | Add data directory for plugins and some helpers | Chocobozzz | 2021-04-22 | 7 | -21/+206 |
| | |||||
* | Add sendmail log in server | Chocobozzz | 2021-04-21 | 1 | -1/+2 |
| | |||||
* | Fix h265 video import using CLI | Chocobozzz | 2021-04-21 | 1 | -0/+1 |
| | |||||
* | Allow plugins to set short translation locale | Chocobozzz | 2021-04-20 | 1 | -3/+6 |
| | |||||
* | Support async onSettingsChange | Chocobozzz | 2021-04-20 | 2 | -4/+4 |
| | |||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-20 | 1 | -2/+11 |
|\ | |||||
| * | Fix database ssl connection | Chocobozzz | 2021-04-19 | 1 | -2/+11 |
| | | |||||
* | | Fix exception in markdown parser | Chocobozzz | 2021-04-16 | 1 | -0/+4 |
| | | |||||
* | | More robust tests | Chocobozzz | 2021-04-15 | 3 | -27/+29 |
| | | |||||
* | | Increase ffmpeg tests timeout | Chocobozzz | 2021-04-15 | 1 | -5/+5 |
| | | |||||
* | | modify tests to support current behaviour regarding plaintext description | Rigel Kent | 2021-04-13 | 3 | -18/+28 |
| | | |||||
* | | render markdown and plainify descriptions on previews | Rigel Kent | 2021-04-13 | 3 | -27/+38 |
| | | |||||
* | | Ugrade tools dependencies | Chocobozzz | 2021-04-13 | 1 | -140/+151 |
| | | |||||
* | | Fix banner error in actor json | Chocobozzz | 2021-04-13 | 1 | -1/+1 |
| | | |||||
* | | Fix lint | Chocobozzz | 2021-04-12 | 1 | -0/+2 |
| | | |||||
* | | Upgrade server dep' | Chocobozzz | 2021-04-12 | 1 | -1/+1 |
| | | |||||
* | | Dissociate frameguard from csp | Chocobozzz | 2021-04-12 | 3 | -0/+40 |
| | | |||||
* | | Don't save other attributes when set as refreshed | Chocobozzz | 2021-04-12 | 2 | -4/+15 |
| | | |||||
* | | add channel and playlist stats to server stats endpoint (#3747) | Rigel Kent | 2021-04-12 | 4 | -22/+184 |
| | | | | | | | | | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats | ||||
* | | Ensure to install supported plugins | Chocobozzz | 2021-04-12 | 5 | -9/+29 |
| | | |||||
* | | Don't retry failed transaction for refresh | Chocobozzz | 2021-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | It's just a refresh and could lead to some issues in our tests. If there is a transaction conflict, it means that the same video is already beeing updated so aborting should be fine | ||||
* | | Fix print transcode command script | Chocobozzz | 2021-04-09 | 1 | -1/+2 |
| | | |||||
* | | Add scale filter to documentation | Chocobozzz | 2021-04-09 | 3 | -10/+7 |
| | | |||||
* | | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 3 | -71/+126 |
| | | |||||
* | | add tests for inputOptions and videoFilters in trancode plugins | Théo Le Calvar | 2021-04-09 | 2 | -2/+75 |
| | | |||||
* | | add option for transcode plugins to add video filters and make all options ↵ | Théo Le Calvar | 2021-04-09 | 1 | -8/+11 |
| | | | | | | | | optional | ||||
* | | add support for inputOptions in trancode plugins | Théo Le Calvar | 2021-04-09 | 2 | -5/+10 |
| | | |||||
* | | Add server plugin helpers | Chocobozzz | 2021-04-09 | 9 | -249/+326 |
| | | |||||
* | | Also decache config | Chocobozzz | 2021-04-09 | 2 | -9/+11 |
| | | |||||
* | | Fix #3940: unload all children from the plugin module on updates. | John Livingston | 2021-04-09 | 1 | -1/+3 |
| | | |||||
* | | Tests that show the bug. | John Livingston | 2021-04-09 | 5 | -0/+126 |
| | | |||||
* | | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-08 | 3 | -2/+25 |
|\| | |||||
| * | Fix outbox fetch with subtitled videos | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |