aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Registration css fixesChocobozzz2022-06-282-9/+48
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-271-8/+8
|\
| * Fix boolean data attributes in homepageChocobozzz2022-06-271-8/+8
| |
| * Fix latest live sessions orderChocobozzz2022-06-241-1/+1
| |
* | Refactor actor avatar componentChocobozzz2022-06-279-50/+69
| |
* | Fix setting theme in clientChocobozzz2022-06-272-5/+5
| |
* | Fix comment add avatar when unloggedChocobozzz2022-06-271-1/+2
| |
* | Fix fetching unlisted video in clientChocobozzz2022-06-243-10/+10
| |
* | Fix latest live sessions orderChocobozzz2022-06-241-1/+1
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-211-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Handle input error in custom input textChocobozzz2022-06-204-2/+17
| |
* | Handle input error in markdown textareaChocobozzz2022-06-204-11/+11
| |
* | Less complicated markdown textarea CSSChocobozzz2022-06-203-211/+128
| |
* | Fix typoChocobozzz2022-06-201-1/+1
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-202-0/+3
|\|
| * Fix user name work wrappingChocobozzz2022-06-171-0/+2
| |
| * Fix video selection buttons placementChocobozzz2022-06-171-0/+1
| |
* | Fix strings that cannot be merged by xlf-mergeChocobozzz2022-06-162-2/+2
| |
* | Cleanup title-page CSSChocobozzz2022-06-164-15/+15
| |
* | Fix top menu opacityChocobozzz2022-06-161-1/+1
| |
* | Improve theme labelChocobozzz2022-06-162-15/+18
| |
* | Increase global font sizeChocobozzz2022-06-1639-193/+134
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-154-6/+6
| |
* | Fix login form scrollingChocobozzz2022-06-151-1/+3
| |
* | Redesign register stepsChocobozzz2022-06-154-6/+12
| |
* | Remove unused global cssChocobozzz2022-06-132-2/+6
| |
* | Reorganize application.scssChocobozzz2022-06-131-1/+0
| |
* | Better icon namesChocobozzz2022-06-134-13/+6
| |
* | Replace all glyphicon iconsChocobozzz2022-06-1323-68/+77
| |
* | Replace glyphicon chevronChocobozzz2022-06-103-3/+4
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-1010-24/+24
| | | | | | | | It's more than just an hidden toggle
* | Prefer global icon instead of glyphicon for copyChocobozzz2022-06-107-33/+14
| |
* | Use bootstrap loaderChocobozzz2022-06-109-80/+22
| |
* | Remove secondary color themeChocobozzz2022-06-101-1/+1
| |
* | Fix list overflowChocobozzz2022-06-103-4/+16
| |
* | Refactor button componentsChocobozzz2022-06-107-39/+40
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-107-25/+34
|\|
| * 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
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-1036-177/+145
| |
* | Support ICU in TS componentsChocobozzz2022-06-089-32/+75
| |
* | Fix various typosluz paz2022-06-072-2/+2
| | | | | | 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`
* | Fix typoChocobozzz2022-06-011-1/+1
| |
* | Added "total views" in the my channels list (#5007)Florian CUNY2022-05-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge branch 'release/4.2.0' into developChocobozzz2022-05-252-6/+8
|\|
| * Fix avatars in notificationsChocobozzz2022-05-251-3/+3
| |
| * Fix upload avatar buttonChocobozzz2022-05-251-3/+5
| |
* | (#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>