aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to run transcoding jobsChocobozzz2021-11-183-4/+16
* Prefer cover instead of contain for imagesChocobozzz2021-11-161-3/+6
* Fix thumbnails/previews for portrait videosChocobozzz2021-11-161-11/+32
* Test and log request retriesChocobozzz2021-11-161-9/+9
* Don't display log tag filter for audit logsChocobozzz2021-11-161-4/+15
* Optimize AP fetchChocobozzz2021-11-162-4/+5
* Add ability to filter out public videos from adminChocobozzz2021-11-121-0/+1
* Add minimum bitrate limitChocobozzz2021-11-101-3/+9
* Add ffmpeg tags for ffmpeg logsChocobozzz2021-11-101-15/+18
* Fix error log of bad importChocobozzz2021-11-091-6/+8
* Fix remote interactionChocobozzz2021-11-051-0/+11
* Support RTMPSChocobozzz2021-11-051-7/+6
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+1
* Add ability to filter by file typeChocobozzz2021-11-031-0/+2
* Deprecate filter video queryChocobozzz2021-10-292-3/+10
* Remove unnecessary packageChocobozzz2021-10-262-2/+2
* Fix lintChocobozzz2021-10-261-1/+1
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-1/+8
* Don't write youtube-dl stdout in logChocobozzz2021-10-251-1/+1
* Remove sync call in loggerChocobozzz2021-10-221-4/+0
* Add peertube short link import testChocobozzz2021-10-221-2/+2
* Rewrite youtube-dl importChocobozzz2021-10-226-396/+497
* Add ability to search by URL with query paramsChocobozzz2021-10-201-1/+1
* Fix youtube-dl update with proxyChocobozzz2021-10-152-4/+7
* Fix requests timeoutChocobozzz2021-10-131-4/+1
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-121-1/+4
|\
| * Don't use min FPS, throw insteadChocobozzz2021-10-121-1/+4
| * Remove unused commentsChocobozzz2021-10-081-1/+0
* | Fix email logger typingsChocobozzz2021-10-111-3/+3
* | Fix multiple \n in md to plain textChocobozzz2021-10-111-1/+1
* | Remove unused commentsChocobozzz2021-10-111-1/+0
|/
* Fix silent 500 after resumable uploadChocobozzz2021-09-091-8/+1
* Don't force youtube-dl hostChocobozzz2021-09-081-1/+1
* Remove unused timeout optionChocobozzz2021-09-071-2/+0
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-3/+3
* forceConsistentCasingInFileNames to trueChocobozzz2021-08-301-2/+3
* esModuleInterop to trueChocobozzz2021-08-2715-103/+104
* Allow accounts to skip account setup modalChocobozzz2021-08-271-7/+2
* Don't throw when there is no errorChocobozzz2021-08-261-1/+3
* Remove too much log for webtorrent downloadChocobozzz2021-08-261-1/+1
* More logs for webtorrent downloadChocobozzz2021-08-261-1/+8
* Remove useless asyncChocobozzz2021-08-261-1/+1
* Support proxies for PeerTube (#4346)smilekison2021-08-252-2/+44
* Remove useless conditionChocobozzz2021-08-181-6/+2
* Optimize torrent URL updateChocobozzz2021-08-181-13/+48
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-14/+17
* Improve target bitrate calculationChocobozzz2021-08-062-18/+33
* Limit live bitrateChocobozzz2021-08-062-9/+25
* Fix backend channel name validator consistencyChocobozzz2021-08-051-2/+9
* Log ffmpeg commandChocobozzz2021-07-291-1/+5