Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly fix build | Chocobozzz | 2023-01-09 | 1 | -1/+0 |
| | |||||
* | Fix build | Chocobozzz | 2023-01-09 | 1 | -1/+1 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -1/+1 |
| | | | | Prefer to replace paths at compile time | ||||
* | refactor(types): create dedicated folder for types package src | lutangar | 2021-12-16 | 1 | -1/+5 |
| | | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory | ||||
* | feat(types): create peertube-types package | lutangar | 2021-12-16 | 1 | -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 server | lutangar | 2021-12-16 | 1 | -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 true | Chocobozzz | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | Introduce abuse command | Chocobozzz | 2021-07-20 | 1 | -0/+1 |
| | |||||
* | Use TS_NODE_FILES instead of --files | Chocobozzz | 2020-06-18 | 1 | -1/+0 |
| | | | | Because --files does not work | ||||
* | Fix tests | Chocobozzz | 2020-06-18 | 1 | -0/+1 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+2 |
| | |||||
* | Use tslib in server | Chocobozzz | 2020-06-09 | 1 | -0/+1 |
| | |||||
* | parseQueryStringFilter cleanup | Chocobozzz | 2020-05-06 | 1 | -1/+3 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -2/+1 |
| | | | | In favour of HLS | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+5 |
| | |||||
* | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 1 | -1/+2 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -2/+1 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -2/+6 |
| | |||||
* | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 1 | -0/+1 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -5/+1 |
| | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 1 | -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-dl | Chocobozzz | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | feature: initial syndication feeds tests for instance-wide feeds | Rigel Kent | 2018-04-26 | 1 | -1/+3 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -0/+2 |
| | |||||
* | Improve video upload guard a little bit | Chocobozzz | 2018-01-25 | 1 | -6/+6 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -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-sequelize | Chocobozzz | 2017-12-13 | 1 | -2/+6 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+19 |