aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* Correctly fix buildChocobozzz2023-01-091-1/+0
|
* Fix buildChocobozzz2023-01-091-1/+1
|
* Stop using tsconfig registerChocobozzz2022-01-061-1/+1
| | | | Prefer to replace paths at compile time
* refactor(types): create dedicated folder for types package srclutangar2021-12-161-1/+5
| | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
* feat(types): create peertube-types packagelutangar2021-12-161-0/+8
| | | | | | | | | | | | Create dedicated Typescript "types" configuration file for each "projects". Create a types folder which includes every useful ts definition: - client - server - shared Add tooling to create a proper package, extract dependencies, etc... Add CI Github task. refactor(types): publish types package in release script
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-44/+7
| | | | | | | | | | | 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
* forceConsistentCasingInFileNames to trueChocobozzz2021-08-301-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-0/+1
|
* Introduce abuse commandChocobozzz2021-07-201-0/+1
|
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-1/+0
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-181-0/+1
|
* Split types and typingsChocobozzz2020-06-181-1/+2
|
* Use tslib in serverChocobozzz2020-06-091-0/+1
|
* parseQueryStringFilter cleanupChocobozzz2020-05-061-1/+3
|
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+1
| | | | In favour of HLS
* Update server dependenciesChocobozzz2019-10-211-1/+5
|
* Add auto follow instances index supportChocobozzz2019-09-041-1/+2
|
* Add auto follow back support for instancesChocobozzz2019-09-041-2/+1
|
* Stronger model typingsChocobozzz2019-08-191-2/+6
|
* Move CLI dependencies in their own package.jsonChocobozzz2019-05-271-0/+1
|
* Cleanup express locals typingsChocobozzz2019-03-191-5/+1
|
* one cli to unite them allRigel Kent2018-09-141-0/+1
| | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+1
|
* feature: initial syndication feeds tests for instance-wide feedsRigel Kent2018-04-261-1/+3
|
* Add ability to reset our passwordChocobozzz2018-01-301-0/+2
|
* Improve video upload guard a little bitChocobozzz2018-01-251-6/+6
|
* Move job queue to redisChocobozzz2018-01-251-1/+7
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Move models to typescript-sequelizeChocobozzz2017-12-131-2/+6
|
* Convert tests to typescriptChocobozzz2017-09-041-0/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+19