aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Support live session in serverChocobozzz2022-05-033-1/+37
|
* Fix removing directory contentChocobozzz2022-05-031-1/+2
|
* Support readonly tmp directoryChocobozzz2022-05-031-3/+17
|
* Ensure rtmp public_hostname is setChocobozzz2022-05-021-2/+4
|
* Add ability to provide rtmp listening hostnameChocobozzz2022-05-022-3/+8
|
* Add missing video mime typesChocobozzz2022-04-201-0/+10
|
* Improve viewer counterChocobozzz2022-04-151-1/+1
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-151-2/+2
|
* Support video views/viewers stats in serverChocobozzz2022-04-155-5/+81
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Rename studio to editorChocobozzz2022-03-225-14/+14
|
* Add video edition finished notificationChocobozzz2022-03-222-1/+43
|
* Remove old migration filesChocobozzz2022-03-2198-4155/+0
|
* Don't store remote rates of remote videosChocobozzz2022-03-182-1/+29
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Process video torrents in orderChocobozzz2022-03-161-0/+3
| | | | Prevent update before video torrent generation for example
* Make object storage ACL configurableDoug Luce2022-03-161-0/+1
| | | | | | | | Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-0/+3
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Add latency setting supportChocobozzz2022-03-094-6/+49
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-082-1/+3
| | | | | | | | | | | | | | | | | | | | | * 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
* Remove uneeded memoizeChocobozzz2022-03-081-3/+1
|
* Refactor user build and express file middlewaresChocobozzz2022-03-041-8/+4
|
* 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
|