aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/users/accounts.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-241-80/+0
| | | | Because they need dev dependencies
* Add check params account ratings testsChocobozzz2019-04-091-1/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+15
| | | | | | | | | | | | * 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
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-1/+1
| | | | move-utils-to-shared
* Fix dependency issuesbuoyantair2018-10-291-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-0/+63
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336