Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -0/+4 |
| | |||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 1 | -0/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 2 | -1/+9 |
| | |||||
* | Fix tests | Chocobozzz | 2019-01-17 | 1 | -1/+5 |
| | |||||
* | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -0/+4 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 2 | -0/+31 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -1/+2 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -6/+9 |
| | |||||
* | increase waitJobs pendingJobs timeout to 2000 | Josh Morel | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Add test regarding tmp directory | Chocobozzz | 2018-12-11 | 1 | -1/+18 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 2 | -4/+3 |
| | | | | 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 | 3 | -3/+4 |
| | | | | move-utils-to-shared | ||||
* | Merge from upstream | buoyantair | 2018-11-16 | 1 | -2/+2 |
| | |||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 2 | -2/+2 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 8 | -0/+549 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |