Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -3/+32 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -0/+9 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | | | | And add some tests | ||||
* | Fix tests | Chocobozzz | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Add server host in notification account field | Chocobozzz | 2019-01-21 | 1 | -0/+1 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -0/+11 |
| | |||||
* | 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 | 1 | -44/+136 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -0/+232 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -6/+10 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 2 | -2/+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 | 4 | -4/+4 |
| | | | | move-utils-to-shared | ||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 5 | -0/+701 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |