PeerTube/server/controllers/api/users
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
..
index.ts Add `req` and `res` as controllers hooks parameters 2021-11-25 09:54:22 +01:00
me.ts Add channel filters for my videos/followers 2021-10-20 09:25:44 +02:00
my-abuses.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
my-blocklist.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
my-history.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
my-notifications.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
my-subscriptions.ts Add mute status in account and channel pages 2021-12-07 09:46:01 +01:00
my-video-playlists.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
token.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00