Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -80/+0 |
| | | | | Because they need dev dependencies | ||||
* | Add check params account ratings tests | Chocobozzz | 2019-04-09 | 1 | -1/+4 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -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 ↵ | buoyantair | 2018-11-20 | 1 | -1/+1 |
| | | | | move-utils-to-shared | ||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -0/+63 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |