aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Remove old federation compatibilityChocobozzz2021-10-151-3/+0
|
* Fix youtube-dl update with proxyChocobozzz2021-10-152-4/+7
|
* Increase test timeoutChocobozzz2021-10-151-1/+1
|
* Improve playback with bad redundanciesChocobozzz2021-10-144-13/+15
|
* Fix lintChocobozzz2021-10-143-3/+2
|
* Remove protractor workaroundChocobozzz2021-10-148-78/+19
| | | | We don't use it anymore
* Remove deprecated torrent static routeChocobozzz2021-10-141-8/+0
|
* Fix admin edition disabling featureChocobozzz2021-10-1414-20/+61
|
* Fix user subscription follows countChocobozzz2021-10-144-30/+56
|
* Fix production configurationChocobozzz2021-10-142-3/+5
|
* Fix import testsChocobozzz2021-10-142-14/+7
|
* Fix benchmark testChocobozzz2021-10-143-3/+3
|
* Fix actor follow counts calculationChocobozzz2021-10-135-26/+28
|
* Fix config test cleanupChocobozzz2021-10-131-0/+4
|
* Process slow followers in unicast job queueChocobozzz2021-10-1310-37/+160
|
* Fix requests timeoutChocobozzz2021-10-131-4/+1
|
* Increase videos search test before timeoutChocobozzz2021-10-131-1/+1
|
* Increase HDR timeout importChocobozzz2021-10-131-1/+1
|
* Config typoChocobozzz2021-10-132-4/+4
|
* Add python-exec to Gentoo dependenciesfrankstrater2021-10-131-1/+2
|
* Fix check after init scriptChocobozzz2021-10-132-7/+10
|
* Add object storage testChocobozzz2021-10-121-0/+6
|
* Upgrade linkifyjsChocobozzz2021-10-124-98/+27
|
* Update client dependenciesChocobozzz2021-10-122-1203/+1465
|
* Upgrade server toolsChocobozzz2021-10-121-25/+25
|
* Update server dependenciesChocobozzz2021-10-123-1247/+1186
|
* Rename config keyChocobozzz2021-10-126-7/+15
|
* add option to always show channel display name (#4422)kontrollanten2021-10-1211-25/+65
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-1212-18/+28
|\
| * Try to fix mock server portsChocobozzz2021-10-125-5/+5
| |
| * Fix upload can deactivateChocobozzz2021-10-121-0/+1
| |
| * Don't use min FPS, throw insteadChocobozzz2021-10-122-2/+5
| | | | | | | | Avoir creating a big output from a very low FPS input file
| * Fix bitrate testsChocobozzz2021-10-124-11/+17
| |
* | extend client-overrides with default images (#4392)kontrollanten2021-10-127-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* | add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-125-33/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-1223-195/+304
| | | | | | | | | | | | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* | Merge branch 'release/3.4.0' into developChocobozzz2021-10-112-2/+5
|\|
| * Fix live bitrateChocobozzz2021-10-112-2/+5
| |
* | Simpler ID matchChocobozzz2021-10-111-4/+3
| |
* | Remove redundant attributeChocobozzz2021-10-111-3/+2
| |
* | Fix email logger typingsChocobozzz2021-10-112-4/+4
| |
* | Remove useless conditionChocobozzz2021-10-111-1/+1
| |
* | Remove useless assignmentChocobozzz2021-10-111-2/+0
| |
* | Improve regexp performanceChocobozzz2021-10-111-1/+1
| |
* | Fix useless conditionChocobozzz2021-10-111-1/+1
| |
* | Fix multiple \n in md to plain textChocobozzz2021-10-111-1/+1
| |
* | Fix channel handle searchChocobozzz2021-10-111-2/+2
| |
* | Remove uneeded language injectionChocobozzz2021-10-111-3/+1
| | | | | | | | It's already handled by angular build
* | Remove unused functionChocobozzz2021-10-111-15/+0
| |
* | Safer iframe creationChocobozzz2021-10-112-20/+11
| |