Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 3 | -267/+0 |
| | | | | Because they need dev dependencies | ||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | Add request body limit | Chocobozzz | 2019-02-21 | 1 | -0/+5 |
| | |||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -3/+5 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -3/+10 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 2 | -2/+45 |
| | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
* | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 1 | -1/+1 |
| | | | | move-utils-to-shared | ||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 2 | -0/+208 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |