aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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