aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to exclude muted accountsChocobozzz2021-11-022-23/+62
|
* Some fixes for admin videos listChocobozzz2021-11-021-8/+8
|
* Add ability to preview embed in share modalChocobozzz2021-11-023-7/+39
|
* Add video file size info in admin videos listChocobozzz2021-10-293-5/+15
|
* Deprecate filter video queryChocobozzz2021-10-298-37/+45
| | | | Introduce include and isLocal instead
* Always use my-table-expander-iconChocobozzz2021-10-291-1/+1
|
* Add videos list admin componentChocobozzz2021-10-2921-177/+298
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-262-1/+15
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Added Markdown formatting in playlist descriptionsPoslovitch2021-10-262-2/+11
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3627
* Changed label of "sort by views" to "sort by recent views"Poslovitch2021-10-261-1/+1
| | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4421
* Cleanup video playlist element miniature codeChocobozzz2021-10-221-4/+1
|
* Add warning and update privacy on share playlist (#4469)Nataly Rocha2021-10-223-1/+32
| | | | | | | | | | | | | * add warning and update privacy on share * update playlist display name on toast * change privacy update to link * remove conditional * Improve share private warning styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Provide origin URL to client and fix remote shareChocobozzz2021-10-222-5/+5
|
* Hide live transcoding features if disabledChocobozzz2021-10-211-2/+2
|
* Improve moderation dropdown UXChocobozzz2021-10-213-116/+142
|
* Fix ng select tags heightChocobozzz2021-10-201-2/+13
|
* Add ability to filter logs by tagsChocobozzz2021-10-202-1/+2
|
* Improve admin tables responsiveChocobozzz2021-10-202-16/+43
|
* Fix max pagination in find in bulkChocobozzz2021-10-201-3/+3
|
* Add channel filters for my videos/followersChocobozzz2021-10-204-25/+54
|
* Add quick filter for followersChocobozzz2021-10-201-1/+1
|
* Add ability to view my followersChocobozzz2021-10-2011-17/+54
|
* Optimize channel with video in homepageChocobozzz2021-10-183-5/+6
|
* Fix find in bulkChocobozzz2021-10-183-7/+8
|
* Force live type specification in first stepChocobozzz2021-10-153-2/+6
|
* Remove protractor workaroundChocobozzz2021-10-143-12/+6
| | | | We don't use it anymore
* Fix admin edition disabling featureChocobozzz2021-10-141-1/+1
|
* Rename config keyChocobozzz2021-10-121-2/+6
|
* add option to always show channel display name (#4422)kontrollanten2021-10-122-2/+10
| | | | | | | | | | | | | | | * 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
* 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-121-5/+5
| | | | | | | | | | | | | * 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-128-2/+27
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Remove useless assignmentChocobozzz2021-10-111-2/+0
|
* Correctly disable infinite scroll for reuseChocobozzz2021-10-113-3/+6
|
* 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-081-0/+7
| | | | | | | * 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-033-7/+3
|
* Fix video update redirection idChocobozzz2021-08-301-0/+1
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-306-5/+25
|
* Custom markup container default to space betweenChocobozzz2021-08-261-0/+2
|
* Remove useless asyncChocobozzz2021-08-263-3/+4
|
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-266-1/+83
| | | | | | | * 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>
* Add video filters to common video pagesChocobozzz2021-08-2537-743/+1585
|
* Fix live/upload redirectionChocobozzz2021-08-182-4/+6
|
* Migrate client to eslintChocobozzz2021-08-1870-392/+409
|
* Fix client lintChocobozzz2021-08-1729-306/+311
|