aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
Commit message (Collapse)AuthorAgeFilesLines
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-121-3/+3
| | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
* Add ffmpeg version in config for hls transcodingChocobozzz2019-02-111-0/+1
|
* Add hls support on serverChocobozzz2019-02-111-0/+9
|
* Implement contact form on server sideChocobozzz2019-01-101-1/+6
|
* add Content Security Policy (#1252)Rigel Kent2018-12-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Support additional video extensionsChocobozzz2018-12-111-0/+2
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-1/+3
|
* Check follow constraints when getting a videoChocobozzz2018-11-161-1/+4
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-1/+7
|
* Add redundancy check interval in configChocobozzz2018-09-191-0/+1
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-10/+11
|
* normalize robot.txt and specify test servers as scope of security auditsRigel Kent2018-09-181-1/+1
|
* Add recently added redundancy strategyChocobozzz2018-09-141-0/+4
|
* Add trending videos strategyChocobozzz2018-09-141-0/+3
|
* Basic video redundancy implementationChocobozzz2018-09-131-0/+9
|
* add vulnerability disclosure policyRigel Kent2018-09-061-1/+1
|
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-061-0/+3
|
* Trending by intervalChocobozzz2018-08-311-0/+4
|
* 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
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | * 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 refresh video on searchChocobozzz2018-08-271-0/+5
|
* Add import.video.torrent configurationChocobozzz2018-08-081-0/+2
|
* Add import http enabled configurationChocobozzz2018-08-061-1/+1
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+6
|
* adding ORM pool configurationRigel Kent2018-07-311-0/+2
|
* Update default config cacheChocobozzz2018-07-251-2/+2
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+3
|
* adding redis unix connectionRigel Kent2018-07-141-0/+2
|
* Add warning regarding transcodingChocobozzz2018-06-071-2/+2
|
* Improve Twitter config helpChocobozzz2018-05-311-1/+1
|
* Add help in conf file regarding SMTPChocobozzz2018-05-291-1/+3
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+4
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Allow crawling by defaultChocobozzz2018-05-221-2/+2
|
* feature: db selection in redisRigel Kent2018-05-211-0/+1
| | | | resolves #579
* robots.txt config and routeRigel Kent2018-05-161-0/+4
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+9
| | | | The instance should be whitelisted first
* 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
* Support hostname binding in configPierre-Alain TORET2018-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Prevent brute force login attackChocobozzz2018-03-291-0/+6
|
* Add option to disable starttlsChocobozzz2018-03-221-0/+1
|
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+1
|
* Only use 1 thread for transcoding by defaultChocobozzz2018-02-261-1/+1
|
* Change transcoding default conf optionsChocobozzz2018-02-261-6/+6
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-0/+3
|
* Change default loggingChocobozzz2018-02-141-1/+1
|
* Add default description and default termsChocobozzz2018-02-091-2/+2
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
|
* Add ability to reset our passwordChocobozzz2018-01-301-1/+10
|
* Move job queue to redisChocobozzz2018-01-251-0/+5
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.