aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-08-30Support PNG previews to preserve alpha channelsMark Felder
2020-08-29QtFastStart: optimizehref
~4-6x faster ~3~4x memory usage reduction (now mostly adds what we are rewriting in the metadatas)
2020-08-28Rewrite MP4/MOV binaries to be faststarthref
In some cases, MP4/MOV files can have the data _before_ the meta-data. Thus, ffmpeg (and all similar tools) cannot really process the input if it's given over stdin/streaming/pipes. BUT I REALLY DON'T WANT TO MAKE TEMPORARY FILES so here we go, an implementation of qtfaststart in elixir.
2020-08-28marks notifications as read after muteMaksim Pechnikov
2020-08-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-27Add a note about the avatars and banners situationMark Felder
2020-08-27Support static avatars and header images with Mediaproxy PreviewMark Felder
2020-08-27Keep args construction within video/image scopes instead of mangling down in ↵Mark Felder
fifo town
2020-08-27Try to trick ffmpeg into working with this named pipeMark Felder
2020-08-27ffmpeg needs input from fifo path, not stdinMark Felder
2020-08-27Attempt at supporting video thumbnails via ffmpegMark Felder
2020-08-27Merge branch '2078-list-fixes' into 'develop'Haelwenn
Resolve "List timeline returns incorrectly assigned Account for replies and repeats" Closes #2070 and #2078 See merge request pleroma/pleroma!2923
2020-08-27Follow redirects.Mark Felder
I think we should be using some global adapter options here, though.
2020-08-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-27ChatController: Don't die if the recipient is gone.lain
2020-08-26Move arg for images to the list so we can reuse these fifo functions for videosMark Felder
2020-08-26Rename to make it obvious this is for images not videosMark Felder
2020-08-26Merge branch 'develop' into feld-2168-media-preview-proxyMark Felder
2020-08-26Ensure GIFs are redirected to the original or they become static.Mark Felder
2020-08-26Change method of convert using stdout, make progressive jpegsMark Felder
2020-08-26Remove auto-orient; don't use it on previews, only originalsMark Felder
2020-08-26Use mkfifo to feed ImageMagickhref
2020-08-26TimelineController: Keys are atoms now.lain
Closes #2078 Closes #2070
2020-08-26Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-25Try specifying fd0, force jpg outMark Felder
2020-08-25Allow both stdin and stdoutMark Felder
2020-08-25Redirects for videos right nowMark Felder
2020-08-25Switch to imagemagick, only support videosMark Felder
2020-08-25Merge branch 'feature/1952-read-muted-notifications' into 'develop'feld
Automatically mark notifications about statuses from muted users and threads as read Closes #1952 See merge request pleroma/pleroma!2893
2020-08-25Merge branch 'develop' into feld-2168-media-preview-proxyMark Felder
2020-08-25Webfinger: Handle bogus ids better.lain
2020-08-25Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0lain
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-24Merge branch 'relay-fix-admin-fe' into 'develop'feld
Relay fix for admin-fe See merge request pleroma/pleroma!2902
2020-08-22Use the image thumbnail for rich metadata (OGP/Twittercards)Mark Felder
2020-08-21Remove newline for linterhref
2020-08-21Try to warm the cache with the preview image if preview proxy enabledMark Felder
2020-08-21Fix truncated imageshref
2020-08-21Merge branch 'features/validators-event' into 'develop'lain
Pipeline Ingestion: Event See merge request pleroma/pleroma!2909
2020-08-21adding actor type in user showAlexander Strizhakov
2020-08-21[#2497] Media preview proxy: added `quality` config setting, adjusted ↵Ivan Tashkinov
width/height defaults.
2020-08-20Pipeline Ingestion: EventHaelwenn (lanodan) Monnier
2020-08-20[#2497] Media preview proxy: added Content-Disposition header with filename ↵Ivan Tashkinov
to response.
2020-08-19[#2497] Media preview proxy config refactoring & documentation.Ivan Tashkinov
2020-08-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
features/validators-audio2
2020-08-19fixes for mix tasksAlexander Strizhakov
- fix for `mix pleroma.database update_users_following_followers_counts` - raise error, if fetch was unsuccessful in emoji tasks - fix for `pleroma.digest test` task
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-08-19Pipeline Ingestion: Audio (Part 2)Haelwenn (lanodan) Monnier
2020-08-18Merge branch '2064-image-blanking' into 'develop'Haelwenn
Resolve "Make default image description blank" Closes #2064 See merge request pleroma/pleroma!2899
2020-08-18[#2497] Added video preview proxy. Switched from exexec to Port.Ivan Tashkinov