aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1132-343/+658
|\
| * Use a single file instead of segments for HLSChocobozzz2019-02-113-6/+9
| |
| * Add hls support on serverChocobozzz2019-02-117-12/+62
| |
| * Try to fix Mac video uploadChocobozzz2019-01-241-2/+2
| |
| * Prefer avg_frame_rate to fetch video FPSChocobozzz2019-01-171-1/+1
| |
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1512-163/+107
| | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| * Implement contact form on server sideChocobozzz2019-01-103-4/+33
| |
| * Add notifications in the clientChocobozzz2019-01-092-5/+9
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-092-1/+26
| |
| * Add user notification base codeChocobozzz2019-01-092-0/+24
| |
| * Add history on server sideChocobozzz2018-12-181-0/+5
| | | | | | | | Add ability to disable, clear and list user videos history
| * Fix crash regarding video stream issueChocobozzz2018-12-121-1/+1
| |
| * Fix broken audio with transcodingChocobozzz2018-12-111-3/+3
| |
| * Overwrite video captionChocobozzz2018-12-111-1/+1
| |
| * Use move instead renameChocobozzz2018-12-111-2/+2
| | | | | | | | To avoid EXDEV errors
| * Support additional video extensionsChocobozzz2018-12-113-8/+13
| |
| * Add sitemapChocobozzz2018-12-051-2/+2
| |
| * Add tmp and redundancy directoriesChocobozzz2018-12-044-12/+13
| |
| * Fix thumbnail processingChocobozzz2018-12-042-10/+8
| |
| * Optimize config endpointChocobozzz2018-11-231-3/+3
| |
| * Fix youtube video importChocobozzz2018-11-211-2/+2
| |
| * Cleanup tests importsChocobozzz2018-11-191-1/+1
| |
| * Fix checkbox marginsChocobozzz2018-11-191-5/+5
| |
| * Optimize image resizingChocobozzz2018-11-191-2/+17
| |
| * Fix images size when downloading themChocobozzz2018-11-161-1/+11
| |
| * Fix AP collections paginationChocobozzz2018-11-161-7/+7
| |
| * Check activities hostChocobozzz2018-11-142-2/+11
| |
| * Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-142-9/+66
| |
| * Merge branch 'master' into developChocobozzz2018-11-131-1/+1
| |\
| | * Rename context stats to stateThomas Citharel2018-11-131-1/+1
| | | | | | | | | I guess it refers to the VideoState enum used here as `state` instead.
| | * Add HTTP signature check before linked signatureChocobozzz2018-10-192-39/+63
| | | | | | | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
| * | (ffmpeg) force pixel format yuv420p (#1394)Rigel Kent2018-11-121-0/+1
| | |
| * | Update translationsChocobozzz2018-10-191-4/+1
| | |
| * | Add HTTP signature check before linked signatureChocobozzz2018-10-192-39/+63
| | | | | | | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
| * | Fix transcodingChocobozzz2018-10-181-72/+87
| | |
| * | AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+4
| | |
| * | Oup'sChocobozzz2018-10-171-7/+7
| | |
| * | Fix testsChocobozzz2018-10-171-7/+9
| | |
| * | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-0/+5
| |\ \
| | * | move to boolean switchRigel Kent2018-10-131-5/+4
| | | |
| | * | add webtorrent opt-out settingsRigel Kent2018-10-131-1/+7
| | | | | | | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
| * | | Set keyframe interval for transcoding (fixes #1147) (#1231)Felix Ableitner2018-10-171-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set keyframe interval for transcoding (fixes #1147) * remove -maxrate and old bitrate setter * pass fps as parameter * set type for ffmpeg param * assign ffmpeg object
| * | | Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+4
| |/ /
| * | add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-131-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add parseBytes utility function and tests make it parse TB MB fix parseBytes; * 1024 test bytes too, and make parseByte to parse quotas add test in travis.sh in misc * fix parseBytes and test to pass linting
| * | Merge branch 'release/v1.0.0' into developChocobozzz2018-10-111-3/+3
| |\|
| | * Add more headers to broadcast/unicastChocobozzz2018-10-101-3/+3
| | |
| * | Add ability to list all local videosChocobozzz2018-10-102-4/+8
| | | | | | | | | | | | Including private/unlisted for moderators/admins
| * | fix automatic bitrate adjustmentRigel Kent2018-10-081-1/+1
| | | | | | | | | | | | | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution
| * | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-082-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file
* | | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-083-4/+4
| | |