Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move zxx to its own group in select-languages component (#4664) | Florian CUNY | 2021-12-24 | 1 | -3/+13 | |
| | | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes | |||||
* | Fix video import transcoding | Chocobozzz | 2021-12-23 | 1 | -2/+2 | |
| | ||||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 9 | -16/+64 | |
| | ||||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 5 | -15/+31 | |
| | ||||||
* | Fix error display for embeds | Chocobozzz | 2021-12-23 | 1 | -0/+6 | |
| | ||||||
* | Updated notification types in openapi reference | Florian CUNY | 2021-12-23 | 1 | -1/+9 | |
| | | | Relates to https://github.com/Chocobozzz/PeerTube/issues/1565 | |||||
* | Add video caption created and deleted hooks | lutangar | 2021-12-23 | 4 | -0/+27 | |
| | ||||||
* | Fix video upload with big preview | Chocobozzz | 2021-12-17 | 1 | -1/+5 | |
| | ||||||
* | Fix subscriptions | Chocobozzz | 2021-12-17 | 1 | -2/+3 | |
| | ||||||
* | Ensure we don't move live to object storage | Chocobozzz | 2021-12-17 | 1 | -0/+5 | |
| | ||||||
* | Ensure plugins are loaded for client route | Chocobozzz | 2021-12-17 | 1 | -0/+5 | |
| | ||||||
* | Fix internal user subscription | Chocobozzz | 2021-12-17 | 1 | -2/+2 | |
| | ||||||
* | Fix search result type auto filter | Chocobozzz | 2021-12-17 | 1 | -3/+3 | |
| | ||||||
* | Fix migrations | Chocobozzz | 2021-12-17 | 3 | -13/+47 | |
| | ||||||
* | Fix build | Chocobozzz | 2021-12-17 | 16 | -14/+25 | |
| | ||||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 202 | -892/+795 | |
| | ||||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 242 | -172/+228 | |
| | ||||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 78 | -133/+91 | |
| | ||||||
* | Cleanup types dist before compilation | Chocobozzz | 2021-12-16 | 1 | -5/+6 | |
| | ||||||
* | Only expose client types dir for peertube-types | Chocobozzz | 2021-12-16 | 1 | -2/+4 | |
| | ||||||
* | Fix generate types package script | Chocobozzz | 2021-12-16 | 2 | -2/+2 | |
| | ||||||
* | Optimize server eslint | Chocobozzz | 2021-12-16 | 2 | -2/+1 | |
| | ||||||
* | Add ffprobe helper | Chocobozzz | 2021-12-16 | 4 | -0/+31 | |
| | ||||||
* | Add videos.getFiles plugin helper | Chocobozzz | 2021-12-16 | 4 | -3/+139 | |
| | ||||||
* | Fix player with audio only resolution | Chocobozzz | 2021-12-16 | 1 | -2/+1 | |
| | ||||||
* | https://builds.joinpeertube.org/release | Chocobozzz | 2021-12-16 | 2 | -3/+12 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-12-16 | 2 | -2/+2 | |
| | ||||||
* | fix plugin storage return value when storing a Json array | lutangar | 2021-12-16 | 3 | -9/+14 | |
| | ||||||
* | Add ability to disable p2p in embed with URL | Chocobozzz | 2021-12-16 | 5 | -14/+46 | |
| | ||||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 12 | -36/+118 | |
| | ||||||
* | Add P2P enabled/disabled in player card | Chocobozzz | 2021-12-16 | 3 | -2/+9 | |
| | ||||||
* | Hide P2P in player if disabled | Chocobozzz | 2021-12-16 | 3 | -3/+20 | |
| | ||||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 59 | -415/+789 | |
| | ||||||
* | Fix videos language tests | Chocobozzz | 2021-12-16 | 1 | -1/+3 | |
| | ||||||
* | Fix some build scripts and lint | Chocobozzz | 2021-12-16 | 6 | -11/+15 | |
| | ||||||
* | Support sourceMaps | Chocobozzz | 2021-12-16 | 2 | -4/+4 | |
| | ||||||
* | refactor(types): create dedicated folder for types package src | lutangar | 2021-12-16 | 20 | -55/+131 | |
| | | | | | | 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 | 18 | -18/+544 | |
| | | | | | | | | | | | | 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 | 78 | -485/+583 | |
| | | | | | | | | | | | 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 | |||||
* | Fix lint | Chocobozzz | 2021-12-14 | 1 | -1/+8 | |
| | ||||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 31 | -89/+467 | |
| | ||||||
* | Increase timeout | Chocobozzz | 2021-12-14 | 1 | -1/+1 | |
| | ||||||
* | Move b frame strategy in transcoding profile | Chocobozzz | 2021-12-14 | 2 | -19/+26 | |
| | | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy | |||||
* | Fix typo. | John Livingston | 2021-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fix AP audience | Chocobozzz | 2021-12-13 | 2 | -2/+2 | |
| | ||||||
* | Fix nn/nb locales | Chocobozzz | 2021-12-13 | 5 | -3606/+3752 | |
| | ||||||
* | Update translations | Chocobozzz | 2021-12-13 | 2 | -8595/+4188 | |
| | ||||||
* | Merge remote-tracking branch 'weblate/develop' into develop | Chocobozzz | 2021-12-13 | 1 | -858/+1042 | |
|\ | ||||||
| * | Translated using Weblate (Czech) | Jiri Podhorecky | 2021-12-13 | 1 | -858/+1042 | |
| | | | | | | | | | | | | | | Currently translated at 98.3% (1853 of 1884 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/cs/ | |||||
* | | Support nn and nb locales | Chocobozzz | 2021-12-13 | 4 | -1/+14 | |
|/ |