aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/servers-command.ts
Commit message (Collapse)AuthorAgeFilesLines
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-92/+0
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
| | | | | | | | | | | 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
* Optimize torrent URL updateChocobozzz2021-08-181-1/+5
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+1
|
* Generate random uuid for video filesChocobozzz2021-07-261-0/+9
|
* Upgrade server dependenciesChocobozzz2021-07-221-2/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-1/+1
|
* Shorter server command namesChocobozzz2021-07-201-3/+3
|
* Introduce server commandsChocobozzz2021-07-201-0/+81