PeerTube/server/controllers
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
..
activitypub Give moderators access to edit channels (#4608) 2021-12-13 15:29:13 +01:00
api chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
bots.ts Add video file size info in admin videos list 2021-10-29 11:48:21 +02:00
client.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
download.ts Add ability to run transcoding jobs 2021-11-18 15:20:57 +01:00
feeds.ts Add video file size info in admin videos list 2021-10-29 11:48:21 +02:00
index.ts Dissociate video file names and video uuid 2021-02-18 13:38:09 +01:00
lazy-static.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
live.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
plugins.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
services.ts Fix iframe allow-popups for oembed 2021-12-07 11:06:35 +01:00
static.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
tracker.ts forceConsistentCasingInFileNames to true 2021-08-30 09:37:18 +02:00
webfinger.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00