Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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 URL | Chocobozzz | 2022-01-19 | 1 | -4/+16 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -1/+2 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -2/+2 |
| | |||||
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 1 | -1/+2 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -8/+7 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Fix import captions test | Chocobozzz | 2020-04-15 | 1 | -0/+1 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -3/+9 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -4/+4 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -2/+2 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -0/+4 |
| | |||||
* | Fix video description when importing by url | Chocobozzz | 2018-09-28 | 1 | -3/+2 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 1 | -0/+1 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -49/+34 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 1 | -0/+4 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 1 | -1/+14 |
| | |||||
* | Add tests regarding video import | Chocobozzz | 2018-08-06 | 1 | -2/+2 |
| | |||||
* | Correctly handle video import errors | Chocobozzz | 2018-08-06 | 1 | -2/+4 |
| | |||||
* | Add ability to list video imports | Chocobozzz | 2018-08-06 | 1 | -7/+75 |
| | |||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 1 | -0/+105 |