aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-playlist-element.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Update torrent metadata on video updateChocobozzz2021-12-081-1/+1
|
* Fix unused parameterChocobozzz2021-11-161-1/+0
|
* Stricter models typingChocobozzz2021-05-121-2/+4
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-17/+16
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-12/+9
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Fix internal videos in playlistsChocobozzz2020-03-201-1/+4
|
* Move to eslintcontainChocobozzz2020-02-031-4/+4
|
* Update validator dependencyChocobozzz2020-01-071-1/+1
|
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+6
|
* Type toFormattedJSONChocobozzz2019-08-201-6/+13
|
* Stronger model typingsChocobozzz2019-08-191-5/+8
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+18
|
* Fix broken playlist apiChocobozzz2019-08-011-4/+99
|
* Update sequelizeChocobozzz2019-04-241-10/+10
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add playlist rest testsChocobozzz2019-03-181-6/+4
|
* Add playlist check param testsChocobozzz2019-03-181-1/+2
|
* Playlist server APIChocobozzz2019-03-181-0/+231