aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix "Off" player string localizationChocobozzz2021-10-211-0/+1
|
* Fix admin edition disabling featureChocobozzz2021-10-141-1/+1
|
* Fix benchmark testChocobozzz2021-10-141-1/+1
|
* Remove peertube watch and peertube replChocobozzz2021-09-101-5/+0
| | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* Fix NSFW filter and add testsChocobozzz2021-09-032-2/+10
|
* Fix hls redundancy pruningChocobozzz2021-09-021-0/+4
|
* Improve e2e workflow and add docChocobozzz2021-09-022-11/+3
|
* Migrate to webdriverioChocobozzz2021-09-011-7/+1
|
* Fix benchmark scriptChocobozzz2021-08-301-2/+2
|
* esModuleInterop to trueChocobozzz2021-08-274-9/+9
|
* Update contributor listChocobozzz2021-08-261-1/+1
|
* No need to install client dependencies for upgradeChocobozzz2021-08-261-1/+1
|
* Embed stats only when neededChocobozzz2021-08-182-1/+7
|
* Optimize torrent URL updateChocobozzz2021-08-181-3/+3
|
* Support short uuid for scriptsChocobozzz2021-08-172-6/+10
|
* Remove optimize old videos scriptChocobozzz2021-08-172-93/+0
| | | | It is not compatible with HLS and I don't have time to maintain it
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-173-46/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* TypoChocobozzz2021-08-111-1/+1
|
* Try to fix openapi scriptChocobozzz2021-08-112-3/+2
|
* Improve target bitrate calculationChocobozzz2021-08-062-6/+5
|
* Refactor video links buildersChocobozzz2021-07-261-2/+1
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-263-55/+52
|
* Speed up plugin transcoding testsChocobozzz2021-07-222-4/+4
|
* Merge branch 'next' into developChocobozzz2021-07-212-34/+20
|\
| * Rename captions commandsChocobozzz2021-07-211-1/+1
| |
| * Use an object to represent a serverChocobozzz2021-07-201-3/+3
| |
| * Shorter server command namesChocobozzz2021-07-201-7/+7
| |
| * Introduce videos commandChocobozzz2021-07-201-6/+5
| |
| * Introduce sql commandChocobozzz2021-07-201-1/+1
| |
| * Introduce comments commandChocobozzz2021-07-201-20/+10
| |
| * Introduce captions commandChocobozzz2021-07-201-4/+1
| |
| * Introduce CLI commandChocobozzz2021-07-201-2/+2
| |
* | Improve plugin constant testsChocobozzz2021-07-211-1/+2
|/
* Fix angular buildsChocobozzz2021-07-051-2/+2
|
* Add ms to parse log datesChocobozzz2021-06-291-1/+2
|
* Move to sass moduleChocobozzz2021-06-281-1/+1
|
* Upgrade server dependenciesChocobozzz2021-06-258-8/+8
|
* Speedup CIChocobozzz2021-06-173-8/+17
|
* Refactor live managerChocobozzz2021-06-172-1/+3
|
* Display locale date time in parse logChocobozzz2021-06-151-1/+1
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-20/+20
|
* Use raw SQL for most of video queriesChocobozzz2021-06-112-3/+3
|
* Bidi supportChocobozzz2021-06-072-2/+8
|
* Remove annoying superfluous slashfrankstrater2021-06-021-1/+1
|
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-281-4/+4
|\
| * Fix upgrade scriptChocobozzz2021-05-281-4/+4
| |
* | Replace local menu iconChocobozzz2021-05-281-0/+1
| |
* | Update embed webpack configChocobozzz2021-05-271-2/+3
| |
* | Merge branch 'release/3.2.0' into developChocobozzz2021-05-142-2/+2
|\|
| * Fix logger warning levelChocobozzz2021-05-142-2/+2
| |