aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-087-17/+15
|
* Bidi supportChocobozzz2021-06-0780-262/+395
|
* Add ability to filter menu linksChocobozzz2021-06-075-99/+125
|
* fix colspan for user view of reportsRigel Kent2021-06-071-2/+5
|
* Speed up plugins loadingChocobozzz2021-06-0414-55/+60
|
* Use HTML config when possibleChocobozzz2021-06-0447-351/+265
|
* Load server config on app initChocobozzz2021-06-043-164/+34
|
* Add debug logs to plugin serviceChocobozzz2021-06-041-0/+12
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+5
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* Refactor server errors handlerChocobozzz2021-06-024-9/+18
|
* refactor API errors to standard error formatRigel Kent2021-06-022-2/+2
|
* Fix live image aspect ratio in theatre modeChocobozzz2021-06-012-1/+5
|
* Show logo in mobile view (#4141)kontrollanten2021-05-311-4/+5
| | | | | * client: show logo in mobile view * client(menu): add space between burger and logo
* Remove unused codeChocobozzz2021-05-312-11/+1
|
* Fix /:@actor redirectionChocobozzz2021-05-311-8/+3
| | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4134
* Add ability to set custom markdown in descriptionChocobozzz2021-05-3134-48/+118
|
* Add help to custom markdown textareaChocobozzz2021-05-315-3/+20
|
* Support peertube button in custom markupChocobozzz2021-05-285-2/+68
|
* Replace local menu iconChocobozzz2021-05-282-2/+2
|
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-282-2/+2
|\
| * Fix create account buttonChocobozzz2021-05-282-2/+2
| |
* | Remove unused componentChocobozzz2021-05-281-44/+0
| |
* | Implemented configurable minimum signup agePoslovitch2021-05-289-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2822-60/+74
| | | | | | | | And use them as default in client
* | CleanupChocobozzz2021-05-289-55/+78
| | | | | | | | | | 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-283-4/+5
|\ \
| * | Use separate file for plugin placeholder componentChocobozzz2021-05-272-1/+4
| | |
| * | Fix home routingChocobozzz2021-05-271-3/+1
| | |
* | | Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-27114-558/+1602
|\| |
| * | Remove ngx-metaChocobozzz2021-05-2723-82/+118
| | | | | | | | | | | | Unmaintained
| * | change license to licenceFrank Sträter2021-05-271-1/+1
| | | | | | | | | | | | | | | | | | Change "license" to "licence" for consistency in the user interface in English. License is both a noun and a verb in the United States. If you live in any other English-speaking country, you will spell it "licence" when you use it as a noun and "license" when you use it as a verb.
| * | Instance homepage support (#4007)Chocobozzz2021-05-2748-92/+931
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-263-1/+6
| |\|
| | * Fix UI overflowsChocobozzz2021-05-263-1/+6
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-252-2/+3
| |\|
| | * Fix live ending bannerChocobozzz2021-05-252-2/+3
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-251-0/+2
| |\|
| | * Fix local plugin auth selectChocobozzz2021-05-251-0/+2
| | |
| | * Fix broadcast message levelChocobozzz2021-05-141-1/+1
| | |
| * | Fix broadcast message levelChocobozzz2021-05-251-1/+1
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-142-2/+2
| |\|
| | * Fix logger warning levelChocobozzz2021-05-141-1/+1
| | |
| | * Fix recommended banner sizeChocobozzz2021-05-141-1/+1
| | |
| * | Inject server config in HTMLChocobozzz2021-05-145-44/+37
| | |
| * | Default to dark theme if requested by userChocobozzz2021-05-111-1/+13
| | |
| * | Remember tab in upload pageChocobozzz2021-05-112-7/+23
| | |
| * | Error if importing a torrent with multiple filesChocobozzz2021-05-111-2/+8
| | |
| * | Reorganize plugin modelsChocobozzz2021-05-113-6/+11
| |/
| * Fix paused upload messageChocobozzz2021-05-111-1/+1
| |