aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2022-03-011-1/+0
|
* Fix getting avatars in videos listChocobozzz2022-03-012-3/+23
|
* Remove unnecessary codeChocobozzz2022-02-282-18/+3
|
* Create another test suite for transcoding jobsChocobozzz2022-02-288-5/+6
|
* Fix client html performance regressionChocobozzz2022-02-283-6/+16
|
* add filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-283-3/+51
| | | | closes #4775
* Add basic video editor supportChocobozzz2022-02-2879-1195/+3037
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-2884-989/+1664
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix max buffer size for youtube-dlChocobozzz2022-02-221-1/+1
|
* Fix video file storage column consistencyChocobozzz2022-02-222-1/+21
|
* Check video privacy when creating comments/ratesChocobozzz2022-02-224-7/+75
|
* Use local URL for feed guidChocobozzz2022-02-221-12/+14
|
* Increase test timeoutChocobozzz2022-02-101-1/+1
|
* Fix broken depChocobozzz2022-02-094-10/+9
|
* Upgrade tools dependenciesChocobozzz2022-02-091-6/+6
|
* Update server dependenciesChocobozzz2022-02-093-3/+3
|
* 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
|\