aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+3
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+16
|
* First implem global searchChocobozzz2020-06-101-0/+12
|
* Support broadcast messagesChocobozzz2020-05-291-0/+6
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+1
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Add ability to disable webtorrentChocobozzz2019-11-251-0/+24
| | | | In favour of HLS
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+1
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Add auto follow back support for instancesChocobozzz2019-09-041-2/+21
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+3
|
* Fix notification overflowChocobozzz2019-06-131-1/+2
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-4/+4
|
* Cleanup testsChocobozzz2019-04-241-9/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* 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
|
* check email enabled for requiresEmailVer configJosh Morel2019-02-181-0/+19
|
* 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
|
* Move utils to /sharedbuoyantair2018-10-291-1/+1
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Add import.video.torrent configurationChocobozzz2018-08-081-0/+3
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+7
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+3
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+6
| | | | The instance should be whitelisted first
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+18
| | | | There is a global instance setting and a per user setting
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+1
|
* Add stats routeChocobozzz2018-02-281-1/+1
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-1/+5
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+152