aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/checker.ts
Commit message (Collapse)AuthorAgeFilesLines
* adding redis unix connectionRigel Kent2018-07-141-1/+13
|
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-211-1/+24
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+3
| | | | | | 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
* feature: db selection in redisRigel Kent2018-05-211-1/+1
| | | | resolves #579
* robots.txt config and routeRigel Kent2018-05-161-1/+1
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-1/+2
| | | | The instance should be whitelisted first
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-5/+6
| | | | There is a global instance setting and a per user setting
* Support hostname binding in configPierre-Alain TORET2018-04-171-1/+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/+1
|
* Fix error display on edit config in adminChocobozzz2018-03-231-3/+6
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-1/+2
|
* Add ability to reset our passwordChocobozzz2018-01-301-1/+2
|
* Add ability to configure log levelChocobozzz2018-01-191-1/+1
|
* Remove storage.certs from checkerChocobozzz2018-01-151-1/+1
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-10/+10
|
* Follow worksChocobozzz2017-11-271-3/+11
|
* Begin activitypubChocobozzz2017-11-271-1/+1
|
* Use async/await in lib and initializersChocobozzz2017-10-261-24/+22
|
* Fix tests and user quotaChocobozzz2017-09-061-1/+1
|
* Fix config checkerChocobozzz2017-08-261-9/+12
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
|
* Move to promisesChocobozzz2017-07-051-28/+24
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-4/+4
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+84