Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (breaking): Always list nsfw videos in playlists | Chocobozzz | 2023-01-19 | 1 | -20/+19 |
| | | | | | | Keep the same behaviour as unlisted videos The frontend is in charge to blur the video element if the nsfw setting is "hide" or "blur" | ||||
* | Refactor model utils | Chocobozzz | 2023-01-10 | 1 | -1/+1 |
| | |||||
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 1 | -8/+13 |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | ||||
* | Fix AP element with deleted video federation | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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 directory | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -1/+1 |
| | |||||
* | Fix unused parameter | Chocobozzz | 2021-11-16 | 1 | -1/+0 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -2/+4 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -17/+16 |
| | |||||
* | Add ability to a video multiple times in a playlist | Chocobozzz | 2020-08-19 | 1 | -12/+9 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Fix internal videos in playlists | Chocobozzz | 2020-03-20 | 1 | -1/+4 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -4/+4 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -2/+6 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -6/+13 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -5/+8 |
| | |||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 1 | -0/+18 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -4/+99 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -10/+10 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -6/+4 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 1 | -1/+2 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -0/+231 |