Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-12 | Switch formatting checks to Elixir 1.15 | Haelwenn (lanodan) Monnier | |
2024-06-11 | Merge branch 'webpush-polls' into 'develop' | feld | |
Render nice web push notifications for polls See merge request pleroma/pleroma!4144 | |||
2024-06-11 | Merge branch 'api-spex-error' into 'develop' | feld | |
ApiSpec: Use conn.request_path for more legible error log See merge request pleroma/pleroma!4145 | |||
2024-06-11 | Use conn.request_path for more legible error log | Mark Felder | |
2024-06-11 | Add PollWorker test; move the streaming notification test to it | Mark Felder | |
2024-06-09 | Merge remote-tracking branch 'origin/develop' into webpush-polls | Mark Felder | |
2024-06-09 | Merge branch 'otp-bumps' into 'develop' | lain | |
OTP version bumps See merge request pleroma/pleroma!4143 | |||
2024-06-08 | Switch test case to Impl.build_content/3 | Mark Felder | |
2024-06-08 | Increase web push character limit for the body | Mark Felder | |
2024-06-08 | Increase web push character limit for the body | Mark Felder | |
2024-06-08 | Stream the notifications as part of the job | Mark Felder | |
2024-06-08 | Render nice web push notifications for polls | Mark Felder | |
2024-06-08 | Cleanup to make the code easier to follow | Mark Felder | |
2024-06-08 | Remove unnecessary mastodon_type hack | Mark Felder | |
2024-06-08 | Add spec for send/1 | Mark Felder | |
2024-06-08 | More robust validation the vapid config is set | Mark Felder | |
2024-06-08 | Update job names | Mark Felder | |
2024-06-08 | OTP updates | Mark Felder | |
Update to otp25 for Elixir 1.13; otp26 for Elixir 1.15 | |||
2024-06-08 | Merge branch 'stream-poll-end' into 'develop' | feld | |
Stream end of poll notification over websockets and web push See merge request pleroma/pleroma!4137 | |||
2024-06-08 | Stream end of poll notification over websockets and web push | Mark Felder | |
2024-06-08 | Rename Notification.send/1 to Notification.stream/1 | Mark Felder | |
Also update other places where we use the term "send" instead of "stream". This should make it clearer that we are streaming these over websockets / web push and not sending an activity. | |||
2024-06-08 | Test that end of poll notifications are streamed over websockets | Mark Felder | |
2024-06-08 | Merge branch 'bump-deps' into 'develop' | feld | |
Bump deps See merge request pleroma/pleroma!4140 | |||
2024-06-08 | Bump deps | Pleroma User | |
2024-06-07 | Merge branch 'feld/cleanup' into 'develop' | feld | |
Minor cleanup commits See merge request pleroma/pleroma!4142 | |||
2024-06-07 | Merge branch 'spex/notification-types' into 'develop' | feld | |
Spex: Add missing notification types to the api spec See merge request pleroma/pleroma!4141 | |||
2024-06-07 | Merge branch 'bugfix/rich_media_config' into 'develop' | feld | |
RichMedia: Respect configuration on status previews See merge request pleroma/pleroma!4130 | |||
2024-06-07 | Small cleanup / fixes | Mark Felder | |
2024-06-07 | Add missing pool to the type | Mark Felder | |
2024-06-07 | Do not start unused ConcurrentLimiter processes | Mark Felder | |
2024-06-07 | Add some useful logging for ApiSpec errors | Mark Felder | |
2024-06-07 | Add missing notification types to the api spec | Mark Felder | |
2024-06-07 | Fixes for default disabled rich media in test environment | Mark Felder | |
Also add a test to validate the correct error when disabled | |||
2024-06-05 | Merge branch 'cowboy-streaming' into 'develop' | feld | |
Allow Cowboy to stream the response instead of chunk it See merge request pleroma/pleroma!4138 | |||
2024-06-04 | Allow Cowboy to stream the response instead of chunk it | Mark Felder | |
2024-06-01 | Merge branch 'ipfs-dialyzer-fixes' into 'develop' | lain | |
IPFS uploader: dialyzer fixes See merge request pleroma/pleroma!4129 | |||
2024-06-01 | Merge branch '3276-pinned-collection-fetch' into 'develop' | lain | |
Use proper workers for fetching pins instead of an ad-hoc task Closes #3276 See merge request pleroma/pleroma!4136 | |||
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 | Merge branch 'mrf-nsfw-otp25' into 'develop' | feld | |
Fix Logger.warn deprecation error on OTP25 See merge request pleroma/pleroma!4135 | |||
2024-05-30 | Merge branch 'missing-fks' into 'develop' | lain | |
Add missing foreign key indexes See merge request pleroma/pleroma!4134 | |||
2024-05-30 | Fix Logger.warn deprecation error on OTP25 | Mark Felder | |
2024-05-30 | Missing FKs changelog | Mark Felder | |
2024-05-30 | Add missing foreign key indexes | Mark Felder | |
2024-05-30 | Test for missing FK indexes | Mark Felder | |
2024-05-30 | Merge branch 'bandit-update' into 'develop' | lain | |
Update Bandit to 1.5.2 See merge request pleroma/pleroma!4133 | |||
2024-05-29 | Update Bandit to 1.5.2 | Mark Felder | |
Lots of fixes, also requires Websock Adapter update due to internal module changes in Bandit 1.4.0. | |||
2024-05-29 | Merge branch 'mix-indexer' into 'develop' | feld | |
Add additional flags to the Pleroma.Search.Indexer Mix task See merge request pleroma/pleroma!4131 | |||
2024-05-29 | Add additional flags to the Pleroma.Search.Indexer Mix task | Mark Felder | |
2024-05-29 | RichMedia: Add extra checks on configuration | Haelwenn (lanodan) Monnier | |