aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'release/4.2.0' into developChocobozzz2022-05-253-7/+9
|\|
| * Fix job progress columnChocobozzz2022-05-251-1/+1
| |
| * Fix avatars in notificationsChocobozzz2022-05-251-3/+3
| |
| * Fix upload avatar buttonChocobozzz2022-05-251-3/+5
| |
* | Improve admin users list tableChocobozzz2022-05-243-14/+40
| | | | | | | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* | (#4959) Add 'Originally Published At' sort option in videos pages (#4977)Jlll12022-05-242-1/+2
|/ | | | | | | | | * Add Original Publication Date sort dropdown option in video filters * Make the minimal sort dropdown width 250px to acomodate for 'Originally Published At' option * Improve label Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix avatar default sizeChocobozzz2022-05-231-1/+1
|
* Fix redirect users after login with external authChocobozzz2022-05-202-21/+68
|
* Add control bar option for peertube playerChocobozzz2022-05-203-5/+6
|
* Add "only display embed URL" in share modalChocobozzz2022-05-202-14/+41
|
* Increase timeoutsChocobozzz2022-05-181-1/+1
|
* Fix live mode descriptionsChocobozzz2022-05-181-2/+2
|
* Better stats date formatChocobozzz2022-05-182-6/+21
|
* Add total viewers overall statChocobozzz2022-05-182-1/+10
|
* Fix video upload with some characters in filenameChocobozzz2022-05-171-1/+1
|
* Add min range to stats graphsChocobozzz2022-05-101-0/+5
|
* Fix help popover widthChocobozzz2022-05-091-0/+1
|
* Add URL redirection support for external authChocobozzz2022-05-093-7/+18
|
* 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