Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-11 | Merge branch 'remote-report-policy' into 'develop' | feld | |
Remote report policy See merge request pleroma/pleroma!4280 | |||
2024-10-11 | Merge branch 'tusooa/3331-fix-incoming-block' into 'develop' | feld | |
Fix incoming Blocks being rejected Closes #3331 See merge request pleroma/pleroma!4282 | |||
2024-10-10 | Merge branch 'poll-refresh' into 'develop' | feld | |
Refactor Poll Refreshing See merge request pleroma/pleroma!4278 | |||
2024-10-09 | Test the final refresh behavior of a PollWorker poll_end job | Mark Felder | |
2024-10-09 | Merge branch 'hashtag-feeds-restricted' into 'develop' | marcin mikołajczak | |
Repesct :restrict_unauthenticated for hashtag rss/atom feeds See merge request pleroma/pleroma!4266 | |||
2024-10-08 | Fix incoming Blocks being rejected | tusooa | |
2024-10-06 | Merge branch 'profile-image-descriptions' into 'develop' | marcin mikołajczak | |
Federate avatar/header descriptions See merge request pleroma/pleroma!4264 | |||
2024-10-03 | RemoteReportPolicy: Fix third-party report detection | Mint | |
2024-10-03 | RemoteReportPolicy: add `reject_third_party` option | Mint | |
2024-10-03 | RemoteReportPolicy: add `:reject_all` option, fix tests | Alex Gleason | |
2024-10-03 | Add RemoteReportPolicy to reject reports without enough information | Alex Gleason | |
2024-10-03 | Remove test superceded by logic change | Mark Felder | |
We will not be inserting jobs that should be skipped due to updated_at | |||
2024-10-03 | Check if a refresh is permitted by comparing timestamps before attempting to ↵ | Mark Felder | |
insert an Oban job It's better to avoid inserting an Oban job that will just be rejected if it's not expensive to check. | |||
2024-10-02 | Do not attempt to schedule poll refresh jobs for local activities | Mark Felder | |
2024-09-30 | Improve assertion | Mark Felder | |
2024-09-30 | Test that a poll refresh is cancelled if updated_at on the object is newer ↵ | Mark Felder | |
than the poll closing time | |||
2024-09-30 | Permit backdating the poll closed timestamp | Mark Felder | |
2024-09-30 | Test Poll refresh jobs stream out updates after refetching the object | Mark Felder | |
2024-09-30 | Schedule a final poll refresh before streaming out the notifications | Mark Felder | |
2024-09-30 | Validate an Oban job is inserted for poll refreshes | Mark Felder | |
2024-09-30 | Remove Object.get_by_id_and_maybe_refetch/2 | Mark Felder | |
This was only used for poll refreshing and is not a good approach to the problem. | |||
2024-09-21 | MRF.SimplePolicy: Add id_filter/1 | Haelwenn (lanodan) Monnier | |
2024-09-17 | Fix tests | Mark Felder | |
We do not need to mock and verify connections are closed as the new Pleroma.LDAP GenServer will handle managing the connection lifetime | |||
2024-09-16 | Repesct :restrict_unauthenticated for hashtag rss/atom feeds | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-09-15 | Merge branch 'notifications-group-key' into 'develop' | marcin mikołajczak | |
Add `group_key` to notifications See merge request pleroma/pleroma!4262 | |||
2024-09-14 | Federate avatar/header descriptions | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-09-14 | Merge branch 'profile-image-descriptions' into 'develop' | marcin mikołajczak | |
Allow providing avatar/header descriptions See merge request pleroma/pleroma!4227 | |||
2024-09-14 | Merge branch 'list-id-visibility' into 'develop' | marcin mikołajczak | |
Include list id in StatusView See merge request pleroma/pleroma!4246 | |||
2024-09-12 | Add `group_key` to notifications | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-09-08 | Authentication: convert argon2 passwords, add tests | Mint | |
2024-09-06 | Merge branch 'well-known' into 'develop' | feld | |
NodeInfo: Accept application/activity+json requests See merge request pleroma/pleroma!4242 | |||
2024-09-06 | Add tests for Mastodon mention hashtag class | 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 | Credo: comment line length | Mark Felder | |
2024-09-05 | App orphans should only be removed if they are older than 15 mins | Mark Felder | |
2024-09-05 | Test Account View does not indicate following if a FollowingRelationship is ↵ | Mark Felder | |
missing | |||
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 | Revert "Merge branch 'oauth-app-spam' into 'develop'" | feld | |
This reverts merge request !4244 | |||
2024-09-03 | Include list id in StatusView | 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 | NodeInfo: Accept application/activity+json requests | 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-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 | |