aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Update openapi versionChocobozzz2023-08-171-0/+1
|
* Fix broken linksChocobozzz2023-08-172-6/+6
|
* Migrate server to ESMChocobozzz2023-08-115-46/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the very big commit that may lead to git log issues and merge conflicts, but it's a major step forward: * Server can be faster at startup because imports() are async and we can easily lazy import big modules * Angular doesn't seem to support ES import (with .js extension), so we had to correctly organize peertube into a monorepo: * Use yarn workspace feature * Use typescript reference projects for dependencies * Shared projects have been moved into "packages", each one is now a node module (with a dedicated package.json/tsconfig.json) * server/tools have been moved into apps/ and is now a dedicated app bundled and published on NPM so users don't have to build peertube cli tools manually * server/tests have been moved into packages/ so we don't compile them every time we want to run the server * Use isolatedModule option: * Had to move from const enum to const (https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums) * Had to explictely specify "type" imports when used in decorators * Prefer tsx (that uses esbuild under the hood) instead of ts-node to load typescript files (tests with mocha or scripts): * To reduce test complexity as esbuild doesn't support decorator metadata, we only test server files that do not import server models * We still build tests files into js files for a faster CI * Remove unmaintained peertube CLI import script * Removed some barrels to speed up execution (less imports)
* Fix buildChocobozzz2023-07-102-4/+6
|
* Fix CI testsChocobozzz2023-06-291-0/+1
|
* Add missing tests env docChocobozzz2023-05-261-0/+2
|
* Remove $ for bash commandsChocobozzz2023-04-044-23/+23
| | | | It prevents easy copy
* Add custom sequelize model types documentationChocobozzz2023-03-161-0/+8
|
* Add server code new feature walkthroughChocobozzz2023-03-161-0/+74
|
* Fix E2E with firefoxChocobozzz2023-02-271-1/+1
|
* Update release.md processChocobozzz2022-09-131-0/+1
|
* Add @peertube/embed-api release docChocobozzz2022-09-091-0/+12
|
* Allow continusously printing logs through tail and parse-logFlorent2022-08-161-0/+13
|
* document parallel depedency and how to install itFlorent2022-08-011-1/+7
| | | Also document how to install exiftool
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-081-1/+7
|\
| * Remove exif tags when processing imagesChocobozzz2022-03-071-1/+7
| |
* | Improve benchmark script CLI optionsChocobozzz2022-02-281-1/+7
|/
* Add version to generate types packagesChocobozzz2021-12-281-2/+2
|
* Fix generate types package scriptChocobozzz2021-12-161-1/+1
|
* https://builds.joinpeertube.org/releaseChocobozzz2021-12-161-0/+1
|
* Fix some build scripts and lintChocobozzz2021-12-161-7/+9
|
* feat(types): create peertube-types packagelutangar2021-12-161-0/+13
| | | | | | | | | | | | 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
* Ability for admins to set default upload valuesChocobozzz2021-12-141-7/+1
|
* Fix tests docChocobozzz2021-12-131-1/+1
|
* Build nightly using github actionChocobozzz2021-12-031-0/+40
|
* Update release docChocobozzz2021-11-301-2/+2
|
* Fix E2E testsChocobozzz2021-11-241-1/+1
|
* Update localization docChocobozzz2021-11-151-1/+3
|
* Update xliffmergeChocobozzz2021-11-151-1/+2
|
* Improve tests documentationChocobozzz2021-11-021-13/+28
|
* Improve release docChocobozzz2021-09-091-1/+1
|
* Add dev lib documentationChocobozzz2021-09-071-0/+10
|
* Fix NSFW filter and add testsChocobozzz2021-09-031-0/+15
|
* Improve e2e workflow and add docChocobozzz2021-09-021-0/+72
|
* Add monitoring dev docChocobozzz2021-05-101-0/+17
|
* Update yarn lockChocobozzz2021-03-241-1/+1
|
* Update changelogChocobozzz2021-03-041-1/+1
|
* Remove references to peertube-admin mailing listChocobozzz2020-12-151-1/+1
|
* Use update i18n command instead of generateChocobozzz2020-08-241-3/+1
|
* Add kab and vi localesChocobozzz2020-06-041-1/+1
|
* Update FAQChocobozzz2020-05-141-5/+7
|
* Update localization dev guideChocobozzz2019-11-131-17/+11
|
* Forgot a mention in changelogChocobozzz2019-11-131-1/+1
|
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
|
* Update URLs to point to new documentation siteChocobozzz2019-05-237-129/+0
|
* Fix e2e testsChocobozzz2019-05-141-0/+1
|
* Document how I do releasesChocobozzz2019-05-141-0/+19
|
* Add doc on how to add a new language to peertubeChocobozzz2019-05-141-0/+7
|
* migrate Swagger 2.0 spec to OpenAPI 3.0.0Rigel Kent2018-11-151-5/+5
|
* Updated components treeJorropo2018-07-265-2/+4
|