aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-241-26/+0
| | | | Because they need dev dependencies
* Try to improve server tests compilation speedChocobozzz2019-04-111-1/+0
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+1
| | | | | | | | | | | | * 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
* Add playlist check param testsChocobozzz2019-03-181-1/+2
|
* Add hls support on serverChocobozzz2019-02-111-0/+2
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-0/+5
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Fix dependency errors between modulesbuoyantair2018-11-161-2/+0
|
* Merge from upstreambuoyantair2018-11-161-0/+2
|
* Move utils to /sharedbuoyantair2018-10-291-0/+18
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336