aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add ability to configure log levelChocobozzz2018-01-191-0/+3
|
* Remove unused keys in configurationChocobozzz2018-01-151-1/+0
|
* Prepare production workflowChocobozzz2018-01-151-8/+8
|
* Add account avatarChocobozzz2017-12-041-0/+1
|
* Implement video transcoding on server sideChocobozzz2017-10-031-1/+8
|
* Begin user quotaChocobozzz2017-09-041-0/+5
|
* Add ability to limit user registrationsChocobozzz2017-07-251-0/+1
|
* Add previews cache system between podsChocobozzz2017-07-121-0/+5
|
* Server: add tests to video transcoderChocobozzz2017-05-041-1/+1
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-041-0/+6
|
* Server: add config endpointChocobozzz2017-03-101-0/+3
|
* Add email to podsChocobozzz2017-02-161-0/+3
|
* Add hint about database name in config filesLuc Didry2017-01-161-0/+1
|
* Server: add video abuse supportChocobozzz2017-01-041-2/+2
|
* Update migrations codeChocobozzz2016-12-251-0/+2
|
* First version with PostgreSQLChocobozzz2016-12-191-2/+2
|
* Server: add video previewChocobozzz2016-11-161-0/+1
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-2/+2
|
* Server: Uploads -> VideosChocobozzz2016-10-211-1/+1
|
* Remove references to ElectronChocobozzz2016-10-131-3/+0
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-021-3/+0
|\
| * Server: make friends urls come from the request instead of theChocobozzz2016-08-201-3/+0
| | | | | | | | configuration file
* | First draft using only webseed for serverChocobozzz2016-07-271-0/+1
|/
* Add debug electron settingChocobozzz2016-05-131-0/+3
|
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-0/+1
|
* Use scripty instead of writing shell commands in package.jsonChocobozzz2016-04-301-1/+1
|