PeerTube/server/lib
kontrollanten d0800f7661
Implement avatar miniatures (#4639)
* 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>
2022-02-28 08:34:43 +01:00
..
activitypub Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
auth Fix broken dep 2022-02-09 17:48:15 +01:00
emails Add new plugin/peertube version notifs 2021-03-24 18:18:41 +01:00
files-cache Process slow followers in unicast job queue 2021-10-13 11:47:32 +02:00
job-queue Fix import timeout inconsistency 2022-02-09 11:54:18 +01:00
live Remove unnecessary NPM_RUN_BUILD_OPTS docker arg 2022-01-06 10:37:55 +01:00
model-loaders Refactor include checks 2021-06-11 14:26:37 +02:00
notifier Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
object-storage Fix HLS re transcoding with object storage enabled 2022-02-01 14:19:44 +01:00
plugins Fix plugin settings manager definition 2022-01-20 13:43:20 +01:00
schedulers Decrease time to cleanup resumable uploads 2021-12-03 14:01:38 +01:00
transcoding Fix audio only transcoding 2021-12-23 10:57:55 +01:00
actor-follow-health-cache.ts Fix actor follow counts calculation 2021-10-13 16:18:42 +02:00
actor-image.ts Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
blocklist.ts Add mute status in account and channel pages 2021-12-07 09:46:01 +01:00
client-html.ts Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
emailer.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
hls.ts Fix HLS re transcoding with object storage enabled 2022-02-01 14:19:44 +01:00
local-actor.ts Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
moderation.ts No notification on moderator abuse 2021-12-09 14:27:32 +01:00
paths.ts Move uuid stuff in extra utils 2021-12-29 14:44:58 +01:00
peertube-socket.ts Refactor video views 2021-11-09 15:00:31 +01:00
redis.ts Add fixme info 2022-02-02 09:20:40 +01:00
redundancy.ts Better logs for redundancy 2021-08-26 11:02:41 +02:00
search.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
server-config-manager.ts Translate plugin settings 2021-12-29 14:08:07 +01:00
signup.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
stat-manager.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
thumbnail.ts Add ability to run transcoding jobs 2021-11-18 15:20:57 +01:00
uploadx.ts Upgrade uploadx dependency 2022-01-18 10:47:26 +01:00
user.ts Move uuid stuff in extra utils 2021-12-29 14:44:58 +01:00
video-blacklist.ts Refactor live manager 2021-06-17 08:47:03 +02:00
video-channel.ts Refactor AP actors 2021-06-03 16:40:32 +02:00
video-comment.ts Add `req` and `res` as controllers hooks parameters 2021-11-25 09:54:22 +01:00
video-path-manager.ts Move uuid stuff in extra utils 2021-12-29 14:44:58 +01:00
video-playlist.ts Fix incorrect IDs in AP federation 2020-11-20 11:21:08 +01:00
video-state.ts Don't stuck state when move transcoding job failed 2021-12-23 11:13:06 +01:00
video-urls.ts Add support for saving video files to object storage (#4290) 2021-08-17 08:26:20 +02:00
video-views.ts Test and log request retries 2021-11-16 11:34:24 +01:00
video.ts Prevent HLS transcoding after webtorrent transcoding 2022-02-01 11:27:38 +01:00