aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/server
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-6/+30
|
* Add ability to forbid followersChocobozzz2019-04-081-0/+5
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-2/+11
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+7
| | | | | | | | | | | | | | | | | | | | * 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 testsChocobozzz2019-03-181-0/+4
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* Add hls support on serverChocobozzz2019-02-112-1/+9
|
* Fix testsChocobozzz2019-01-171-1/+5
|
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-0/+4
|
* Implement contact form on server sideChocobozzz2019-01-102-0/+31
|
* Add notifications in the clientChocobozzz2019-01-091-1/+2
|
* Add user notification base codeChocobozzz2019-01-091-6/+9
|
* increase waitJobs pendingJobs timeout to 2000Josh Morel2019-01-081-1/+1
|
* Support additional video extensionsChocobozzz2018-12-111-0/+1
|
* Add test regarding tmp directoryChocobozzz2018-12-111-1/+18
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-072-4/+3
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-203-3/+4
| | | | move-utils-to-shared
* Merge from upstreambuoyantair2018-11-161-2/+2
|
* Fix dependency issuesbuoyantair2018-10-292-2/+2
|
* Move utils to /sharedbuoyantair2018-10-298-0/+549
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336