aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Increase live segment file nameChocobozzz2020-11-121-1/+1
|
* Force signed headers in http signaturesChocobozzz2020-11-121-1/+5
| | | | Thanks Roger
* Remove deprecated abuse apiChocobozzz2020-11-101-26/+1
|
* Don't add live videos in redundancyChocobozzz2020-11-091-0/+2
|
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
|
* Fix audio sync after saving replayChocobozzz2020-11-091-12/+18
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add save replay live testsChocobozzz2020-11-092-10/+15
|
* Begin live testsChocobozzz2020-11-092-3/+3
|
* Add check params live testsChocobozzz2020-11-091-0/+1
|
* Fix live infohash blockChocobozzz2020-11-091-1/+0
|
* Fix replay savingChocobozzz2020-11-091-4/+28
|
* Add ability to save live replayChocobozzz2020-11-092-1/+16
|
* Check live duration and sizeChocobozzz2020-11-093-9/+19
|
* Handle live federationChocobozzz2020-11-091-0/+1
|
* Live streaming implementation first stepChocobozzz2020-11-093-22/+132
|
* add node-youtube-dl download host env var in auto-updaterRigel Kent2020-10-241-1/+1
|
* Fix transcoding errors in readonly docker containersGirish Ramakrishnan2020-10-231-1/+2
| | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir.
* Refactor video extensions logic in serverChocobozzz2020-08-113-14/+20
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+6
|
* Fix resolution for portrait videosChocobozzz2020-08-031-2/+2
|
* Add abuse messages management in my accountChocobozzz2020-07-311-1/+1
|
* Add server API to abuse messagesChocobozzz2020-07-312-3/+9
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-102-5/+34
|\
| * Handle webp images from youtube-dlChocobozzz2020-07-102-5/+34
| |
* | Add new abuses testsChocobozzz2020-07-103-6/+6
| |
* | Implement abuses check paramsChocobozzz2020-07-104-11/+104
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-106-80/+81
|/
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-4/+25
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-1813-16/+16
|
* Correctly fix subtitles importChocobozzz2020-06-171-11/+10
|
* Fix getSubs importChocobozzz2020-06-161-0/+1
|
* Add search target check paramsChocobozzz2020-06-101-2/+17
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-5/+6
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-2/+18
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Add ability to bulk delete commentsChocobozzz2020-05-291-0/+9
|
* Add missing playlist and playlistElement types in AP contextChocobozzz2020-05-131-0/+3
|
* Use video abuse filters on client sideChocobozzz2020-05-071-0/+10
|
* Fix HLS audio only transcodingChocobozzz2020-05-051-0/+1
|
* Accept numbers in plugin namesChocobozzz2020-05-041-1/+1
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-2/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-044-18/+47
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+1
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-2/+10
|
* Add licence and language support to y-dl importsChocobozzz2020-04-201-2/+13
|
* Fix import captions testChocobozzz2020-04-151-7/+12
|
* Add getSubs to YoutubeDL video importkimsible2020-04-141-0/+36
|
* Add SQL query support in pluginsChocobozzz2020-04-091-1/+1
|
* Refactor plugin helpers factoryChocobozzz2020-04-091-22/+29
|
* Fix torrent import on windowsChocobozzz2020-04-072-5/+7
|
* Support audio files importChocobozzz2020-04-032-7/+17
|