aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/checker-before-init.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add latency setting supportChocobozzz2022-03-091-2/+2
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* Node 12 is not supported anymoreChocobozzz2022-03-011-5/+1
|
* Possibility to set custom RTMP/RTMPS hostname (#4811)kontrollanten2022-03-011-1/+2
| | | | | | | | | * live: set custom RTMP/RTMPS hostname closes #4786 * dont use webserver.hostname as default * check that rtmp/s.hostname is set
* Add basic video editor supportChocobozzz2022-02-281-1/+1
|
* Deprecate node 12Chocobozzz2021-12-241-0/+4
|
* Node 10 is not supported anymoreChocobozzz2021-12-241-1/+1
|
* Ability for admins to set default upload valuesChocobozzz2021-12-141-0/+1
|
* Add ability to redirect users on external authChocobozzz2021-12-031-0/+1
|
* Refactor video viewsChocobozzz2021-11-091-1/+1
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Support RTMPSChocobozzz2021-11-051-0/+1
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+1
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* esModuleInterop to trueChocobozzz2021-08-271-1/+4
|
* 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
|