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