aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix test configurationChocobozzz2018-10-081-1/+1
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-243-4/+19
|
* Add redundancy check interval in configChocobozzz2018-09-193-0/+3
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-193-30/+33
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-1/+1
|
* normalize robot.txt and specify test servers as scope of security auditsRigel Kent2018-09-182-2/+2
|
* Fix checker if we don't have redundancy strategiesChocobozzz2018-09-171-3/+3
|
* Add recently added redundancy strategyChocobozzz2018-09-143-0/+12
|
* Add trending videos strategyChocobozzz2018-09-143-0/+9
|
* Basic video redundancy implementationChocobozzz2018-09-133-0/+24
|
* add vulnerability disclosure policyRigel Kent2018-09-062-2/+2
|
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-062-0/+6
|
* Trending by intervalChocobozzz2018-08-312-0/+8
|
* add user account email verificiation (#977)Josh Morel2018-08-313-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-282-0/+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 ability to search video channelsChocobozzz2018-08-271-1/+1
|
* Add refresh video on searchChocobozzz2018-08-272-0/+9
|
* Add import.video.torrent configurationChocobozzz2018-08-083-0/+6
|
* Add import http enabled configurationChocobozzz2018-08-063-1/+12
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+6
|
* adding ORM pool configurationRigel Kent2018-07-312-0/+4
|
* Update default config cacheChocobozzz2018-07-253-3/+11
|
* Implement captions/subtitlesChocobozzz2018-07-168-0/+10
|
* adding redis unix connectionRigel Kent2018-07-142-1/+5
|
* Add warning regarding transcodingChocobozzz2018-06-072-4/+5
|
* Improve Twitter config helpChocobozzz2018-05-312-2/+2
|
* Add help in conf file regarding SMTPChocobozzz2018-05-292-4/+6
|
* feature: IP filtering on signup pageRigel Kent2018-05-222-0/+8
| | | | | | 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-222-4/+4
|
* Fix peertube with google botChocobozzz2018-05-221-0/+1
|
* feature: db selection in redisRigel Kent2018-05-212-0/+2
| | | | resolves #579
* robots.txt config and routeRigel Kent2018-05-162-0/+8
|
* Add ability to embed a video in TwitterChocobozzz2018-05-112-0/+18
| | | | The instance should be whitelisted first
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-193-0/+9
| | | | There is a global instance setting and a per user setting
* Support hostname binding in configPierre-Alain TORET2018-04-172-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Misc. typosluz.paz2018-03-301-1/+1
| | | Found via `codespell -q 3`
* Prevent brute force login attackChocobozzz2018-03-292-0/+12
|
* Prepare building docker files on docker hubChocobozzz2018-03-231-0/+3
|
* Add option to disable starttlsChocobozzz2018-03-223-0/+3
|
* Add short description in configChocobozzz2018-03-152-0/+2
|
* Add ability to change the homepageChocobozzz2018-03-012-0/+2
|
* Fix typoChocobozzz2018-02-271-1/+1
|
* Add warning in production.yamlChocobozzz2018-02-271-0/+13
| | | | To avoid confusion with the local-production.json file
* Only use 1 thread for transcoding by defaultChocobozzz2018-02-262-2/+2
|
* Change transcoding default conf optionsChocobozzz2018-02-263-12/+18
|
* Add ability to add custom css/javascriptChocobozzz2018-02-222-0/+6
|
* Change default loggingChocobozzz2018-02-143-2/+5
|
* Add default description and default termsChocobozzz2018-02-091-2/+2
|
* Add new name/terms/description config optionsChocobozzz2018-01-312-0/+10
|
* Fix email testsChocobozzz2018-01-301-1/+1
|