aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix CLI buildChocobozzz2022-02-091-1/+1
|
* Add log on user plugin auth conflictChocobozzz2022-02-091-1/+8
|
* Fix import timeout inconsistencyChocobozzz2022-02-094-34/+37
|
* Add additional checks when importing a videoChocobozzz2022-02-093-1/+90
|
* Correctly check import target URL IPChocobozzz2022-02-075-12/+56
|
* Move to peertube feed forkChocobozzz2022-02-072-15/+24
|
* Fix plaintext markdown converterChocobozzz2022-02-045-23/+94
|
* Update changelogChocobozzz2022-02-041-0/+2
|
* Case insensitive search on tagsChocobozzz2022-02-031-1/+1
|
* Add fixme infoChocobozzz2022-02-021-0/+1
|
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-015-18/+118
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-014-7/+36
|
* Convert markdown to html/plain text for feedsChocobozzz2022-01-313-8/+9
|
* Remove fixed workaroundChocobozzz2022-01-211-6/+1
|
* Fix plugin settings manager definitionlutangar2022-01-202-6/+7
| | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location.
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-1/+4
|
* Fix peertube tools authChocobozzz2022-01-203-22/+31
|
* Add ability to filter my imports by target URLChocobozzz2022-01-195-15/+56
|
* Add ability to cancel & delete video importsChocobozzz2022-01-1910-26/+379
|
* Handle quota for 413Chocobozzz2022-01-191-1/+1
|
* 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
| |