Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | | | | And add some tests | ||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 2 | -6/+38 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 6 | -6/+53 |
| | |||||
* | Fix tests | Chocobozzz | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Add server host in notification account field | Chocobozzz | 2019-01-21 | 1 | -0/+1 |
| | |||||
* | Fix tests | Chocobozzz | 2019-01-17 | 1 | -1/+5 |
| | |||||
* | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 2 | -2/+13 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 3 | -0/+35 |
| | |||||
* | Fix socket.io websocket connection | Chocobozzz | 2019-01-09 | 1 | -6/+11 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 2 | -1/+13 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 1 | -6/+107 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 2 | -44/+141 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 3 | -6/+254 |
| | |||||
* | increase waitJobs pendingJobs timeout to 2000 | Josh Morel | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 2 | -10/+39 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | throw error if MailDev doesn't run | Josh Morel | 2018-12-17 | 2 | -18/+75 |
| | | | | also allow calling in multiple file | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Add test regarding tmp directory | Chocobozzz | 2018-12-11 | 2 | -2/+19 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 11 | -13/+113 |
| | | | | 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 | 15 | -17/+20 |
| | | | | move-utils-to-shared | ||||
* | Fix dependency errors between modules | buoyantair | 2018-11-16 | 1 | -2/+0 |
| | |||||
* | Merge from upstream | buoyantair | 2018-11-16 | 2 | -2/+4 |
| | |||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 8 | -9/+9 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 33 | -0/+2901 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |