aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-import.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add ability to filter my imports by target URLChocobozzz2022-01-191-4/+16
|
* Fix shared importsChocobozzz2021-12-241-1/+1
|
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Cleanup models directory organizationChocobozzz2021-05-111-2/+2
|
* Painfully debug concurrent import jobsChocobozzz2021-02-091-1/+2
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-8/+7
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Fix import captions testChocobozzz2020-04-151-0/+1
|
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-3/+9
|
* Upgrade sequelizeChocobozzz2019-04-241-4/+4
|
* Update sequelizeChocobozzz2019-04-241-2/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+4
|
* Fix video description when importing by urlChocobozzz2018-09-281-3/+2
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-0/+1
|
* Add import.video.torrent configurationChocobozzz2018-08-081-49/+34
|
* Import torrents with webtorrentChocobozzz2018-08-081-0/+4
|
* Import magnets with webtorrentChocobozzz2018-08-081-1/+14
|
* Add tests regarding video importChocobozzz2018-08-061-2/+2
|
* Correctly handle video import errorsChocobozzz2018-08-061-2/+4
|
* Add ability to list video importsChocobozzz2018-08-061-7/+75
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+105