Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-31 | Use proper workers for fetching pins instead of an ad-hoc task | Floatingghost | |
BUG: https://git.pleroma.social/pleroma/pleroma/-/issues/3276 | |||
2024-05-30 | IPFS uploader: dialyzer fixes | Mark 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-30 | Test for missing FK indexes | Mark Felder | |
2024-05-28 | DatabaseTest: Fix test. | Lain Soykaf | |
2024-05-28 | Linting | Lain Soykaf | |
2024-05-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-feature/akkoma-prune-old-posts | |||
2024-05-28 | Linting | Lain Soykaf | |
2024-05-28 | HTTPSignaturePlugTest: Rewrite to use mox. | Lain Soykaf | |
2024-05-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-secure-mode | |||
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
auth-fetch-exception | |||
2024-05-27 | Merge branch 'simpler-oban-queues' into 'develop' | feld | |
Oban queue simplification See merge request pleroma/pleroma!4123 | |||
2024-05-27 | Merge branch 'explicitly-allow-unsafe-2' into 'develop' | lain | |
Explicitly allow unsafe 2 See merge request pleroma/pleroma!4125 | |||
2024-05-27 | Merge branch 'qdrant-search-2' into 'develop' | lain | |
Search: Basic Qdrant/Ollama search See merge request pleroma/pleroma!4109 | |||
2024-05-27 | HTTPSecurityPlug: Fix tests | Lain Soykaf | |
2024-05-27 | Fix Oban related tests | Mark Felder | |
2024-05-27 | HttpSecurityPlug: Don't allow unsafe-eval by default | Lain Soykaf | |
2024-05-27 | Merge branch 'image-description-summary' into 'develop' | lain | |
Add support for Honk "summary" + "name" See merge request pleroma/pleroma!3854 | |||
2024-05-27 | Add AntiMentionSpamPolicy | Alex Gleason | |
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
image-description-summary | |||
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
auth-fetch-exception | |||
2024-05-27 | Merge branch 'nsfw-api-mrf' into 'develop' | lain | |
NSFW API Policy See merge request pleroma/pleroma!3471 | |||
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into nsfw-api-mrf | Lain Soykaf | |
2024-05-27 | IPFSTest: Fix configuration mocking | Lain Soykaf | |
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-ipfs_uploader | |||
2024-05-27 | NotificationTest: Remove impossible case. | Lain Soykaf | |
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
reject-replies-to-deleted | |||
2024-05-27 | QdrantSearch: Add health checks. | Lain Soykaf | |
2024-05-27 | QdrantSearch: Add healthcheck for qdrant | Lain Soykaf | |
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
qdrant-search-2 | |||
2024-05-27 | Merge branch 'search-healthcheck' into 'develop' | lain | |
Search backend healthcheck process See merge request pleroma/pleroma!4120 | |||
2024-05-26 | Return a 422 when trying to reply to a deleted status | Mark Felder | |
2024-05-26 | Test that healthchecks behave correctly for the expected HTTP responses | Mark Felder | |
2024-05-26 | Assert that AWS URLs without query parameters do not crash | Mark Felder | |
2024-05-23 | QdrantSearch: Fix actor / author restriction | Lain Soykaf | |
2024-05-23 | QdrantSearch: Deal with actor restrictions | Lain Soykaf | |
2024-05-22 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
qdrant-search-2 | |||
2024-05-22 | WebFingerControllerTest: Restore host after test. | Lain Soykaf | |
2024-05-22 | Fix tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Fix validate_webfinger when running a different domain for Webfinger | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-05-22 | Webfinger: Fix test | Lain Soykaf | |
2024-05-22 | Prevent webfinger spoofing | Alex Gleason | |
2024-05-22 | Webfinger: Add test showing wrong webfinger behavior | Lain Soykaf | |
2024-05-21 | Merge branch 'status-notification-type' into 'develop' | lain | |
Add "status" notification type See merge request pleroma/pleroma!3659 | |||
2024-05-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
auth-fetch-exception | |||
2024-05-19 | Merge branch 'familiar-followers' into 'develop' | lain | |
Implement `/api/v1/accounts/familiar_followers` See merge request pleroma/pleroma!4098 | |||
2024-05-19 | B QdrantSearch: Switch to OpenAI api | Lain Soykaf | |
2024-05-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
qdrant-search-2 | |||
2024-05-19 | Merge branch 'mark-read' into 'develop' | lain | |
PleromaAPI: Simplify marking notifications as read See merge request pleroma/pleroma!4111 | |||
2024-05-18 | PleromaAPI: marking notifications as read no longer returns notifications | Mark Felder | |
2024-05-18 | Linting | Lain Soykaf | |