Age | Commit message (Collapse) | Author |
|
|
|
Harden Rich Media parsing against very slow or malicious URLs
See merge request pleroma/pleroma!4192
|
|
|
|
|
|
|
|
The negative cache entry was a nil value, but that is an expected response when the cache is missing an entry so it didn't work as intended.
|
|
negative cache entry
This is for a normal HTTP error response or timeout while receiving the data. A hard error from a process crash, DNS lookup failure, etc should produce a different response than {:ok, %Tesla.Env{}} and the request/job will be retryable.
|
|
|
|
|
|
Fix dialyzer error
See merge request pleroma/pleroma!4190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/pleroma/application.ex:1:pattern_match The pattern can never match the type true.
|
|
CommonAPI Cleanup
See merge request pleroma/pleroma!4189
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Oban: more improvements
See merge request pleroma/pleroma!4187
|
|
Fix Metadata providers when parsing objects with no content or summary
See merge request pleroma/pleroma!4188
|
|
|
|
|
|
content or summary fields.
|
|
|
|
|
|
|
|
|
|
Transmogrifier: handle non-validate errors on incoming Delete activities
See merge request pleroma/pleroma!4185
|
|
Cancel queued publishing jobs when undoing an activity
See merge request pleroma/pleroma!4186
|
|
|
|
|
|
|
|
|
|
that activity.
|
|
|