aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/actor
Commit message (Collapse)AuthorAgeFilesLines
* Refactor model utilsChocobozzz2023-01-106-8/+8
|
* Refactor table attributesChocobozzz2023-01-094-52/+66
|
* Don't inject untrusted inputChocobozzz2022-11-151-2/+2
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Prefer using Object.valuesChocobozzz2022-08-172-4/+3
|
* Add bulk action on following/followersChocobozzz2022-07-271-1/+1
|
* Add rejected state to followsChocobozzz2022-07-272-16/+26
| | | | Prevent reprocessing already rejected follows
* Fix incorrect error logsChocobozzz2022-07-181-1/+1
|
* Fix lintChocobozzz2022-07-131-2/+2
|
* Optimize broadcast job creationChocobozzz2022-06-171-41/+20
|
* Fix avatars in notificationsChocobozzz2022-05-251-0/+3
|
* Convert followers/following in raw SQL queriesChocobozzz2022-05-055-136/+307
| | | | Prevent weird bug in SQL generation
* Refactor AP context builderChocobozzz2022-03-241-1/+1
|
* Remove activitypub helperChocobozzz2022-03-231-1/+1
| | | | Put functions in lib/activitypub instead
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-200/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-163-3/+4
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-2/+1
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* 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
|
* Fix hooks definitionChocobozzz2021-07-011-2/+3
|
* More robust actor image lazy loadChocobozzz2021-06-141-0/+4
|
* Fix video upload with a capitalized extChocobozzz2021-06-081-3/+3
|
* Stricter models typingChocobozzz2021-05-123-4/+7
|
* Cleanup models directory organizationChocobozzz2021-05-113-0/+1520