Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless async | Chocobozzz | 2021-08-26 | 15 | -17/+19 |
| | |||||
* | Fix user quota alerts always displayed (#4354) | Ms Kimsible | 2021-08-26 | 4 | -29/+40 |
| | | | | | | | * Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Inform user to fill account profile and channels (#4352) | Ms Kimsible | 2021-08-26 | 15 | -3/+230 |
| | | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Merge branch 'feature/video-filters' into develop | Chocobozzz | 2021-08-25 | 93 | -1864/+2556 |
|\ | |||||
| * | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 93 | -1864/+2556 |
| | | |||||
* | | Update upload message filter hook name | Chocobozzz | 2021-08-25 | 1 | -1/+1 |
| | | |||||
* | | Alert user for low quota and video auto-block on upload page (#4336) | Ms Kimsible | 2021-08-25 | 7 | -18/+116 |
|/ | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix live/upload redirection | Chocobozzz | 2021-08-18 | 4 | -7/+16 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 176 | -706/+777 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 101 | -1034/+1055 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 3 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 client dependencies | Chocobozzz | 2021-08-11 | 2 | -2/+2 |
| | |||||
* | Fix backend channel name validator consistency | Chocobozzz | 2021-08-05 | 1 | -6/+4 |
| | |||||
* | Filter videos by live in custom markup | Chocobozzz | 2021-08-02 | 7 | -30/+29 |
| | |||||
* | Fetch things in bulk for the homepage | Chocobozzz | 2021-08-02 | 14 | -52/+213 |
| | |||||
* | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-30 | 2 | -39/+43 |
|\ | |||||
| * | Hide schedule privacy if private does not exist | Chocobozzz | 2021-07-30 | 2 | -39/+43 |
| | | |||||
* | | Fix empty search | Chocobozzz | 2021-07-29 | 2 | -8/+6 |
| | | |||||
* | | Redirect to search page for origin instance | Chocobozzz | 2021-07-29 | 3 | -33/+51 |
| | | |||||
* | | Add ability to filter by host in search page | Chocobozzz | 2021-07-29 | 8 | -30/+91 |
| | | |||||
* | | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 2 | -6/+2 |
| | | |||||
* | | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-26 | 3 | -29/+16 |
|\| | |||||
| * | Fix moderation embeds | Chocobozzz | 2021-07-26 | 1 | -9/+0 |
| | | |||||
| * | Fix description timestamp click | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | | |||||
| * | Fix privacy descriptions | Chocobozzz | 2021-07-26 | 1 | -19/+15 |
| | | |||||
* | | Refactor video links builders | Chocobozzz | 2021-07-26 | 14 | -20/+21 |
| | | |||||
* | | Refactor video links building | Chocobozzz | 2021-07-26 | 11 | -37/+50 |
| | | |||||
* | | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-23 | 1 | -2/+2 |
|\| | |||||
| * | Fix user-dropdown-indicator position on touchscreens | Kimsible | 2021-07-23 | 1 | -2/+2 |
| | | |||||
* | | Add missing localization keys | Chocobozzz | 2021-07-21 | 3 | -10/+10 |
| | | |||||
* | | Merge branch 'next' into develop | Chocobozzz | 2021-07-21 | 31 | -148/+296 |
|\ \ | |/ |/| | |||||
| * | Rename captions commands | Chocobozzz | 2021-07-21 | 1 | -1/+1 |
| | | |||||
| * | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 17 | -122/+260 |
| | | |||||
| * | Warning when using capitalized letter in login | Chocobozzz | 2021-07-20 | 2 | -0/+8 |
| | | |||||
| * | Channel deletion consistency | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | | |||||
| * | Refactor requests | Chocobozzz | 2021-07-20 | 11 | -23/+25 |
| | | |||||
* | | Correct privacymsg z-index to avoid hover dropdown on scroll | Kimsible | 2021-07-21 | 1 | -0/+7 |
|/ | |||||
* | Fix signup button display | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Fix user creation form | Chocobozzz | 2021-07-16 | 1 | -4/+2 |
| | |||||
* | Fix default privacy when plugins deleted private | Chocobozzz | 2021-07-13 | 7 | -6/+25 |
| | |||||
* | Fix privacy input altered by plugins | Chocobozzz | 2021-07-12 | 1 | -8/+4 |
| | |||||
* | Fix subscribe hotkey | Chocobozzz | 2021-07-12 | 2 | -1/+8 |
| | |||||
* | Use show uuid for playlist miniatures | Chocobozzz | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Remove unused variable | Chocobozzz | 2021-07-02 | 1 | -1/+0 |
| | |||||
* | Fix search module import | Chocobozzz | 2021-07-02 | 1 | -1/+3 |
| | |||||
* | Use consistent margins | Chocobozzz | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Support accountHandle and channelHandle | Chocobozzz | 2021-07-01 | 3 | -9/+23 |
| | |||||
* | Homepage error handling | Chocobozzz | 2021-07-01 | 4 | -36/+47 |
| | |||||
* | Move watch attributes in a dedicated component | Chocobozzz | 2021-06-30 | 10 | -316/+311 |
| | |||||
* | Move video alert in a dedicated component | Chocobozzz | 2021-06-30 | 8 | -54/+67 |
| |