Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -1/+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> | ||||
* | 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 | -1/+1 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -1/+12 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -10/+9 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Optimize sql requests on broadcast | Chocobozzz | 2020-03-19 | 1 | -53/+36 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -6/+8 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -13/+5 |
| | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 1 | -9/+20 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -5/+5 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Restore videos list components | Chocobozzz | 2019-04-02 | 1 | -2/+1 |
| | |||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 1 | -0/+14 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Fix offset/limit on some SQL queries :facepalm: | Chocobozzz | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | Correctly forward video related activities | Chocobozzz | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Refractor and optimize AP collections | Chocobozzz | 2018-05-25 | 1 | -0/+13 |
| | | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes | ||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -0/+9 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -1/+27 |
| | |||||
* | Don't rehost announced video activities | Chocobozzz | 2018-01-26 | 1 | -1/+14 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 1 | -0/+40 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -16/+16 |
| | |||||
* | Use sequelize scopes | Chocobozzz | 2017-12-14 | 1 | -6/+30 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -62/+56 |
| | |||||
* | Put activity pub sends inside transactions | Chocobozzz | 2017-11-30 | 1 | -4/+6 |
| | |||||
* | Add shares forward and collection on videos/video channels | Chocobozzz | 2017-11-27 | 1 | -1/+15 |
| | |||||
* | Federate video update | Chocobozzz | 2017-11-27 | 1 | -2/+21 |
| | |||||
* | Handle announces in inbox | Chocobozzz | 2017-11-27 | 1 | -0/+49 |