Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 1 | -1/+2 |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | ||||
* | Prevent broken transcoding with audio only input | Chocobozzz | 2022-11-14 | 1 | -2/+10 |
| | |||||
* | Fix audio file merge | Chocobozzz | 2022-07-12 | 1 | -1/+10 |
| | | | | | Image streams are considered as video streams by ffmpeg Filter out image codec name | ||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -55/+41 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 1 | -0/+7 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -0/+180 |
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 |