aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/actor/actor-follow.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix SQL queryChocobozzz2023-05-121-2/+2
|
* Set actor preferred name case insensitiveChocobozzz2023-05-111-16/+6
|
* Refactor model utilsChocobozzz2023-01-101-2/+2
|
* Refactor table attributesChocobozzz2023-01-091-1/+13
|
* Prefer using Object.valuesChocobozzz2022-08-171-2/+2
|
* Add bulk action on following/followersChocobozzz2022-07-271-1/+1
|
* Add rejected state to followsChocobozzz2022-07-271-15/+25
| | | | Prevent reprocessing already rejected follows
* Fix lintChocobozzz2022-07-131-2/+2
|
* Convert followers/following in raw SQL queriesChocobozzz2022-05-051-136/+10
| | | | Prevent weird bug in SQL generation
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-120/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ability to view my followersChocobozzz2021-10-201-13/+9
|
* Fix lintChocobozzz2021-10-141-1/+0
|
* Fix user subscription follows countChocobozzz2021-10-141-0/+41
|
* Fix actor follow counts calculationChocobozzz2021-10-131-10/+13
|
* Filter host for channels and playlists searchChocobozzz2021-07-281-1/+1
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-8/+2
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-14/+12
|
* Stricter models typingChocobozzz2021-05-121-2/+3
|
* Cleanup models directory organizationChocobozzz2021-05-111-0/+721