1
0
Fork 0
peertube/server/models
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
..
abuse Inject server config in HTML 2021-05-14 13:37:23 +02:00
account Add mute status in account and channel pages 2021-12-07 09:46:01 +01:00
actor chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
application esModuleInterop to true 2021-08-27 15:12:22 +02:00
oauth Stricter models typing 2021-05-12 14:12:14 +02:00
redundancy Add ability to remove hls/webtorrent files 2021-11-18 09:04:30 +01:00
server Add mute status in account and channel pages 2021-12-07 09:46:01 +01:00
shared Filter host for channels and playlists search 2021-07-28 10:32:40 +02:00
user chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
video chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
migrations.ts Update sequelize 2019-04-24 16:26:20 +02:00
model-cache.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
utils.ts Fix sequelize order typings 2021-10-22 16:40:48 +02:00