Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | Merge branch 'fix/2047-rich-media-parser' into 'develop' | rinpatch | |
RichMedia parser fix Closes #2047 See merge request pleroma/pleroma!2941 | |||
2020-09-02 | Merge branch 'http-fixes' into 'develop' | rinpatch | |
Improvements and fixes for http requests See merge request pleroma/pleroma!2904 | |||
2020-09-02 | timeout option moved to gun adapter helper | Alexander Strizhakov | |
2020-09-02 | default pool for tz_data client | Alexander Strizhakov | |
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |
2020-09-02 | don't overwrite passed pool option in http clients | Alexander Strizhakov | |
2020-09-02 | improvements and fixes for http requests | Alexander Strizhakov | |
- fix for gun worker termination in some circumstances - pool for http clients (ex_aws, tzdata) - default pool timeouts for gun - gun retries on gun_down messages - s3 upload timeout if streaming enabled | |||
2020-09-02 | search: fix 'following' query parameter | Karol Kosek | |
The parameter included the accounts that are following you (followers) instead of those you are actually following. Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me> | |||
2020-09-01 | [#2497] Fix for png media proxy preview response headers (content-type & ↵ | Ivan Tashkinov | |
content-disposition). | |||
2020-09-01 | Fix frontend install mix task bug | Sean King | |
2020-09-01 | don't fail on url fetch | Alexander Strizhakov | |
2020-09-01 | Fix removing an account from a list | Haelwenn (lanodan) Monnier | |
Mastodon (Frontend) changed a different method for deletes, keeping old format as mastodon documentation is too loose | |||
2020-09-01 | User table: ensure bio is always a string | rinpatch | |
Gets rid of '|| ""' in multiple places and fixes #2067 | |||
2020-09-01 | fetcher: Remove fix_object call for Question activities | Haelwenn (lanodan) Monnier | |
2020-09-01 | common_fixes: Force inserting context and context_id | Haelwenn (lanodan) Monnier | |
2020-09-01 | Add new Emoji Ecto.Type and fix emoji in Question | Haelwenn (lanodan) Monnier | |
2020-09-01 | transmogrifier: Remove mastodon emoji-format from emoji field | Haelwenn (lanodan) Monnier | |
2020-09-01 | application.ex: disable warnings_as_errors at runtime | rinpatch | |
see changed files for rationale | |||
2020-08-31 | Merge branch 'chat-relation-constraints' into 'develop' | Haelwenn | |
Chats: Add cascading delete on both referenced users. See merge request pleroma/pleroma!2934 | |||
2020-08-31 | Chats: Add cascading delete on both referenced users. | lain | |
Also remove the now-superfluous join in the chat controller, which was only used to filter out these cases. | |||
2020-08-31 | [#2497] Added Cache-Control response header for media proxy preview endpoint. | Ivan Tashkinov | |
2020-08-31 | Notification: Small refactor. | lain | |
2020-08-30 | Merge branch 'develop' into feld-2168-media-preview-proxy | Mark Felder | |
2020-08-30 | Credo | Mark Felder | |
2020-08-30 | Support PNG previews to preserve alpha channels | Mark Felder | |
2020-08-29 | QtFastStart: optimize | href | |
~4-6x faster ~3~4x memory usage reduction (now mostly adds what we are rewriting in the metadatas) | |||
2020-08-28 | Rewrite MP4/MOV binaries to be faststart | href | |
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-28 | marks notifications as read after mute | Maksim Pechnikov | |
2020-08-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-2.1-rc0 | |||
2020-08-27 | Add a note about the avatars and banners situation | Mark Felder | |
2020-08-27 | Support static avatars and header images with Mediaproxy Preview | Mark Felder | |
2020-08-27 | Keep args construction within video/image scopes instead of mangling down in ↵ | Mark Felder | |
fifo town | |||
2020-08-27 | Try to trick ffmpeg into working with this named pipe | Mark Felder | |
2020-08-27 | ffmpeg needs input from fifo path, not stdin | Mark Felder | |
2020-08-27 | Attempt at supporting video thumbnails via ffmpeg | Mark Felder | |
2020-08-27 | Merge 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-27 | Follow redirects. | Mark Felder | |
I think we should be using some global adapter options here, though. | |||
2020-08-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-2.1-rc0 | |||
2020-08-27 | ChatController: Don't die if the recipient is gone. | lain | |
2020-08-26 | Move arg for images to the list so we can reuse these fifo functions for videos | Mark Felder | |
2020-08-26 | Rename to make it obvious this is for images not videos | Mark Felder | |
2020-08-26 | Merge branch 'develop' into feld-2168-media-preview-proxy | Mark Felder | |
2020-08-26 | Ensure GIFs are redirected to the original or they become static. | Mark Felder | |
2020-08-26 | Change method of convert using stdout, make progressive jpegs | Mark Felder | |
2020-08-26 | Remove auto-orient; don't use it on previews, only originals | Mark Felder | |
2020-08-26 | Use mkfifo to feed ImageMagick | href | |
2020-08-26 | TimelineController: Keys are atoms now. | lain | |
Closes #2078 Closes #2070 | |||
2020-08-26 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-2.1-rc0 | |||
2020-08-25 | Try specifying fd0, force jpg out | Mark Felder | |
2020-08-25 | Allow both stdin and stdout | Mark Felder | |