Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade server dependencies | Chocobozzz | 2022-11-15 | 1 | -18/+14 |
| | |||||
* | refactor(server): redis > ioredis (#5371) | kontrollanten | 2022-11-14 | 1 | -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 s3 | Chocobozzz | 2022-10-24 | 1 | -3/+3 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 1 | -1/+1 |
| | |||||
* | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 1 | -0/+1 |
| | |||||
* | Fix error when running setup:cli | Chocobozzz | 2022-09-28 | 1 | -2/+0 |
| | |||||
* | Bumped to version v4.3.0v4.3.0 | Chocobozzz | 2022-09-21 | 1 | -1/+1 |
| | |||||
* | Bumped to version v4.3.0-rc.1v4.3.0-rc.1 | Chocobozzz | 2022-09-12 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-09-09 | 1 | -17/+17 |
| | |||||
* | Add playback metric endpoint sent to OTEL | Chocobozzz | 2022-08-16 | 1 | -5/+5 |
| | |||||
* | Move to bullmq | Chocobozzz | 2022-08-09 | 1 | -2/+1 |
| | |||||
* | Remove uneeded async | Chocobozzz | 2022-08-02 | 1 | -2/+0 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 1 | -0/+1 |
| | |||||
* | Add more tracing | Chocobozzz | 2022-07-28 | 1 | -0/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2022-07-27 | 1 | -2/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -0/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2022-07-13 | 1 | -14/+14 |
| | |||||
* | Add compat with openssl 3 | Chocobozzz | 2022-07-12 | 1 | -3/+1 |
| | |||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 1 | -0/+16 |
| | |||||
* | Upgrade oauth2-server | Chocobozzz | 2022-06-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-28 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v4.2.2v4.2.2 | Chocobozzz | 2022-06-28 | 1 | -1/+1 |
| | | |||||
| * | Upgrade critital server dependencies | Chocobozzz | 2022-06-21 | 1 | -3/+6 |
| | | |||||
* | | Introduce worker threads to process remote images | Chocobozzz | 2022-06-24 | 1 | -0/+1 |
| | | |||||
* | | Upgrade server dependencies | Chocobozzz | 2022-06-21 | 1 | -9/+9 |
| | | |||||
* | | Upgrade vulnerable dependencies | Chocobozzz | 2022-06-21 | 1 | -3/+6 |
|/ | |||||
* | Bumped to version v4.2.1v4.2.1 | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Bumped to version v4.2.0v4.2.0 | Chocobozzz | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Bumped to version v4.2.0-rc.1v4.2.0-rc.1 | Chocobozzz | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Fix video upload with some characters in filename | Chocobozzz | 2022-05-17 | 1 | -1/+1 |
| | |||||
* | Upgrade http signature | Chocobozzz | 2022-05-10 | 1 | -1/+1 |
| | | | | | To support hs2019 implementation of other federated softwaare that use rsa256 instead of rsa512 | ||||
* | Add use proxy for s3 (#4973) | Chocobozzz | 2022-05-09 | 1 | -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) | kontrollanten | 2022-04-19 | 1 | -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 uploads | Chocobozzz | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2022-04-15 | 1 | -4/+4 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 1 | -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 dependencies | Chocobozzz | 2022-04-08 | 1 | -4/+4 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-03-21 | 1 | -7/+7 |
| | |||||
* | Bumped to version v4.1.1v4.1.1 | Chocobozzz | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Bumped to version v4.1.0v4.1.0 | Chocobozzz | 2022-02-23 | 1 | -1/+1 |
| | |||||
* | Bumped to version v4.1.0-rc.1v4.1.0-rc.1 | Chocobozzz | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Upgrade lru-cache | Chocobozzz | 2022-02-10 | 1 | -1/+1 |
| | | | | The bug has been fixed on their side | ||||
* | Fix broken dep | Chocobozzz | 2022-02-09 | 1 | -2/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-02-09 | 1 | -9/+6 |
| | |||||
* | Fix xml feed validity | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Move to peertube feed fork | Chocobozzz | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | Remove fixed workaround | Chocobozzz | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | Upgrade uploadx dependency | Chocobozzz | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-01-14 | 1 | -7/+7 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -2/+4 |
| | | | | Prefer to replace paths at compile time |