aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/server/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-241-156/+0
| | | | Because they need dev dependencies
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-1/+2
|
* Add ability to forbid followersChocobozzz2019-04-081-0/+5
|
* 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 isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* Add hls support on serverChocobozzz2019-02-111-0/+3
|
* Implement contact form on server sideChocobozzz2019-01-101-0/+3
|
* Support additional video extensionsChocobozzz2018-12-111-0/+1
|
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-1/+1
| | | | move-utils-to-shared
* Fix dependency issuesbuoyantair2018-10-291-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-0/+135
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336