aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update angularChocobozzz2023-05-231-1/+1
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-1/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
|
* Deprecate filter video queryChocobozzz2021-10-291-2/+1
| | | | Introduce include and isLocal instead
* Custom markup container default to space betweenChocobozzz2021-08-261-0/+2
|
* Fix client lintChocobozzz2021-08-171-2/+2
|
* Filter videos by live in custom markupChocobozzz2021-08-021-0/+2
|
* Fetch things in bulk for the homepageChocobozzz2021-08-021-9/+9
|
* Support accountHandle and channelHandleChocobozzz2021-07-011-0/+3
|
* Only display homepage when components are loadedChocobozzz2021-06-291-12/+24
|
* Cache refresh actor promiseChocobozzz2021-06-091-2/+2
|
* Add max rows to videos listChocobozzz2021-06-091-12/+28
|
* Improve channel card custom markupChocobozzz2021-06-091-2/+13
|
* Add more filters for video miniaturesChocobozzz2021-06-091-12/+20
|
* Create peertube-container html tagChocobozzz2021-06-091-9/+56
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-311-7/+17
|
* Support peertube button in custom markupChocobozzz2021-05-281-0/+25
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+136
* 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