aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Remove protractor workaroundChocobozzz2021-10-147-77/+18
| | | | We don't use it anymore
* Fix admin edition disabling featureChocobozzz2021-10-143-5/+18
|
* Upgrade linkifyjsChocobozzz2021-10-121-93/+9
|
* Rename config keyChocobozzz2021-10-121-2/+6
|
* add option to always show channel display name (#4422)kontrollanten2021-10-126-25/+31
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-121-0/+1
|\
| * Fix upload can deactivateChocobozzz2021-10-121-0/+1
| |
| * Correctly disable infinite scroll for reuseChocobozzz2021-10-084-8/+13
| |
| * Fix autoblock message on upload pageChocobozzz2021-10-083-3/+6
| |
* | extend client-overrides with default images (#4392)kontrollanten2021-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* | add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-124-33/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-1211-4/+46
| | | | | | | | | | | | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* | Remove redundant attributeChocobozzz2021-10-111-3/+2
| |
* | Remove useless assignmentChocobozzz2021-10-111-2/+0
| |
* | Remove unused functionChocobozzz2021-10-111-15/+0
| |
* | Correctly disable infinite scroll for reuseChocobozzz2021-10-114-8/+13
| |
* | Fix autoblock message on upload pageChocobozzz2021-10-113-3/+6
|/
* Disable chunk upload on iosChocobozzz2021-09-091-0/+7
| | | | See https://github.com/kukhariev/ngx-uploadx/issues/316#issuecomment-915858713
* Fix video filters for non english UIChocobozzz2021-09-081-7/+7
|
* Ensure we return a booleanChocobozzz2021-09-082-4/+4
|
* Safer image previewChocobozzz2021-09-084-14/+10
|
* Fix undefined this.user.videoChannels on production buildMs Kimsible2021-09-081-7/+3
|
* Fix broken delete buttons of admin federation lists (#4378)Ms Kimsible2021-09-084-1/+16
| | | | | | | * Add ellipsis on my-delete button of federation admin * Add ellipsis on button label to define (max-)width on host component Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-2/+0
| | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout
* Fix NSFW filter and add testsChocobozzz2021-09-034-8/+8
|
* Fix login modal errorChocobozzz2021-08-301-2/+5
|
* Fix video update redirection idChocobozzz2021-08-301-0/+1
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-3010-6/+32
|
* Add account setup message to welcome alert after signupMs Kimsible2021-08-301-0/+4
|
* Allow accounts to skip account setup modalChocobozzz2021-08-2712-125/+165
|
* Avoid layout shift in account setup modalChocobozzz2021-08-273-3/+5
|
* Don't display account setup modal on signupChocobozzz2021-08-272-5/+14
| | | | Don't bother user with a modal just after signup
* Custom markup container default to space betweenChocobozzz2021-08-261-0/+2
|
* Update client dependenciesChocobozzz2021-08-262-40/+43
|
* Remove useless asyncChocobozzz2021-08-2615-17/+19
|
* Fix user quota alerts always displayed (#4354)Ms Kimsible2021-08-264-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 Kimsible2021-08-2615-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 developChocobozzz2021-08-2593-1864/+2556
|\
| * Add video filters to common video pagesChocobozzz2021-08-2593-1864/+2556
| |
* | Update upload message filter hook nameChocobozzz2021-08-251-1/+1
| |
* | Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-257-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 redirectionChocobozzz2021-08-184-7/+16
|
* Migrate client to eslintChocobozzz2021-08-18176-706/+777
|
* Fix client lintChocobozzz2021-08-17101-1034/+1055
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-173-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 dependenciesChocobozzz2021-08-112-2/+2
|
* Fix backend channel name validator consistencyChocobozzz2021-08-051-6/+4
|
* Filter videos by live in custom markupChocobozzz2021-08-027-30/+29
|
* Fetch things in bulk for the homepageChocobozzz2021-08-0214-52/+213
|
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-302-39/+43
|\