aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account-blocklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor model utilsChocobozzz2023-01-101-1/+1
|
* Fix searching in blocklistChocobozzz2022-06-171-0/+14
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-46/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Add mute status in account and channel pagesChocobozzz2021-12-071-3/+37
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-5/+4
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-5/+5
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* First implem global searchChocobozzz2020-06-101-0/+38
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-2/+2
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-6/+26
|
* Cleanup server fixmeChocobozzz2020-01-281-1/+1
|
* Don't notify on muted instanceChocobozzz2019-12-191-5/+0
|
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-2/+4
|
* Upgrade sequelizeChocobozzz2019-04-241-5/+5
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-4/+20
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+15
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-4/+4
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+111