aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Add help to understand what is a viewChocobozzz2022-05-062-3/+10
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-068-81/+272
|
* Remove comments, rates and views from statsChocobozzz2022-05-051-6/+2
| | | | It prevent us to apply date filters
* Fix help component z-indexChocobozzz2022-05-043-3/+0
|
* Add session informations in live modalChocobozzz2022-05-035-4/+54
|
* Support live session in serverChocobozzz2022-05-031-0/+1
|
* Save replay of permanent live in clientChocobozzz2022-05-033-23/+1
|
* Fix subscribe button dropdown positionChocobozzz2022-05-021-1/+1
|
* Fix avatar responsiveChocobozzz2022-05-026-13/+27
|
* 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
* Display live info in my videosChocobozzz2022-04-201-1/+1
|
* Don't date if no there aren't peak viewersChocobozzz2022-04-201-1/+3
|
* Add ability to sort by global viewsChocobozzz2022-04-152-1/+3
|
* Reduce videos sort complexityChocobozzz2022-04-156-22/+31
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Fix typoChocobozzz2022-04-151-1/+1
|
* Fix signup setp buttons on chromeChocobozzz2022-04-151-0/+6
|
* Include upper boundary on stats graph zoomChocobozzz2022-04-151-1/+16
|
* Support interactive video stats graphChocobozzz2022-04-154-29/+230
|
* Support videos stats in clientChocobozzz2022-04-1527-117/+578
|
* Update menu.component.htmlShowfom2022-04-081-2/+2
| | | It's 2022 now
* Prefer "publish" over "upload"Chocobozzz2022-04-081-1/+1
|
* Fix titles on upload page (#4904)kontrollanten2022-04-084-13/+28
| | | | | | | | | * client/video-add: fix route titles * client/video-add: show progress in page title * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix angular buildChocobozzz2022-03-221-1/+1
|
* Add reset button for file inputs in studio pageChocobozzz2022-03-228-10/+43
|
* Rename studio to editorChocobozzz2022-03-2226-108/+109
|
* Add video edition finished notificationChocobozzz2022-03-223-3/+17
|
* Lazy load charts when listing my channelsChocobozzz2022-03-215-5/+94
|
* Fix channel edition pageChocobozzz2022-03-212-3/+5
|
* Don't allow video edition if not enabledChocobozzz2022-03-183-6/+10
|
* Fix menu weird display issue on firefoxChocobozzz2022-03-181-0/+5
|
* Fix invalid token on uploadChocobozzz2022-03-161-24/+43
|
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-1/+2
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Clearer theme select labelsChocobozzz2022-03-152-3/+18
|
* Some fixes for themesChocobozzz2022-03-1521-45/+44
|
* Reorganize player filesChocobozzz2022-03-147-11/+12
|
* Merge remote-tracking branch 'weblate/develop' into developChocobozzz2022-03-116-8/+81
|\
| * Add latency setting supportChocobozzz2022-03-096-8/+81
| |
* | TypoChocobozzz2022-03-111-1/+1
|/
* 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
* Fix channel avatar in select componentChocobozzz2022-03-021-1/+10
|
* open privacy info in user settings dialogue in new windowRobert Riemann2022-03-021-1/+1
|
* Fix playlist element scrollingChocobozzz2022-03-015-16/+29
|
* Fix avatar with username starting with numbersChocobozzz2022-02-282-3/+5
|
* Add refresh button to comments listChocobozzz2022-02-285-6/+13
|
* Move admin comments list in overviews menuChocobozzz2022-02-2812-24/+52
|
* Improve stat labelsChocobozzz2022-02-281-14/+14
|
* Cleanup subtitle edition PRChocobozzz2022-02-284-18/+9
|
* Add simple subtitle edition from video captions tablutangar2022-02-2811-10/+181
| | | | | 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.
* Fix listUserChannelsForSelectChocobozzz2022-02-281-1/+1
|
* Continue user mute in ban modal PRChocobozzz2022-02-2810-66/+137
|