PeerTube/server/models/video
lutangar 06aad80165 chore(refactor): remove shared folder dependencies to the server
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
2021-12-16 10:08:43 +01:00
..
formatter chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
sql Add ability to filter out public videos from admin 2021-11-12 14:23:22 +01:00
schedule-video-update.ts
tag.ts
thumbnail.ts
video-blacklist.ts
video-caption.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
video-change-ownership.ts
video-channel.ts
video-comment.ts
video-file.ts Add ability to run transcoding jobs 2021-11-18 15:20:57 +01:00
video-import.ts
video-job-info.ts Fix pending transcoding with failed job 2021-12-03 14:40:29 +01:00
video-live.ts Support RTMPS 2021-11-05 11:38:17 +01:00
video-playlist-element.ts Update torrent metadata on video update 2021-12-08 11:07:19 +01:00
video-playlist.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
video-share.ts
video-streaming-playlist.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
video-tag.ts
video-view.ts
video.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00