Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix plugin settings manager definition | lutangar | 2022-01-20 | 1 | -2/+3 |
| | | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location. | ||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -4/+4 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 2 | -14/+27 |
| | |||||
* | Upgrade uploadx dependency | Chocobozzz | 2022-01-18 | 1 | -2/+6 |
| | |||||
* | Fix bull redis options | Chocobozzz | 2022-01-14 | 1 | -3/+9 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-01-14 | 1 | -2/+4 |
| | |||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -9/+16 |
| | |||||
* | Remove unnecessary NPM_RUN_BUILD_OPTS docker arg | Chocobozzz | 2022-01-06 | 1 | -1/+1 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -2/+3 |
| | | | | Prefer to replace paths at compile time | ||||
* | Try to fix tests | Chocobozzz | 2022-01-04 | 1 | -15/+29 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 5 | -5/+8 |
| | | | | Since it requires an external dependency | ||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -0/+3 |
| | |||||
* | Fix tests | Chocobozzz | 2021-12-28 | 1 | -24/+14 |
| | |||||
* | Cleanup unavailable remote AP resource | Chocobozzz | 2021-12-28 | 2 | -17/+45 |
| | |||||
* | Update CREDITS | Chocobozzz | 2021-12-24 | 1 | -1/+0 |
| | |||||
* | Upgrade redis dep | Chocobozzz | 2021-12-24 | 2 | -134/+42 |
| | |||||
* | Fix type conflict | Chocobozzz | 2021-12-24 | 1 | -7/+7 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 7 | -15/+12 |
| | |||||
* | Fix video import transcoding | Chocobozzz | 2021-12-23 | 1 | -2/+2 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 2 | -13/+27 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 2 | -5/+12 |
| | |||||
* | Fix video upload with big preview | Chocobozzz | 2021-12-17 | 1 | -1/+5 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 3 | -3/+3 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 8 | -11/+8 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 2 | -2/+2 |
| | |||||
* | Add ffprobe helper | Chocobozzz | 2021-12-16 | 1 | -0/+5 |
| | |||||
* | Add videos.getFiles plugin helper | Chocobozzz | 2021-12-16 | 1 | -2/+53 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 2 | -2/+7 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 2 | -0/+4 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 11 | -13/+16 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 2 | -3/+13 |
| | |||||
* | Move b frame strategy in transcoding profile | Chocobozzz | 2021-12-14 | 1 | -8/+19 |
| | | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy | ||||
* | Fix AP audience | Chocobozzz | 2021-12-13 | 2 | -2/+2 |
| | |||||
* | Handle channel owner update of remote server | Chocobozzz | 2021-12-13 | 4 | -21/+30 |
| | |||||
* | No notification on moderator abuse | Chocobozzz | 2021-12-09 | 2 | -13/+25 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
|\ | |||||
| * | Fix live log tags | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 2 | -4/+4 |
| | | |||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 1 | -13/+14 |
|\| | |||||
| * | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 1 | -13/+14 |
| | | |||||
* | | Decrease time to cleanup resumable uploads | Chocobozzz | 2021-12-03 | 2 | -28/+17 |
| | | |||||
* | | Fix comment | Chocobozzz | 2021-12-03 | 1 | -2/+2 |
| | | |||||
* | | Remove uneeded function | Chocobozzz | 2021-12-03 | 1 | -4/+0 |
| | | |||||
* | | Fix plugin upgrade | Chocobozzz | 2021-12-03 | 1 | -4/+4 |
|/ | | | | Correctly decache all plugin paths | ||||
* | Add header Vary Accept-Language (#4588) | kontrollanten | 2021-12-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Don't notify when transcoding ends on manual run | Chocobozzz | 2021-12-01 | 1 | -1/+3 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | Correctly escape meta tags | Chocobozzz | 2021-11-30 | 1 | -51/+54 |
| |