Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve control bar inactivity handling | Chocobozzz | 2021-12-09 | 3 | -14/+33 |
| | | | | | Keep opened when user is in control bar settings Faster hidding transition for control bar | ||||
* | Focus player after fullscreen | Chocobozzz | 2021-12-09 | 1 | -0/+8 |
| | |||||
* | Update torrents info name on video update | Chocobozzz | 2021-12-08 | 4 | -8/+18 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 7 | -13/+42 |
| | |||||
* | Improve production guide | Chocobozzz | 2021-12-08 | 1 | -57/+57 |
| | | | | | Add syntax highlighting Add emoji on section titles to better differenciate each section | ||||
* | Upgrade multer | Chocobozzz | 2021-12-08 | 2 | -5/+5 |
| | |||||
* | scripts/test: make MacOS compatible | kontrollanten | 2021-12-08 | 1 | -3/+3 |
| | | | | | | | man xargs: -r Compatibility with GNU xargs. The GNU version of xargs runs the utility argument at least once, even if xargs input is empty, and it supports a -r option to inhibit this behavior. The FreeBSD version of xargs does not run the utility argument on empty input, but it supports the -r option for command-line compatibility with GNU xargs, but the -r option does nothing in the FreeBSD version of xargs. | ||||
* | Display server logs when server run fails | Chocobozzz | 2021-12-07 | 1 | -4/+8 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 2 | -17/+32 |
|\ | |||||
| * | Fix services tests | Chocobozzz | 2021-12-07 | 1 | -3/+3 |
| | | |||||
| * | Fix live log tags | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
| | | |||||
* | | Fix live duration in player | Chocobozzz | 2021-12-07 | 1 | -0/+1 |
| | | |||||
* | | Add account block status in openapi | Chocobozzz | 2021-12-07 | 1 | -0/+56 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 4 | -9/+10 |
|\| | |||||
| * | Fix iframe allow-popups for oembed | Chocobozzz | 2021-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fix report modal error | Chocobozzz | 2021-12-07 | 3 | -8/+9 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 28 | -53/+533 |
| | | |||||
* | | Increase timeout | Chocobozzz | 2021-12-06 | 2 | -2/+2 |
| | | |||||
* | | Increase yarn timeout | Chocobozzz | 2021-12-06 | 1 | -2/+2 |
| | | | | | | | | It can be slow when building docker using qemu | ||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 18 | -4/+166 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 2 | -4/+9 |
|\| | |||||
| * | Fix search on ios | Chocobozzz | 2021-12-03 | 2 | -4/+9 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 5 | -20/+38 |
|\| | |||||
| * | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 2 | -15/+18 |
| | | |||||
| * | Fix too long filename video upload | Chocobozzz | 2021-12-03 | 2 | -4/+19 |
| | | |||||
| * | Fix additional extensions admin config description | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | | |||||
* | | Decrease time to cleanup resumable uploads | Chocobozzz | 2021-12-03 | 4 | -35/+21 |
| | | |||||
* | | Fix benchmark ci | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | | |||||
* | | Fix comment | Chocobozzz | 2021-12-03 | 1 | -2/+2 |
| | | |||||
* | | add plugin selector to about/menu elements (#4597) | kontrollanten | 2021-12-03 | 4 | -67/+83 |
| | | | | | | | | | | | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | | Move CI on develop | Chocobozzz | 2021-12-03 | 3 | -11/+5 |
| | | |||||
* | | Remove uneeded function | Chocobozzz | 2021-12-03 | 1 | -4/+0 |
| | | |||||
* | | Fix plugin upgrade | Chocobozzz | 2021-12-03 | 6 | -19/+85 |
| | | | | | | | | Correctly decache all plugin paths | ||||
* | | Fix forgot password button role | Chocobozzz | 2021-12-03 | 1 | -1/+2 |
| | | |||||
* | | Recover HLS video with duration inconsistency | Chocobozzz | 2021-12-03 | 1 | -1/+4 |
| | | | | | | | | With audio longer than video | ||||
* | | Build nightly using github action | Chocobozzz | 2021-12-03 | 10 | -162/+191 |
| | | |||||
* | | Add docker github action | Chocobozzz | 2021-12-03 | 3 | -45/+71 |
| | | |||||
* | | Bumped to version v4.0.0-rc.1 | Chocobozzz | 2021-12-03 | 4 | -2/+77 |
| | | |||||
* | | CLI: plugins install command accept a --plugin-version parameter. (#4599) | John Livingston | 2021-12-03 | 6 | -4/+37 |
|/ | | | | | | | | | | | * CLI: plugins install command accept a --plugin-version parameter. * Unit tests for plugins install --plugin-version. * Fix linting. * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add missing docker credentials env | Chocobozzz | 2021-12-02 | 1 | -0/+4 |
| | |||||
* | Add header Vary Accept-Language (#4588) | kontrollanten | 2021-12-02 | 2 | -7/+11 |
| | | | | | | | | | | | | | | | * nginx: add header Vary Accept-Language solves #3647 * Revert "nginx: add header Vary Accept-Language" This reverts commit 90dccf53247882ad30904e4c950b745c4e859e01. * add resp header Vary Accept-Language solves #3647 * don't add vary header to embed page | ||||
* | Fix audio upload if not enabled by instance | Chocobozzz | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | Don't notify when transcoding ends on manual run | Chocobozzz | 2021-12-01 | 1 | -1/+3 |
| | |||||
* | Bumped to version v4.0.0-rc.1v4.0.0-rc.1 | Chocobozzz | 2021-11-30 | 2 | -2/+2 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | Update release doc | Chocobozzz | 2021-11-30 | 1 | -2/+2 |
| | |||||
* | Correctly escape meta tags | Chocobozzz | 2021-11-30 | 2 | -51/+55 |
| | |||||
* | Update changelog | Chocobozzz | 2021-11-29 | 1 | -0/+6 |
| | |||||
* | Fix build | Chocobozzz | 2021-11-29 | 1 | -1/+1 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 4 | -8/+14 |
| |