aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
* Remove angular pipes moduleChocobozzz2020-08-111-2/+1
|
* Use ng select for multiselectChocobozzz2020-08-113-6/+3
|
* Fix tags in search filtersChocobozzz2020-08-113-6/+9
|
* add ng-select for templatable select optionsRigel Kent2020-08-1113-93/+93
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Add buttons in playlist pageChocobozzz2020-08-106-474/+8
| | | | To delete/edit/share the playlist
* Resume video playback on close of support modal (#3052)Aman Sharma2020-08-102-2/+25
| | | | | * Resume video playback on close of support modal #2995 * Fix lint issues
* revert upload bar text color to whiteRigel Kent2020-08-091-0/+1
|
* Add ability to share playlists in modalChocobozzz2020-08-074-18/+79
|
* Add ability to disable peertube button link in embedChocobozzz2020-08-072-2/+12
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-0/+1
|
* Cleanup tokens logic in embedChocobozzz2020-08-071-4/+8
|
* Fix lintChocobozzz2020-08-074-13/+14
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* deal with refresh token in embedRigel Kent2020-08-062-2/+3
|
* Correctly finish upload before updating videoChocobozzz2020-08-051-2/+3
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-3/+15
|
* special display case for logged-out users to display download in watch pageRigel Kent2020-08-042-4/+27
|
* Fix fullscreen on iosChocobozzz2020-07-311-0/+6
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-283-5/+43
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-4/+14
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-243-7/+28
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-211-1/+1
|\
| * Fix E2E testsChocobozzz2020-07-211-1/+1
| |
* | Add ability to report accountChocobozzz2020-07-107-216/+10
| |
* | Add ability to report comments in front endChocobozzz2020-07-102-2/+30
|/
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-012-11/+8
|
* switch from softies to feathericonsRigel Kent2020-07-015-5/+5
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-281-1/+1
| | | | initial implementation with a listing refresh except on search results
* Fix upload pageChocobozzz2020-06-241-1/+4
|
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-1/+0
|
* Lazy load all routesChocobozzz2020-06-2381-0/+7684