aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add toki pona in video languagesChocobozzz2022-06-241-0/+1
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-241-1/+1
|\
| * Fix lintChocobozzz2022-06-241-1/+1
| |
| * Fix removed sha segments on fast restreamChocobozzz2022-06-245-21/+19
| |
* | Fix removed sha segments on fast restreamChocobozzz2022-06-245-21/+19
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-4/+4
|\|
| * Fix duplicated tags errorChocobozzz2022-06-231-4/+4
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-237-58/+152
|\|
| * Fix search index testsChocobozzz2022-06-231-4/+4
| |
| * Fix fast restream in saved permanent liveChocobozzz2022-06-237-58/+152
| |
* | Fix video right checkChocobozzz2022-06-224-11/+12
| |
* | Refactor video rights checkerChocobozzz2022-06-228-73/+89
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-2116-8/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | fixes video not played from defined parameters in embed service (#5023)Durgaraj Karki2022-06-212-14/+64
| | | | | | | | | | | | | | | | | | * fixes video not played from defined parameters in embed service * adds parameters to the oembed services * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Update server dependenciesChocobozzz2022-06-213-8/+4
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-211-1/+1
|\|
| * Fix AP element with deleted video federationChocobozzz2022-06-211-1/+1
| |
* | Correctly handle unknown remote actor image sizeChocobozzz2022-06-201-6/+15
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-208-8/+54
|\|
| * Relax views federationChocobozzz2022-06-202-2/+2
| |
| * Fix users statsChocobozzz2022-06-174-6/+10
| |
| * Fix searching in blocklistChocobozzz2022-06-172-0/+42
| |
* | Optimize view endpointChocobozzz2022-06-178-28/+52
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-179-69/+63
|\|
| * Send views in a dedicated queueChocobozzz2022-06-174-5/+22
| |
| * Optimize broadcast job creationChocobozzz2022-06-175-61/+36
| |
| * Increase max watch sectionsChocobozzz2022-06-171-1/+1
| |
| * Fix transaction when processing local viewerChocobozzz2022-06-171-2/+4
| |
* | Increase test timeoutChocobozzz2022-06-171-1/+1
| |
* | Increase test timeoutChocobozzz2022-06-161-1/+1
| |
* | More robust move to object storage job failureChocobozzz2022-06-162-5/+23
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-163-8/+19
|\|
| * Fix live ending job that breaks new live sessionChocobozzz2022-06-163-8/+19
| |
* | More robust duration parsingChocobozzz2022-06-142-34/+68
| |
* | Clearer video creation from API regarding ratesChocobozzz2022-06-082-3/+1
| |
* | Fix search index testsChocobozzz2022-06-081-4/+4
| |
* | Fix abuse testsChocobozzz2022-06-081-2/+2
| |
* | Fix various typosluz paz2022-06-0713-14/+14
| | | | | | 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`
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-072-1/+2
|\|
| * Fix schema.org contextChocobozzz2022-06-072-1/+2
| |
* | Remove unused functionChocobozzz2022-06-032-9/+2
| |
* | Update tsconfigChocobozzz2022-06-031-6/+6
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-031-2/+2
|\|
| * Fix search index testsChocobozzz2022-06-031-2/+2
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-033-3/+5
|\|
| * Fix invalid download filenameChocobozzz2022-06-031-1/+3
| |
| * Completely remove best default trending algorithmChocobozzz2022-06-032-2/+2
| |
* | Added "total views" in the my channels list (#5007)Florian CUNY2022-05-312-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Add live autostart/messages in embedChocobozzz2022-05-311-1/+5
| |
* | Bypass rate limits for admins and moderatorsChocobozzz2022-05-306-10/+50
| |