Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-06 | Merge branch 'dialyzer' into 'develop' | feld | |
Dialyzer fixes See merge request pleroma/pleroma!4254 | |||
2024-09-06 | Merge branch 'oban-uniques' into 'develop' | feld | |
Oban: more unique job constraints See merge request pleroma/pleroma!4253 | |||
2024-09-06 | Merge branch 'scrubber-mention-hashtag' into 'develop' | feld | |
Add tests for Mastodon mention hashtag class See merge request pleroma/pleroma!4255 | |||
2024-09-06 | Add tests for Mastodon mention hashtag class | Mark Felder | |
2024-09-06 | Changelog | Mark Felder | |
2024-09-06 | Dialyzer: pattern_match The pattern can never match the type {:diff, false}. | Mark Felder | |
2024-09-06 | Dialyzer: The pattern variable _ can never match the type, because it is ↵ | Mark Felder | |
covered by previous clauses. | |||
2024-09-06 | Dialyzer: The pattern variable _e@1 can never match the type, because it is ↵ | Mark Felder | |
covered by previous clauses. | |||
2024-09-06 | Dialyzer: invalid contract | Mark Felder | |
2024-09-06 | Dialyzer: the pattern can never match the type | Mark Felder | |
The original error was for the chat controller: lib/pleroma/web/pleroma_api/controllers/chat_controller.ex:104:pattern_match The pattern can never match the type {:error, :content_too_long | :forbidden | :no_content | :not_found} | {:user, nil}. Improve typespecs for the Pipeline and apply them where it could be encountered | |||
2024-09-06 | Dialyzer: the pattern can never match the type | Mark Felder | |
2024-09-06 | Oban: more unique job constraints | Mark Felder | |
2024-09-06 | Merge branch 'following-state-bug' into 'develop' | feld | |
Fix Following status bug See merge request pleroma/pleroma!4251 | |||
2024-09-05 | Merge branch 'oauth-app-spam2' into 'develop' | feld | |
OAuth App Spam, revisited See merge request pleroma/pleroma!4250 | |||
2024-09-05 | Credo: comment line length | Mark Felder | |
2024-09-05 | Bump credo to prevent it from crashing | Mark Felder | |
2024-09-05 | App orphans should only be removed if they are older than 15 mins | Mark Felder | |
2024-09-05 | Fix Following status bug | Mark Felder | |
2024-09-05 | Test Account View does not indicate following if a FollowingRelationship is ↵ | Mark Felder | |
missing | |||
2024-09-04 | Limit the number of orphaned to delete at 100 every 10 mins due to the ↵ | Mark Felder | |
cascading queries that have to check oauth_authorizations and oauth_tokens tables. This should keep ahead of most app registration spam and not overwhelm lower powered servers. | |||
2024-09-04 | Add Cron worker to clean up orphaned apps hourly | Mark Felder | |
2024-09-04 | Ensure apps are assigned to users | Mark Felder | |
2024-09-04 | Rate Limit the OAuth App spam | Mark Felder | |
2024-09-04 | Merge branch 'revert-9077d092' into 'develop' | feld | |
Revert "Merge branch 'oauth-app-spam' into 'develop'" See merge request pleroma/pleroma!4249 | |||
2024-09-04 | Revert "Merge branch 'oauth-app-spam' into 'develop'" | feld | |
This reverts merge request !4244 | |||
2024-09-02 | Merge branch 'scrubbers-allow-mention-hashtag' into 'develop' | marcin mikołajczak | |
scrubbers/default: Allow "mention hashtag" classes used by Mastodon See merge request pleroma/pleroma!4245 | |||
2024-09-02 | scrubbers/default: Allow "mention hashtag" classes used by Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-09-01 | Merge branch 'oauth-app-spam' into 'develop' | feld | |
Fix OAuth app spam See merge request pleroma/pleroma!4244 | |||
2024-09-01 | Merge branch 'drop-unknown-deletes' into 'develop' | feld | |
Drop unwanted activities from unknown actors See merge request pleroma/pleroma!4236 | |||
2024-09-01 | Support OAuth App updating the website URL | Mark Felder | |
2024-09-01 | Test that app scopes can be updated | Mark Felder | |
2024-09-01 | Prevent OAuth App flow from creating duplicate entries | Mark Felder | |
2024-08-30 | Update changelog | Mark Felder | |
2024-08-30 | InboxGuardPlug: Add early rejection of unknown activity types | Mark Felder | |
2024-08-30 | Add recognized activity types to a constant and use it in the test | Mark Felder | |
2024-08-30 | Update allowed activity types from strangers | feld | |
Move is emitted from the old account EmojiReact is ~ Like Announced TBD | |||
2024-08-29 | Update changelog | Mark Felder | |
2024-08-29 | Test more types we do not want to receive from strangers | Mark Felder | |
2024-08-29 | Fix test title to be more specific as it has a broader but incorrect meaning | Mark Felder | |
2024-08-29 | Remove unnecessary error match in ReceiverWorker | Mark Felder | |
2024-08-29 | Change relay inbox response when not federating to a 403 for consistency | Mark Felder | |
2024-08-29 | Convert to an Plug called InboxGuard | Mark Felder | |
2024-08-29 | Formatting | Mark Felder | |
2024-08-29 | Switch test to the inbox | Mark Felder | |
2024-08-29 | Use Pleroma.Object.Containment.get_actor/1 to reliably find the actor of an ↵ | feld | |
incoming activity or object | |||
2024-08-29 | Move the check to the inbox | Mark Felder | |
2024-08-29 | Revert unintentional change | Mark Felder | |
2024-08-29 | Drop incoming Delete activities from unknown actors | Mark Felder | |
2024-08-29 | Merge branch 'todo-fixes' into 'develop' | feld | |
Clean up Elixir 1.13 TODOs See merge request pleroma/pleroma!4233 | |||
2024-08-29 | Merge remote-tracking branch 'origin/develop' into todo-fixes | Mark Felder | |