aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to version v5.0.0v5.0.0Chocobozzz2022-12-131-1/+1
|
* Bumped to version v5.0.0-rc.1v5.0.0-rc.1Chocobozzz2022-11-291-1/+1
|
* Update socket ioChocobozzz2022-11-281-2/+2
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-11-171-1/+1
|\
| * Bumped to version v4.3.1v4.3.1Chocobozzz2022-11-171-1/+1
| |
* | Upgrade server dependenciesChocobozzz2022-11-151-18/+14
| |
* | refactor(server): redis > ioredis (#5371)kontrollanten2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(server): redis > ioredis * refactor(JobQueue): reuse redis connection builder * fix(redisio) * fix(redis): setValue * feat(redis): showFriendlyErrorStack * feat(redis): auto pipelining https://github.com/luin/ioredis/blob/308017a6b9429c16b074e03e70f5524499476fa9/README.md#autopipelining * dont use autopipelining for bullmq * ioredis events
* | Use private ACL for private videos in s3Chocobozzz2022-10-241-3/+3
| |
* | Put private videos under a specific subdirectoryChocobozzz2022-10-241-1/+1
| |
* | Support two factor authentication in backendChocobozzz2022-10-071-0/+1
| |
* | Fix error when running setup:cliChocobozzz2022-09-281-2/+0
|/
* Bumped to version v4.3.0v4.3.0Chocobozzz2022-09-211-1/+1
|
* Bumped to version v4.3.0-rc.1v4.3.0-rc.1Chocobozzz2022-09-121-1/+1
|
* Update server dependenciesChocobozzz2022-09-091-17/+17
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-161-5/+5
|
* Move to bullmqChocobozzz2022-08-091-2/+1
|
* Remove uneeded asyncChocobozzz2022-08-021-2/+0
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-0/+1
|
* Add more tracingChocobozzz2022-07-281-0/+1
|
* Upgrade server dependenciesChocobozzz2022-07-271-2/+1
|
* Fix lintChocobozzz2022-07-131-0/+1
|
* Upgrade server dependenciesChocobozzz2022-07-131-14/+14
|
* Add compat with openssl 3Chocobozzz2022-07-121-3/+1
|
* Introduce experimental telemetryChocobozzz2022-07-061-0/+16
|
* Upgrade oauth2-serverChocobozzz2022-06-281-1/+1
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-281-1/+1
|\
| * Bumped to version v4.2.2v4.2.2Chocobozzz2022-06-281-1/+1
| |
| * Upgrade critital server dependenciesChocobozzz2022-06-211-3/+6
| |
* | Introduce worker threads to process remote imagesChocobozzz2022-06-241-0/+1
| |
* | Upgrade server dependenciesChocobozzz2022-06-211-9/+9
| |
* | Upgrade vulnerable dependenciesChocobozzz2022-06-211-3/+6
|/
* Bumped to version v4.2.1v4.2.1Chocobozzz2022-06-211-1/+1
|
* Bumped to version v4.2.0v4.2.0Chocobozzz2022-06-071-1/+1
|
* Bumped to version v4.2.0-rc.1v4.2.0-rc.1Chocobozzz2022-05-231-1/+1
|
* Fix video upload with some characters in filenameChocobozzz2022-05-171-1/+1
|
* Upgrade http signatureChocobozzz2022-05-101-1/+1
| | | | | To support hs2019 implementation of other federated softwaare that use rsa256 instead of rsa512
* Add use proxy for s3 (#4973)Chocobozzz2022-05-091-0/+1
| | | | | | | | | | | | | * Fix object storage to be accessible via proxy * fix lint * Use hpagent * Fix lint * Fix PR Co-authored-by: noellabo <noel.yoshiba@gmail.com>
* object-storage: @aws-sdk/lib-storage for multipart (#4903)kontrollanten2022-04-191-1/+2
| | | | | | | | | | | | | | | | | * object-storage: @aws-sdk/lib-storage for multipart * gitignore: add .DS_Store * test(object-storage): remove only * test(object-storage/multipart): generate video * fix lint issue * test(obj-storage/video): ensure file size * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix 2 hours limit on uploadsChocobozzz2022-04-191-1/+1
|
* Upgrade server dependenciesChocobozzz2022-04-151-4/+4
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+1
| | | | | | | | | | * 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
* Upgrade server dependenciesChocobozzz2022-04-081-4/+4
|
* Update server dependenciesChocobozzz2022-03-211-7/+7
|
* Bumped to version v4.1.1v4.1.1Chocobozzz2022-03-081-1/+1
|
* Bumped to version v4.1.0v4.1.0Chocobozzz2022-02-231-1/+1
|
* Bumped to version v4.1.0-rc.1v4.1.0-rc.1Chocobozzz2022-02-101-1/+1
|
* Upgrade lru-cacheChocobozzz2022-02-101-1/+1
| | | | The bug has been fixed on their side
* Fix broken depChocobozzz2022-02-091-2/+2
|
* Update server dependenciesChocobozzz2022-02-091-9/+6
|
* Fix xml feed validityChocobozzz2022-02-091-1/+1
|