aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/checker-before-init.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+1
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* Dissociate frameguard from cspChocobozzz2021-04-121-0/+1
|
* Add new plugin/peertube version notifsChocobozzz2021-03-241-0/+1
|
* Check ffmepg version on startupChocobozzz2021-03-241-3/+2
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+1
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-2/+2
|
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-041-2/+2
|
* Support transcoding profile in client adminChocobozzz2021-01-281-1/+2
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-29/+0
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-2/+3
|
* Prepare changelogChocobozzz2020-12-021-1/+1
|
* Add live transcoding bit rate testsChocobozzz2020-11-251-2/+0
|
* Export encoders options in a dedicated structChocobozzz2020-11-251-11/+18
|
* Add max lives limitChocobozzz2020-11-091-1/+1
|
* Check live duration and sizeChocobozzz2020-11-091-1/+6
|
* First implem global searchChocobozzz2020-06-101-1/+3
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-1/+2
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Check config resolutions keysChocobozzz2020-04-101-0/+2
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-1/+2
|
* Move to eslintcontainChocobozzz2020-02-031-2/+2
|
* Avoid circular error in loggerChocobozzz2019-11-051-2/+2
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-051-1/+1
|
* email object -> email subjectChocobozzz2019-08-221-1/+1
|
* Deprecate Node 8Chocobozzz2019-08-071-1/+15
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+2
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-1/+1
|
* Fix email object/body configurationsChocobozzz2019-06-111-0/+1
|
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-261-1/+2
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* Add ability to delete old remote viewsChocobozzz2019-04-121-1/+2
|
* Add ability to disable trackerChocobozzz2019-04-101-1/+2
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-1/+1
|
* Add ability to forbid followersChocobozzz2019-04-081-1/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Better videos redundancy config error handlingChocobozzz2019-03-191-2/+2
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-1/+1
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-0/+1
| | | | Disable it by default and add ability to specify a custom report uri
* Add isNSFW instance configuration keyChocobozzz2019-02-201-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-1/+1
|
* Implement contact form in the clientChocobozzz2019-01-101-1/+1
|
* Support additional video extensionsChocobozzz2018-12-111-1/+1
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-0/+1
|
* Fix transcodingChocobozzz2018-10-181-4/+4
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+110