aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix raw file importChocobozzz2021-01-201-1/+6
|
* Fix (again) youtube importChocobozzz2021-01-194-50/+52
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-193-5/+29
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Fix manifestChocobozzz2021-01-191-1/+1
|
* Fix user notification testChocobozzz2021-01-191-1/+1
|
* Fix youtube importChocobozzz2021-01-181-4/+12
|
* Fix lintChocobozzz2021-01-181-1/+1
|
* Fix youtube-dl format fallbackChocobozzz2021-01-181-1/+2
|
* Fix service workerChocobozzz2021-01-181-17/+4
|
* Increase test timeoutChocobozzz2021-01-181-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-1510-56/+160
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* Implement remote interactionChocobozzz2021-01-152-0/+30
|
* Display debug ffmpeg stdout/stderrChocobozzz2021-01-151-1/+3
|
* Remove unused tracker paramChocobozzz2021-01-151-1/+0
|
* Fix lintChocobozzz2021-01-131-3/+11
|
* Add 4k transcoding testChocobozzz2021-01-132-1/+31
|
* Fix and add skipping ping log testsChocobozzz2021-01-131-1/+30
|
* specific niceness for live transcodingRigel Kent2021-01-132-3/+9
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-135-5/+34
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* feat: allow administrator to disable logging of ping requestsJohan Fleury2021-01-131-1/+2
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-1314-2/+24
|
* add test for script printing commandRigel Kent2021-01-132-0/+37
|
* add script printing command to generate a resolution for a given fileRigel Kent2021-01-131-16/+18
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-134-7/+66
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Increase test timeoutChocobozzz2021-01-121-1/+1
|
* Update translationsChocobozzz2021-01-111-1/+1
|
* Fix tracker IP with reverse proxyChocobozzz2021-01-111-1/+1
|
* Fix duplicate entry in job list pageChocobozzz2021-01-111-1/+1
|
* Retrieve user by id instead of usernameChocobozzz2021-01-112-4/+4
|
* Don't reject accounts with empty descriptionChocobozzz2021-01-111-0/+7
|
* Log RTMP server error (address already in use)Chocobozzz2021-01-111-0/+4
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Increase live test timeoutChocobozzz2021-01-081-1/+1
|
* Reduce inbox stats updated intervalChocobozzz2021-01-081-1/+1
|
* Fix ldap test portChocobozzz2021-01-041-1/+1
|
* Fix autoblacklist notification issueChocobozzz2021-01-041-2/+7
|
* Don't crash on youtube-dl update write errorChocobozzz2021-01-041-1/+6
|
* Add missing audit log if the user deletes its accountChocobozzz2021-01-043-4/+11
|
* Fix views processing hour 0Chocobozzz2020-12-301-1/+1
|
* Support activeMonth and activeHalfyear in nodeinfoChocobozzz2020-12-303-3/+9
|
* Increase notifications comment test timeoutChocobozzz2020-12-301-8/+8
|
* StylingChocobozzz2020-12-301-6/+9
|
* (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.Theodore R. Smith2020-12-272-0/+23
| | | | | | | | | | | | | | | | **The Solution:** I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL. **The Problem:** When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port. For instance, if there was a trailing / in your instance URL, before this commit it will always fail with expected 200 "OK", got 404 "Not Found". It took me over 20 minutes to figure out that this was the problem. See Issue #3091.
* Fix buildChocobozzz2020-12-221-1/+1
|
* Force HLS transcodingChocobozzz2020-12-222-8/+20
| | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug
* Fix redundancy federation in some casesChocobozzz2020-12-173-4/+17
|
* More robust server stats testsChocobozzz2020-12-161-3/+3
|
* Fix live badge in videos listChocobozzz2020-12-162-0/+17
|
* Fix stats testsChocobozzz2020-12-161-2/+8
|