aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix admin edition disabling featureChocobozzz2021-10-145-7/+20
|
* Fix user subscription follows countChocobozzz2021-10-143-30/+55
|
* Fix import testsChocobozzz2021-10-141-3/+3
|
* Fix benchmark testChocobozzz2021-10-142-2/+2
|
* 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
|
* Fix check after init scriptChocobozzz2021-10-132-7/+10
|
* Add object storage testChocobozzz2021-10-121-0/+6
|
* Upgrade server toolsChocobozzz2021-10-121-25/+25
|
* Update server dependenciesChocobozzz2021-10-121-8/+0
|
* Rename config keyChocobozzz2021-10-122-2/+2
|
* add option to always show channel display name (#4422)kontrollanten2021-10-122-0/+16
| | | | | | | | | | | | | | | * 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-125-12/+21
|\
| * 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-123-10/+16
| |
* | extend client-overrides with default images (#4392)kontrollanten2021-10-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-125-182/+234
| | | | | | | | | | | | | | | | | | | | | | * 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
| |
| * Increase live tests timeoutChocobozzz2021-10-081-2/+2
| |
| * Fix notification on create transcoding jobChocobozzz2021-10-083-6/+20
| |
| * More robust youtube-dl thumbnail importChocobozzz2021-10-081-2/+10
| |
| * Handle oembed with params in URLChocobozzz2021-10-082-32/+50
| |
| * Remove unused commentsChocobozzz2021-10-082-2/+0
| |
| * Fix channel search with complete handleChocobozzz2021-10-082-1/+8
| |
| * Stop indexing /about/peertubeChocobozzz2021-10-085-2/+33
| |
* | Simpler ID matchChocobozzz2021-10-111-4/+3
| |
* | Fix email logger typingsChocobozzz2021-10-112-4/+4
| |
* | Remove useless conditionChocobozzz2021-10-111-1/+1
| |
* | 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
* | Merge branch 'next' into developChocobozzz2021-10-117-2166/+8
|\ \
| * | Fix embed apiChocobozzz2021-09-101-1/+1
| | |
| * | Remove peertube watch and peertube replChocobozzz2021-09-107-2165/+7
| |/ | | | | | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* | Increase live tests timeoutChocobozzz2021-10-111-2/+2
| |
* | Fix notification on create transcoding jobChocobozzz2021-10-113-6/+20
| |
* | More robust youtube-dl thumbnail importChocobozzz2021-10-111-2/+10
| |
* | Handle oembed with params in URLChocobozzz2021-10-112-32/+50
| |
* | Remove unused commentsChocobozzz2021-10-112-2/+0
| |
* | Fix channel search with complete handleChocobozzz2021-10-112-1/+8
| |
* | Stop indexing /about/peertubeChocobozzz2021-10-115-2/+33
|/
* Fix client testsChocobozzz2021-09-091-1/+4
|
* Fix silent 500 after resumable uploadChocobozzz2021-09-093-12/+3
|