aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-089-39/+103
|\
| * More robust transcoding checkerChocobozzz2022-03-081-1/+1
| |
| * Fix multiple servers testsChocobozzz2022-03-082-3/+3
| |
| * Fix channel testsChocobozzz2022-03-082-6/+6
| |
| * Remove exif tags when processing imagesChocobozzz2022-03-074-10/+59
| |
| * Remove unnecessary commentChocobozzz2022-03-071-1/+0
| |
| * Optimize markdown rendererChocobozzz2022-03-072-22/+38
| |
* | Merge branch 'release/4.1.0' into developChocobozzz2022-03-041-1/+3
|\|
| * Fix live update errorChocobozzz2022-03-041-1/+3
| |
* | Refactor user build and express file middlewaresChocobozzz2022-03-0414-106/+91
| |
* | Refactor a little bit raw sql buildersChocobozzz2022-03-0311-34/+35
| |
* | Fix search index testsChocobozzz2022-03-021-2/+2
| |
* | Node 12 is not supported anymoreChocobozzz2022-03-011-5/+1
| |
* | Fill width of local avatarsChocobozzz2022-03-011-4/+18
| |
* | Possibility to set custom RTMP/RTMPS hostname (#4811)kontrollanten2022-03-013-4/+7
| | | | | | | | | | | | | | | | | | * live: set custom RTMP/RTMPS hostname closes #4786 * dont use webserver.hostname as default * check that rtmp/s.hostname is set
* | 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
|