aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/actor
Commit message (Collapse)AuthorAgeFilesLines
* Move typescript utils in its own directoryChocobozzz2021-12-163-3/+4
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-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 followersChocobozzz2021-10-201-13/+9
|
* Fix lintChocobozzz2021-10-141-1/+0
|
* Fix user subscription follows countChocobozzz2021-10-141-0/+41
|
* Fix actor follow counts calculationChocobozzz2021-10-131-10/+13
|
* Filter host for channels and playlists searchChocobozzz2021-07-281-1/+1
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-8/+2
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-14/+12
|
* Fix hooks definitionChocobozzz2021-07-011-2/+3
|
* More robust actor image lazy loadChocobozzz2021-06-141-0/+4
|
* Fix video upload with a capitalized extChocobozzz2021-06-081-3/+3
|
* Stricter models typingChocobozzz2021-05-123-4/+7
|
* Cleanup models directory organizationChocobozzz2021-05-113-0/+1520