aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | Replace glyphicon chevronChocobozzz2022-06-1013-48/+22
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-1021-51/+51
| | | | | | | | It's more than just an hidden toggle
* | Prefer global icon instead of glyphicon for copyChocobozzz2022-06-1011-35/+28
| |
* | Prefer using our icons for notificationsChocobozzz2022-06-102-3/+13
| |
* | Use bootstrap loaderChocobozzz2022-06-1012-83/+25
| |
* | Remove secondary color themeChocobozzz2022-06-104-12/+9
| |
* | Fix list overflowChocobozzz2022-06-103-4/+16
| |
* | Refactor button componentsChocobozzz2022-06-107-39/+40
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-1013-35/+49
|\|
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-104-5/+9
| |
| * Fix my import expander iconChocobozzz2022-06-101-1/+1
| | | | | | | | Should not be displayed if there is no import error
| * Fix button icon marginChocobozzz2022-06-103-1/+8
| |
| * Fix filters error in consoleChocobozzz2022-06-101-1/+1
| |
| * Fix upload banner icon marginChocobozzz2022-06-102-6/+12
| |
| * Fix search filters countChocobozzz2022-06-102-21/+18
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-10116-677/+567
| |
* | Support ICU in TS componentsChocobozzz2022-06-0826-155/+333
| |
* | Fix various typosluz paz2022-06-073-3/+3
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-037-4/+26
|\|
| * Handle playlist without videos availableChocobozzz2022-06-036-4/+22
| |
| * Completely remove best default trending algorithmChocobozzz2022-06-031-0/+4
| |
* | Fix typoChocobozzz2022-06-011-1/+1
| |
* | Added "total views" in the my channels list (#5007)Florian CUNY2022-05-312-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test
* | Display "No subscribers" in my-library instead of "0 subscribers"Poslovitch2022-05-301-1/+1
| | | | | | | | Was suggested in https://github.com/Chocobozzz/PeerTube/pull/4484
* | Add missing i18n for hotkeysChocobozzz2022-05-251-1/+3
| |
* | 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
|