aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix latest live sessions orderChocobozzz2022-06-241-1/+1
|
* Fix user name work wrappingChocobozzz2022-06-171-0/+2
|
* Fix video selection buttons placementChocobozzz2022-06-171-0/+1
|
* Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-1/+0
|
* Fix button icon marginChocobozzz2022-06-103-1/+8
|
* Fix upload banner icon marginChocobozzz2022-06-102-6/+12
|
* Fix search filters countChocobozzz2022-06-101-17/+14
|
* Fix avatars in notificationsChocobozzz2022-05-251-3/+3
|
* Fix upload avatar buttonChocobozzz2022-05-251-3/+5
|
* Fix avatar default sizeChocobozzz2022-05-231-1/+1
|
* Add control bar option for peertube playerChocobozzz2022-05-202-5/+5
|
* Add "only display embed URL" in share modalChocobozzz2022-05-202-14/+41
|
* Fix help popover widthChocobozzz2022-05-091-0/+1
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-0/+7
|
* Fix help component z-indexChocobozzz2022-05-042-2/+0
|
* Add session informations in live modalChocobozzz2022-05-034-2/+52
|
* Support live session in serverChocobozzz2022-05-031-0/+1
|
* Fix subscribe button dropdown positionChocobozzz2022-05-021-1/+1
|
* Fix avatar responsiveChocobozzz2022-05-023-10/+20
|
* Remove confusing P2P info in instance featuresChocobozzz2022-05-021-12/+0
| | | | | It's confusing because it depends on user and admin settings We already display messages in player and watch page if P2P is enabled
* Add ability to sort by global viewsChocobozzz2022-04-151-0/+1
|
* Reduce videos sort complexityChocobozzz2022-04-153-10/+21
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Support videos stats in clientChocobozzz2022-04-159-21/+59
|
* Fix angular buildChocobozzz2022-03-221-1/+1
|
* Add reset button for file inputs in studio pageChocobozzz2022-03-225-3/+32
|
* Rename studio to editorChocobozzz2022-03-224-10/+10
|
* Add video edition finished notificationChocobozzz2022-03-222-1/+13
|
* Lazy load charts when listing my channelsChocobozzz2022-03-213-0/+80
|
* Fix channel edition pageChocobozzz2022-03-212-3/+5
|
* Don't allow video edition if not enabledChocobozzz2022-03-182-4/+8
|
* Clearer theme select labelsChocobozzz2022-03-152-3/+18
|
* Some fixes for themesChocobozzz2022-03-159-13/+12
|
* Reorganize player filesChocobozzz2022-03-143-3/+3
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-12/+31
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* open privacy info in user settings dialogue in new windowRobert Riemann2022-03-021-1/+1
|
* Fix avatar with username starting with numbersChocobozzz2022-02-282-3/+5
|
* Improve stat labelsChocobozzz2022-02-281-14/+14
|
* Cleanup subtitle edition PRChocobozzz2022-02-281-2/+2
|
* Add simple subtitle edition from video captions tablutangar2022-02-283-2/+16
| | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
* Continue user mute in ban modal PRChocobozzz2022-02-286-53/+79
|
* Add ability to mute user when banning themPoslovitch2022-02-282-2/+31
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/1803
* Add basic video editor supportChocobozzz2022-02-287-8/+42
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-2816-78/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Hide remote subscribe if logged inChocobozzz2022-02-222-1/+5
|
* Reduce latency when adding a video to playlistChocobozzz2022-02-221-4/+17
|
* Don't display no results if still loadingChocobozzz2022-02-092-0/+4
|
* Fix embed margin in share modalChocobozzz2022-02-092-3/+4
|
* client: show private badge in playlistskontrollanten2022-02-073-7/+26
| | | | closes #2601
* video-playlist: show date and views countkontrollanten2022-02-032-1/+11
| | | | closes #4396
* Limit scope to local when finding in bulkChocobozzz2022-01-311-3/+20
|