Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More robust youtube-dl thumbnail import | Chocobozzz | 2021-10-08 | 1 | -2/+10 |
| | |||||
* | Stop indexing /about/peertube | Chocobozzz | 2021-10-08 | 2 | -2/+9 |
| | |||||
* | Fix silent 500 after resumable upload | Chocobozzz | 2021-09-09 | 1 | -4/+1 |
| | |||||
* | Migrate to webdriverio | Chocobozzz | 2021-09-01 | 1 | -3/+3 |
| | |||||
* | forceConsistentCasingInFileNames to true | Chocobozzz | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | Add peertube import test | Chocobozzz | 2021-08-27 | 1 | -1/+5 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 60 | -82/+80 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | Fix redundancy remove on host redundancy update | Chocobozzz | 2021-08-26 | 1 | -3/+5 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 3 | -6/+6 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 2 | -17/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Update server dependencies | Chocobozzz | 2021-08-11 | 1 | -1/+2 |
| | |||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | Refactor search query options | Chocobozzz | 2021-07-29 | 7 | -79/+50 |
| | |||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 2 | -4/+6 |
| | |||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 2 | -2/+4 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 3 | -11/+10 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -5/+7 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 1 | -2/+2 |
| | |||||
* | Move apicache in peertube | Chocobozzz | 2021-07-22 | 5 | -28/+20 |
| | | | | Allow us to upgrade to node 16 | ||||
* | Add overviews filter hook tests | Chocobozzz | 2021-07-21 | 1 | -4/+4 |
| | |||||
* | Add new filter hooks to /overviews/videos | Michael Williams | 2021-07-21 | 1 | -3/+10 |
| | | | | | | This change adds new filter hooks `filter:api.overviews.videos.list.params` and `filter:api.overviews.videos.list.params` to /overviews/videos. The motivation is to make a plugin to [use `originallyPublishedAt` in all places where `publishedAt` is used](https://github.com/ahdinosaur/peertube-plugin-originally-published-at). | ||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -4/+17 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 21 | -57/+52 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 39 | -49/+49 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -3/+3 |
| | |||||
* | Introduce playlist command | Chocobozzz | 2021-07-20 | 1 | -3/+4 |
| | |||||
* | Introduce debug command | Chocobozzz | 2021-07-20 | 1 | -3/+3 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 4 | -6/+11 |
| | |||||
* | Add video-playlist-element.created hook (#4196) | kontrollanten | 2021-06-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | * add playlists.videos.list.params/results hooks closes #4192 * Revert "add playlists.videos.list.params/results hooks" This reverts commit ebd822ca0b769d88dbc5ae0062b286238cbced92. * add video-playlist-element.created hook closes #4192 * test: add playlist-element.created * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 8 | -302/+455 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 2 | -3/+3 |
| | |||||
* | Fix missing transactions | Chocobozzz | 2021-06-15 | 2 | -3/+3 |
| | |||||
* | More robust actor image lazy load | Chocobozzz | 2021-06-14 | 1 | -2/+18 |
| | |||||
* | Also serve AP for new account/video watch pages | Chocobozzz | 2021-06-11 | 1 | -3/+4 |
| | |||||
* | Move get* video methods to formatter | Chocobozzz | 2021-06-11 | 1 | -1/+2 |
| | |||||
* | Refactor include checks | Chocobozzz | 2021-06-11 | 1 | -1/+0 |
| | |||||
* | Use raw SQL for most of video queries | Chocobozzz | 2021-06-11 | 1 | -4/+3 |
| | |||||
* | Fetch directly all video attributes for get API | Chocobozzz | 2021-06-11 | 1 | -9/+2 |
| | |||||
* | Use separate queries for video files | Chocobozzz | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | Fix nodeinfo endpoint | Chocobozzz | 2021-06-08 | 1 | -120/+121 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | add video upload types, add doc middleware to more routes | Rigel Kent | 2021-06-06 | 2 | -5/+27 |
| | |||||
* | createThumbnail -> updateThumbnail | Chocobozzz | 2021-06-04 | 3 | -11/+11 |
| | |||||
* | add operationId doc middleware to so API endpoints | Rigel Kent | 2021-06-04 | 8 | -5/+32 |
| | |||||
* | refactor docMiddleware to support operationId-only form | Rigel Kent | 2021-06-04 | 3 | -9/+9 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 1 | -2/+1 |
| | | | | helpers modules should not import models | ||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 4 | -5/+5 |
| |