1
0
Fork 0
peertube/server/helpers/custom-validators
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 Optimize AP fetch 2021-11-16 10:28:31 +01:00
abuses.ts
accounts.ts
actor-images.ts
bulk.ts
feeds.ts
follows.ts Add ability for instances to follow any actor 2021-07-21 13:35:31 +02:00
jobs.ts
logs.ts
misc.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
plugins.ts
search.ts Add ability to filter my videos by live 2021-05-03 16:42:15 +02:00
servers.ts Add ability for instances to follow any actor 2021-07-21 13:35:31 +02:00
user-notifications.ts
users.ts Allow accounts to skip account setup modal 2021-08-27 10:15:55 +02:00
video-blacklist.ts
video-captions.ts
video-channels.ts Fix backend channel name validator consistency 2021-08-05 13:54:35 +02:00
video-comments.ts Move middleware utils in middlewares 2021-06-03 18:03:36 +02:00
video-imports.ts Move middleware utils in middlewares 2021-06-03 18:03:36 +02:00
video-ownership.ts Refactor requests 2021-07-20 15:27:18 +02:00
video-playlists.ts
video-rates.ts
video-redundancies.ts
video-transcoding.ts Add ability to run transcoding jobs 2021-11-18 15:20:57 +01:00
videos.ts Deprecate filter video query 2021-10-29 11:48:21 +02:00
webfinger.ts