aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to delete history elementChocobozzz2022-01-185-18/+113
|
* Upgrade uploadx dependencyChocobozzz2022-01-183-23/+7
|
* Better 413 error handling in cli scriptChocobozzz2022-01-181-1/+7
|
* Better auth args handling for peertube cliChocobozzz2022-01-181-8/+15
|
* Add simplified/traditional chinese languagesChocobozzz2022-01-171-0/+4
|
* Fix bull redis optionsChocobozzz2022-01-141-3/+9
|
* Upgrade server tools dependenciesChocobozzz2022-01-141-27/+21
|
* Update server dependenciesChocobozzz2022-01-143-4/+8
|
* Increase captions max sizeChocobozzz2022-01-141-1/+1
|
* Add missing mediaType info to AP objectsChocobozzz2022-01-133-0/+5
|
* Fix missing Account.name on getAuthUser return type.John Livingston2022-01-121-0/+3
|
* Fix lintChocobozzz2022-01-101-1/+0
|
* Display all user historyChocobozzz2022-01-101-7/+2
| | | | Not limited to instance federation bubble
* Merge branch 'release/4.0.0' into developChocobozzz2022-01-102-2/+84
|\
| * Don't display comments of private/internal videosrelease/4.0.0Chocobozzz2022-01-102-2/+84
| |
* | Give the ability to define python path for youtube-dl / yt-dlpFlorent2022-01-102-2/+4
| |
* | Fix abuse testChocobozzz2022-01-071-1/+1
| |
* | Fix audio transcoding with video only fileChocobozzz2022-01-063-14/+31
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2022-01-068-22/+132
|\|
| * Prevent caption listing of private videosChocobozzz2022-01-066-22/+86
| |
| * Prevent video import on non unicast ipsChocobozzz2022-01-062-0/+46
| |
* | Remove unnecessary NPM_RUN_BUILD_OPTS docker argChocobozzz2022-01-061-1/+1
| |
* | Stop using tsconfig registerChocobozzz2022-01-0617-63/+26
| | | | | | | | Prefer to replace paths at compile time
* | Fix redis connection timeoutChocobozzz2022-01-041-4/+0
| | | | | | | | | | | | We don't need to start it at this point And it could lead to issues when nodejs is compiling peertube using sync calls
* | Try to fix testsChocobozzz2022-01-041-15/+29
| |
* | Try to fix docker buildChocobozzz2022-01-032-12/+12
| |
* | Move uuid stuff in extra utilsChocobozzz2021-12-2922-23/+32
| | | | | | | | Since it requires an external dependency
* | Translate plugin settingsChocobozzz2021-12-292-0/+5
| |
* | Resolve enums at compile timeChocobozzz2021-12-281-1/+1
| |
* | Fix types package dependenciesChocobozzz2021-12-283-3/+3
| |
* | Fix testsChocobozzz2021-12-283-29/+26
| |
* | Cleanup unavailable remote AP resourceChocobozzz2021-12-284-20/+110
| |
* | Add version to generate types packagesChocobozzz2021-12-281-1/+1
| |
* | Move types package in packages/Chocobozzz2021-12-281-1/+1
| |
* | Increase timeoutChocobozzz2021-12-241-1/+1
| |
* | Update CREDITSChocobozzz2021-12-241-1/+0
| |
* | Upgrade redis depChocobozzz2021-12-243-157/+69
| |
* | Upgrade fast xml parser depChocobozzz2021-12-241-3/+4
| |
* | Deprecate node 12Chocobozzz2021-12-241-0/+4
| |
* | Node 10 is not supported anymoreChocobozzz2021-12-241-1/+1
| |
* | Fix type conflictChocobozzz2021-12-242-9/+9
| |
* | Fix shared importsChocobozzz2021-12-2440-95/+78
| |
* | Fix video import transcodingChocobozzz2021-12-231-2/+2
| |
* | Don't stuck state when move transcoding job failedChocobozzz2021-12-234-14/+44
| |
* | Fix audio only transcodingChocobozzz2021-12-234-15/+24
| |
* | Add video caption created and deleted hookslutangar2021-12-233-0/+22
| |
* | Fix video upload with big previewChocobozzz2021-12-171-1/+5
| |
* | Fix subscriptionsChocobozzz2021-12-171-2/+3
| |
* | Fix internal user subscriptionChocobozzz2021-12-171-2/+2
| |
* | Fix migrationsChocobozzz2021-12-173-13/+47
| |