aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/checker.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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