Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 3 | -3/+4 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -2/+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 ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -13/+9 |
| | |||||
* | Fix lint | Chocobozzz | 2021-10-14 | 1 | -1/+0 |
| | |||||
* | Fix user subscription follows count | Chocobozzz | 2021-10-14 | 1 | -0/+41 |
| | |||||
* | Fix actor follow counts calculation | Chocobozzz | 2021-10-13 | 1 | -10/+13 |
| | |||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -8/+2 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -14/+12 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 1 | -2/+3 |
| | |||||
* | More robust actor image lazy load | Chocobozzz | 2021-06-14 | 1 | -0/+4 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -3/+3 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 3 | -4/+7 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 3 | -0/+1520 |