PeerTube/shared/extra-utils/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
..
accounts-command.ts Add ability to view my followers 2021-10-20 09:25:44 +02:00
actors.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
blocklist-command.ts Add mute status in account and channel pages 2021-12-07 09:46:01 +01:00
index.ts Add ability for instances to follow any actor 2021-07-21 13:35:31 +02:00
login-command.ts Reorganize imports 2021-07-20 15:27:19 +02:00
login.ts Use an object to represent a server 2021-07-20 15:27:18 +02:00
notifications-command.ts Fix typo 2021-11-19 08:26:22 +01:00
notifications.ts Fix typo 2021-11-19 08:26:22 +01:00
subscriptions-command.ts Reorganize imports 2021-07-20 15:27:19 +02:00
users-command.ts Give moderators access to edit channels (#4608) 2021-12-13 15:29:13 +01:00