PeerTube/shared/core-utils
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 Reorganize shared models 2020-08-07 08:28:14 +02:00
common Safer iframe creation 2021-10-11 11:13:27 +02:00
i18n Support nn and nb locales 2021-12-13 17:06:44 +01:00
plugins Refactor video links builders 2021-07-26 15:04:37 +02:00
renderer Fix image injection for custom markup 2021-06-25 15:11:00 +02:00
users Give moderators access to edit channels (#4608) 2021-12-13 15:29:13 +01:00
utils Improve advanced input filter 2021-11-03 14:23:55 +01:00
videos Add ability to filter out public videos from admin 2021-11-12 14:23:22 +01:00
crypto.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
index.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
path.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
uuid.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00