aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Clearer nsfw "do not list" labelChocobozzz2021-04-283-5/+5
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-275-7/+87
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Use server config to display supported videos extChocobozzz2021-04-272-1/+5
|
* Fix playlist position errorChocobozzz2021-04-271-2/+2
|
* Fix video actions dropdown overflowChocobozzz2021-04-261-0/+1
|
* Playlist miniature consistencyChocobozzz2021-04-262-4/+4
|
* Fix menu dropdown overflowChocobozzz2021-04-262-14/+9
| | | | Weird issue conflicting with the dropdown config from the menu component
* Fix eye button for password inputChocobozzz2021-04-262-1/+5
|
* Added ability to reply to comments with remote interactionPoslovitch2021-04-261-2/+2
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3725
* Added "last" and a reversed ?playlistPosition in playlist URL (#3974)Florian CUNY2021-04-262-1/+15
| | | | | | | | | | | | | | | | | * Added "last" and a reversed playlistPosition Implements https://github.com/Chocobozzz/PeerTube/issues/3897 * Fixed lint errors in video-watch component * Applied requested changes * Removed debug logs * Fixed lint * Playlist position styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Refactor next/prev logicChocobozzz2021-04-261-33/+20
|
* Fixed lint errorPoslovitch2021-04-261-2/+4
|
* Fixed "previous" button showing when not watching a playlistPoslovitch2021-04-261-4/+5
|
* Added a "previous" button on player when watching playlistPoslovitch2021-04-262-0/+31
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3485
* Add ability to hide plugin form fieldsChocobozzz2021-04-224-17/+24
|
* Add getAuthHeader client helperChocobozzz2021-04-221-0/+7
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-223-2/+12
|
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-211-16/+1
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Fix context menu when watching a playlistChocobozzz2021-04-211-1/+16
|
* rephrase signup limit validator error (#3984)Florian CUNY2021-04-211-1/+1
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix welcome/warning modalChocobozzz2021-04-202-0/+24
|
* Refactor feed componentChocobozzz2021-04-156-46/+18
|
* Refactor menu cssChocobozzz2021-04-157-234/+194
|
* Refactor comment add cssChocobozzz2021-04-157-199/+171
|
* Don't always use a link for account avatarChocobozzz2021-04-158-31/+39
|
* Remove unused class in download modalChocobozzz2021-04-151-9/+0
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-1544-141/+149
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-1432-240/+127
|
* Fix lintChocobozzz2021-04-141-0/+1
|
* Move player style in watch componentChocobozzz2021-04-145-5/+25
|
* Use published at sort for recommended videosChocobozzz2021-04-141-1/+1
|
* Put "owner account" in cardChocobozzz2021-04-132-5/+3
| | | | Just a test
* Display account/channel creation date in titleChocobozzz2021-04-134-18/+4
| | | | It's not a really important information
* add link to open video on origin instanceRigel Kent2021-04-122-2/+9
| | | | closes #3624
* Add plugin placeholder elements supportChocobozzz2021-04-125-5/+27
|
* Add settings button after plugin installChocobozzz2021-04-124-4/+17
|
* Add alert modal in plugins on major upgradeChocobozzz2021-04-121-0/+19
|
* fix localization on page not foundRigel Kent2021-04-122-14/+10
|
* Fix player responsive heightChocobozzz2021-04-121-1/+1
|
* Fix client buildChocobozzz2021-04-121-1/+1
|
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-127-16/+16
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* Fix plugin checkbox placementChocobozzz2021-04-092-8/+12
|
* Add ability to hide plugin settingsChocobozzz2021-04-092-7/+18
|
* Translate plugin optionsChocobozzz2021-04-094-26/+58
|
* Plugins can register html/select settingsChocobozzz2021-04-091-1/+9
|
* Add playlist and video in watch action hookChocobozzz2021-04-091-1/+6
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-085-14/+25
|\
| * Fix updating transcoding profilesChocobozzz2021-04-085-14/+25
| |
| * Add warning in download modal if neededChocobozzz2021-03-242-2/+10
| |
| * Hide best strategy if not logged inChocobozzz2021-03-241-2/+11
| |