aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix video codec in HLS playlistChocobozzz2020-04-031-1/+2
|
* Video file metadata PR cleanupChocobozzz2020-03-102-3/+13
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-102-20/+27
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Update dependenciesChocobozzz2020-02-287-10/+10
|
* Refactor email enabled functionChocobozzz2020-02-171-4/+3
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-0/+10
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* fix typo in code commentMarcin Mikołajczak2020-02-051-1/+1
|
* Optimize context for CacheFileChocobozzz2020-02-041-91/+106
|
* Don't refresh videos when processing viewsChocobozzz2020-02-041-3/+12
| | | | It allows us to use a cache
* Add model cache for videoChocobozzz2020-02-042-6/+23
| | | | When fetching only immutable attributes
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-86/+93
|
* Move to eslintcontainChocobozzz2020-02-0323-260/+266
|
* Fix lintChocobozzz2020-01-301-2/+0
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-303-10/+31
|
* Fix transcodingChocobozzz2020-01-291-7/+6
|