aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Create a dedicated component for video descriptionChocobozzz2021-06-297-117/+158
|
* Create a dedicated component for video ratingChocobozzz2021-06-297-151/+198
|
* Only display homepage when components are loadedChocobozzz2021-06-2911-32/+90
|
* Playlist miniature consistent font sizeChocobozzz2021-06-291-3/+9
|
* Fix peertube container in markdown previewChocobozzz2021-06-292-26/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-2925-54/+86
|
* Fix daily quota displayChocobozzz2021-06-281-2/+1
|
* Move to sass moduleChocobozzz2021-06-28148-322/+328
|
* Move to sass @useChocobozzz2021-06-28142-306/+303
|
* Fix subtitle downloadChocobozzz2021-06-254-98/+161
|
* Add ability to search playlistsChocobozzz2021-06-2524-165/+347
|
* Cleanup contact form with URLChocobozzz2021-06-157-85/+60
| | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal
* Fix input size of contact form on mobile viewKimsible2021-06-151-0/+10
|
* Fix CSS input displaying contact form + remove contact button underlineKimsible2021-06-152-0/+6
|
* Add /about/instance/contact contact-form route with prefilled queryParams ↵Kimsible2021-06-154-12/+74
| | | | subject&body
* Fix plugin modal/notifierChocobozzz2021-06-141-4/+4
|
* add client hook filter:videojs.optionskontrollanten2021-06-143-140/+51
| | | | closes #4086
* Cache refresh actor promiseChocobozzz2021-06-091-2/+2
|
* Add max rows to videos listChocobozzz2021-06-098-35/+68
|
* Improve channel card custom markupChocobozzz2021-06-096-23/+149
|
* Add more filters for video miniaturesChocobozzz2021-06-093-16/+40
|
* Create peertube-container html tagChocobozzz2021-06-097-25/+77
|
* Fix console error when rewriting a commentChocobozzz2021-06-081-0/+3
|
* ACCOUNT instead of PEERTUBE ACCOUNTChocobozzz2021-06-081-1/+1
| | | | Since we can also have mastodon/pleroma etc accounts
* 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
|\ \