summaryrefslogtreecommitdiff
path: root/changelog.d
AgeCommit message (Collapse)Author
2024-06-05Merge branch 'cowboy-streaming' into 'develop'feld
Allow Cowboy to stream the response instead of chunk it See merge request pleroma/pleroma!4138
2024-06-04Allow Cowboy to stream the response instead of chunk itMark Felder
2024-06-01Merge branch 'ipfs-dialyzer-fixes' into 'develop'lain
IPFS uploader: dialyzer fixes See merge request pleroma/pleroma!4129
2024-05-31Use proper workers for fetching pins instead of an ad-hoc taskFloatingghost
BUG: https://git.pleroma.social/pleroma/pleroma/-/issues/3276
2024-05-30IPFS uploader: dialyzer fixesMark Felder
lib/pleroma/uploaders/ipfs.ex:43:no_return Function put_file/1 has no local return. ________________________________________________________________________________ lib/pleroma/uploaders/ipfs.ex:49:call The function call will not succeed. Pleroma.HTTP.post( binary(), _mp :: %Tesla.Multipart{ :boundary => binary(), :content_type_params => [binary()], :parts => [ %Tesla.Multipart.Part{ :body => binary(), :dispositions => [any()], :headers => [any()] }, ... ] }, [], [{:params, [{:"cid-version", <<49>>}]}] ) will never return since the success typing is: (binary(), binary(), [{binary(), binary()}], Keyword.t()) :: {:error, _} | {:ok, %Tesla.Env{ :__client__ => %Tesla.Client{ :adapter => nil | {_, _} | {_, _, _}, :fun => _, :post => [any()], :pre => [any()] }, :__module__ => atom(), :body => _, :headers => [{_, _}], :method => :delete | :get | :head | :options | :patch | :post | :put | :trace, :opts => [{_, _}], :query => [{_, _}], :status => nil | integer(), :url => binary() }} and the contract is (Pleroma.HTTP.Request.url(), String.t(), Pleroma.HTTP.Request.headers(), :elixir.keyword()) :: {:ok, Tesla.Env.t()} | {:error, any()}
2024-05-30Merge branch 'mrf-nsfw-otp25' into 'develop'feld
Fix Logger.warn deprecation error on OTP25 See merge request pleroma/pleroma!4135
2024-05-30Merge branch 'missing-fks' into 'develop'lain
Add missing foreign key indexes See merge request pleroma/pleroma!4134
2024-05-30Fix Logger.warn deprecation error on OTP25Mark Felder
2024-05-30Missing FKs changelogMark Felder
2024-05-29Update Bandit to 1.5.2Mark Felder
Lots of fixes, also requires Websock Adapter update due to internal module changes in Bandit 1.4.0.
2024-05-29Add additional flags to the Pleroma.Search.Indexer Mix taskMark Felder
2024-05-29RichMedia: Respect configuration on status previewsHaelwenn (lanodan) Monnier
2024-05-28Merge branch 'dialyzer-fixes' into 'develop'feld
Dialyzer fixes See merge request pleroma/pleroma!4128
2024-05-28Dialyzer: fix pattern matches preventing video thumbnailing from workingMark Felder
lib/pleroma/web/media_proxy/media_proxy_controller.ex:154:pattern_match The pattern can never match the type. Pattern: {:ok, _thumbnail_binary} Type: {:error, boolean() | {:ffmpeg, :command_not_found}}
2024-05-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-feature/akkoma-prune-old-posts
2024-05-28Add changelogLain Soykaf
2024-05-28Merge branch 'auth-fetch-exception' into 'develop'lain
HTTPSignaturePlug: Add :authorized_fetch_mode_exceptions See merge request pleroma/pleroma!4007
2024-05-28Merge branch 'httpfixes' into 'develop'lain
Some HTTP and connection pool improvements See merge request pleroma/pleroma!4124
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
auth-fetch-exception
2024-05-27Merge branch 'simpler-oban-queues' into 'develop'feld
Oban queue simplification See merge request pleroma/pleroma!4123
2024-05-27Merge branch 'explicitly-allow-unsafe-2' into 'develop'lain
Explicitly allow unsafe 2 See merge request pleroma/pleroma!4125
2024-05-27Merge branch 'qdrant-search-2' into 'develop'lain
Search: Basic Qdrant/Ollama search See merge request pleroma/pleroma!4109
2024-05-27Merge branch 'logger-metadata' into 'develop'feld
Logger metadata See merge request pleroma/pleroma!3990
2024-05-27Logger metadata changelogMark Felder
2024-05-27Oban queue simplificationMark Felder
2024-05-27Merge branch 'tusooa/extract-fix' into 'develop'lain
OAuth scopes translations: write out which operations are processed See merge request pleroma/pleroma!3907
2024-05-27Changelog: Add changelog entry.Lain Soykaf
2024-05-27Merge branch 'image-description-summary' into 'develop'lain
Add support for Honk "summary" + "name" See merge request pleroma/pleroma!3854
2024-05-27Merge branch 'anti-mention-spam-mrf' into 'develop'feld
Anti-mention Spam MRF See merge request pleroma/pleroma!4072
2024-05-27ChangelogMark Felder
2024-05-27DNSRBL in an MRFMark Felder
2024-05-27ChangelogMark Felder
2024-05-27Update Prometheus/Grafana docs for PromExMark Felder
2024-05-27Add changelogLain Soykaf
2024-05-27Merge branch 'show-reposted-replies' into 'develop'lain
Display reposted replies with exclude_replies: true See merge request pleroma/pleroma!3961
2024-05-27ChangelogsMark Felder
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
auth-fetch-exception
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
tusooa/extract-fix
2024-05-27Merge branch 'nsfw-api-mrf' into 'develop'lain
NSFW API Policy See merge request pleroma/pleroma!3471
2024-05-27Add changelogLain Soykaf
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-ipfs_uploader
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
reject-replies-to-deleted
2024-05-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
qdrant-search-2
2024-05-27Merge branch 'search-healthcheck' into 'develop'lain
Search backend healthcheck process See merge request pleroma/pleroma!4120
2024-05-26Return a 422 when trying to reply to a deleted statusMark Felder
2024-05-26Fix rich media parsing some Amazon URLsMark Felder
2024-05-25Search backend healthcheck processMark Felder
2024-05-25Update pleroma_api.mdmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-25Merge branch 'bugfix/realpath-over-readlink' into 'develop'tusooa
pleroma_ctl: Use realpath(1) instead of readlink(1) See merge request pleroma/pleroma!4118
2024-05-24Merge branch 'bump-elixir' into 'develop'lain
Bump minimum Elixir to 1.13 See merge request pleroma/pleroma!4014