aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add audio only transcoding testsChocobozzz2019-11-251-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 gitlab ci supportChocobozzz2019-07-291-0/+3
|
* Update client dependenciesChocobozzz2019-07-251-0/+4
|
* Fix travis testsChocobozzz2019-07-041-0/+3
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-0/+8
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-0/+1
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* Add hls support on serverChocobozzz2019-02-111-0/+2
|
* Implement contact form on server sideChocobozzz2019-01-101-0/+3
|
* Support additional video extensionsChocobozzz2018-12-111-0/+1
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-1/+1
|
* Fix test configurationChocobozzz2018-10-081-1/+1
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-2/+5
|
* Add redundancy check interval in configChocobozzz2018-09-191-0/+1
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-10/+11
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-1/+1
|
* Fix checker if we don't have redundancy strategiesChocobozzz2018-09-171-3/+3
|
* Add recently added redundancy strategyChocobozzz2018-09-141-0/+4
|
* Add trending videos strategyChocobozzz2018-09-141-0/+3
|
* Basic video redundancy implementationChocobozzz2018-09-131-0/+6
|
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add import.video.torrent configurationChocobozzz2018-08-081-0/+2
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+5
|
* Update default config cacheChocobozzz2018-07-251-0/+6
|
* Fix peertube with google botChocobozzz2018-05-221-0/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-0/+3
| | | | There is a global instance setting and a per user setting
* Add option to disable starttlsChocobozzz2018-03-221-0/+1
|
* Change transcoding default conf optionsChocobozzz2018-02-261-0/+6
|
* Change default loggingChocobozzz2018-02-141-0/+3
|
* Fix email testsChocobozzz2018-01-301-1/+1
|
* Add tests for emailsChocobozzz2018-01-301-0/+8
|
* Refractor peertube videojs pluginChocobozzz2018-01-091-2/+2
|
* Handle HTML is commentsChocobozzz2018-01-041-1/+1
|
* Client: handle multiple file resolutionsChocobozzz2017-10-061-0/+4
|
* Server: add config endpointChocobozzz2017-03-101-0/+3
|
* First version with PostgreSQLChocobozzz2016-12-191-1/+1
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-1/+1
|
* Remove references to ElectronChocobozzz2016-10-131-3/+0
|
* Add debug electron settingChocobozzz2016-05-131-0/+3
|
* SpawnChocobozzz2015-10-291-0/+9