aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
...
* Node 12 is not supported anymoreChocobozzz2022-03-011-5/+1
|
* Possibility to set custom RTMP/RTMPS hostname (#4811)kontrollanten2022-03-013-4/+7
| | | | | | | | | * live: set custom RTMP/RTMPS hostname closes #4786 * dont use webserver.hostname as default * check that rtmp/s.hostname is set
* Fix client html performance regressionChocobozzz2022-02-281-1/+3
|
* Add basic video editor supportChocobozzz2022-02-285-84/+139
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-11/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix video file storage column consistencyChocobozzz2022-02-222-1/+21
|
* Fix import timeout inconsistencyChocobozzz2022-02-091-1/+1
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-1/+3
|
* Add simplified/traditional chinese languagesChocobozzz2022-01-171-0/+4
|
* Increase captions max sizeChocobozzz2022-01-141-1/+1
|
* Give the ability to define python path for youtube-dl / yt-dlpFlorent2022-01-101-1/+2
|
* Move uuid stuff in extra utilsChocobozzz2021-12-293-3/+3
| | | | Since it requires an external dependency
* Cleanup unavailable remote AP resourceChocobozzz2021-12-281-3/+12
|
* Deprecate node 12Chocobozzz2021-12-241-0/+4
|
* Node 10 is not supported anymoreChocobozzz2021-12-241-1/+1
|
* Fix shared importsChocobozzz2021-12-241-1/+1
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-1/+2
|
* Fix migrationsChocobozzz2021-12-171-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-174-5/+4
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-162-2/+7
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-164-1/+26
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-165-5/+7
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Ability for admins to set default upload valuesChocobozzz2021-12-142-1/+11
|
* Added "zxx" (no linguistic content) in available video languages (#4631)Florian CUNY2021-12-131-1/+3
| | | | | | | | | | | | | * Added "zxx" (no linguistic content) in available video languages Implements https://github.com/Chocobozzz/PeerTube/issues/1489 * FIx lint * Fix lint * Put other languages below instance languages Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to redirect users on external authChocobozzz2021-12-032-0/+6
|
* Decrease time to cleanup resumable uploadsChocobozzz2021-12-031-1/+1
|
* Fix plugin upgradeChocobozzz2021-12-031-2/+2
| | | | Correctly decache all plugin paths
* Fix redundancy timeoutChocobozzz2021-11-291-2/+7
|
* Refactor video viewsChocobozzz2021-11-093-12/+14
| | | | | | | | 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
* video: add video stranscoding_failed statekontrollanten2021-11-091-1/+2
|
* Support RTMPSChocobozzz2021-11-054-1/+26
|
* Added 144p encoding (#4492)Florian CUNY2021-11-052-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-263-5/+4
| | | | | | | | | | | | | | | * 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'
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+3
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove sync call in loggerChocobozzz2021-10-221-1/+0
| | | | Winston already does it
* Completely remove torrent static pathChocobozzz2021-10-221-1/+0
|
* Constants consistencyChocobozzz2021-10-221-19/+19
|
* Rewrite youtube-dl importChocobozzz2021-10-222-5/+15
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Breaking: fix inconsistencies in configurationChocobozzz2021-10-201-3/+3
|
* Add ability to view my followersChocobozzz2021-10-201-0/+3
|
* Refactor sort middlewaresChocobozzz2021-10-201-2/+2
|
* Fix admin edition disabling featureChocobozzz2021-10-141-3/+3
|
* Process slow followers in unicast job queueChocobozzz2021-10-131-4/+4
|
* Fix check after init scriptChocobozzz2021-10-131-6/+6
|
* Rename config keyChocobozzz2021-10-121-1/+1
|
* add option to always show channel display name (#4422)kontrollanten2021-10-121-0/+9
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-121-1/+1
|\
| * Don't use min FPS, throw insteadChocobozzz2021-10-121-1/+1
| | | | | | | | Avoir creating a big output from a very low FPS input file
| * Remove unused commentsChocobozzz2021-10-081-1/+0
| |
* | Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-8/+23
| | | | | | | | | | | | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI