Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -1/+35 |
| | |||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-04-22 | 1 | -4/+14 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -3/+6 |
| | |||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -9/+1 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | | | | Since it requires an external dependency | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -2/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Add upload/import/go live video attributes hooks | Chocobozzz | 2021-12-10 | 1 | -1/+3 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -1/+1 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -3/+4 |
| | |||||
* | createThumbnail -> updateThumbnail | Chocobozzz | 2021-06-04 | 1 | -2/+2 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -1/+2 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 1 | -0/+3 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -2/+2 |
| | |||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -2/+8 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 1 | -6/+31 |
| | |||||
* | Refactor video creation | Chocobozzz | 2020-11-09 | 1 | -25/+15 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+116 |