aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account-video-rate.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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