aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to set custom markdown in descriptionChocobozzz2021-05-3125-26/+75
|
* Add help to custom markdown textareaChocobozzz2021-05-314-3/+17
|
* Support peertube button in custom markupChocobozzz2021-05-285-2/+68
|
* Replace local menu iconChocobozzz2021-05-281-1/+1
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+9
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-288-9/+9
| | | | And use them as default in client
* CleanupChocobozzz2021-05-287-43/+59
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-282-1/+4
|\
| * Use separate file for plugin placeholder componentChocobozzz2021-05-272-1/+4
| |
* | Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-2734-37/+637
|\|
| * Instance homepage support (#4007)Chocobozzz2021-05-2723-8/+579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
| * Fix from now pipeChocobozzz2021-05-271-12/+17
| |
| * Fix UI overflowsChocobozzz2021-05-261-1/+1
| |
| * Fix live ending bannerChocobozzz2021-05-251-1/+2
| |
| * Fix recommended banner sizeChocobozzz2021-05-141-1/+1
| |
| * Fix button icon in admin pluginsChocobozzz2021-05-101-1/+1
| |
| * Fix miniature overflowChocobozzz2021-05-101-0/+2
| |
| * Sort channels by -updatedAtChocobozzz2021-05-104-11/+20
| |
| * Add ability to search live videosChocobozzz2021-05-051-2/+14
| |
* | Use userId key to distinct Account or VideoChannel actorKimsible2021-05-051-13/+9
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-056-9/+9
| |
* | Refactor client @actorName matcher with new API routeKimsible2021-05-053-1/+44
|/
* Fix non logged add comment avatarChocobozzz2021-05-051-4/+3
|
* Fix miniature avatar sizeChocobozzz2021-05-053-3/+8
|
* More efficient advanced input filterChocobozzz2021-05-031-10/+38
|
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-032-14/+2
|
* Refactor search filtersChocobozzz2021-05-0314-96/+104
|
* Fix avatar in report pageChocobozzz2021-05-031-2/+2
|
* Add ability to filter my videos by liveChocobozzz2021-05-0312-43/+125
|
* Cleanup plugins admin CSSChocobozzz2021-04-296-11/+30
|
* Fix actor avatar backgroundChocobozzz2021-04-292-4/+4
|
* Move to stylelintChocobozzz2021-04-2831-108/+114
|
* Remove avatarUrl from modelsChocobozzz2021-04-287-29/+1
|
* Refactor actor avatar displayChocobozzz2021-04-2823-135/+214
|
* Rename actor image edit moduleChocobozzz2021-04-2810-2/+2
|
* Better video languages filter UXChocobozzz2021-04-281-29/+40
| | | | | Don't throw if the user did not select any language, automatically select "all languages" instead
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-2/+2
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-274-6/+86
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Fix video actions dropdown overflowChocobozzz2021-04-261-0/+1
|
* Playlist miniature consistencyChocobozzz2021-04-261-3/+3
|
* Fix menu dropdown overflowChocobozzz2021-04-261-1/+1
| | | | Weird issue conflicting with the dropdown config from the menu component
* Fix eye button for password inputChocobozzz2021-04-262-1/+5
|
* rephrase signup limit validator error (#3984)Florian CUNY2021-04-211-1/+1
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Refactor feed componentChocobozzz2021-04-153-29/+10
|
* Refactor menu cssChocobozzz2021-04-153-72/+76
|
* Refactor comment add cssChocobozzz2021-04-152-1/+2
|
* Don't always use a link for account avatarChocobozzz2021-04-155-25/+33
|
* Remove unused class in download modalChocobozzz2021-04-151-9/+0
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-1519-52/+111
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-1413-53/+33
|