aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account-video-rate.ts
Commit message (Collapse)AuthorAgeFilesLines
* Set actor preferred name case insensitiveChocobozzz2023-05-111-2/+4
|
* Refactor model utilsChocobozzz2023-01-101-1/+1
|
* Prefer using Object.valuesChocobozzz2022-08-171-2/+1
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-23/+1
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-21/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix shared importsChocobozzz2021-12-241-3/+2
|
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-16/+14
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-24/+29
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-1/+2
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-6/+6
|
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Type toFormattedJSONChocobozzz2019-08-201-2/+7
|
* Stronger model typingsChocobozzz2019-08-191-7/+14
|
* Automatically remove bad followingsChocobozzz2019-08-061-19/+5
|
* Fix multiple server testsChocobozzz2019-08-011-0/+36
|
* Fix broken playlist apiChocobozzz2019-08-011-2/+2
|
* Update sequelizeChocobozzz2019-04-241-9/+8
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+42
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+28
|
* Check activities hostChocobozzz2018-11-141-3/+57
|
* Optimize SQL queriesChocobozzz2018-07-241-0/+9
|
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-131-2/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-0/+29
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Move models to typescript-sequelizeChocobozzz2017-12-131-53/+44
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-1/+1
|
* Begin activitypubChocobozzz2017-11-271-0/+78