aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add tests for emailsChocobozzz2018-01-301-0/+8
|
* Add ability to reset our passwordChocobozzz2018-01-302-1/+19
|
* Move job queue to redisChocobozzz2018-01-252-0/+10
| | | | | | | 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.
* Peertube home in /var/www instead of /homeChocobozzz2018-01-231-7/+7
|
* Add ability to configure log levelChocobozzz2018-01-192-0/+6
|
* Remove unused keys in configurationChocobozzz2018-01-158-15/+7
|
* Add github release to release scriptChocobozzz2018-01-151-8/+8
|
* Prepare production workflowChocobozzz2018-01-152-16/+16
|
* Refractor peertube videojs pluginChocobozzz2018-01-091-2/+2
|
* Handle HTML is commentsChocobozzz2018-01-041-1/+1
|
* Add account avatarChocobozzz2017-12-048-0/+8
|
* Update production configuration file exampleChocobozzz2017-10-171-3/+3
|
* Change how we handle resolutionChocobozzz2017-10-091-0/+6
| | | | It was an enum before, now we just use video height
* Client: handle multiple file resolutionsChocobozzz2017-10-066-0/+19
|
* Implement video transcoding on server sideChocobozzz2017-10-031-1/+8
|
* Fix tests and user quotaChocobozzz2017-09-061-1/+1
|
* Begin tests for user quotaChocobozzz2017-09-051-0/+3
|
* Begin user quotaChocobozzz2017-09-042-0/+10
|
* Update production example configurationChocobozzz2017-08-261-0/+5
|
* Add ability to limit user registrationsChocobozzz2017-07-252-0/+4
|
* Add previews cache system between podsChocobozzz2017-07-128-0/+18
|
* Server: add tests to video transcoderChocobozzz2017-05-043-4/+4
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-043-0/+15
|
* Server: add ability to register new userChocobozzz2017-04-091-0/+3
|