Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-22 | Change imports to generate an Oban job per each task | Mark Felder | |
2024-08-22 | Fix Oban jobs for imports | Mark Felder | |
2024-08-19 | Merge branch 'reachability' into 'develop' | feld | |
Fix reachability based on results of publishing attempts See merge request pleroma/pleroma!4231 | |||
2024-08-19 | Merge branch 'remote-fetcher-fixes' into 'develop' | feld | |
Improve Remote Object Fetcher error handling, Oban See merge request pleroma/pleroma!4230 | |||
2024-08-19 | Address case where instance reachability status couldn't be updated | Mark Felder | |
2024-08-17 | Improve Remote Object Fetcher error handling, Oban | Mark Felder | |
2024-08-17 | Merge remote-tracking branch 'origin/develop' into mogrify | Mark Felder | |
2024-08-17 | Update Oban to 2.18 | Mark Felder | |
2024-08-16 | Update mogrify | Mark Felder | |
Sent a pull request upstream to expand the version range depended on my blurhash https://github.com/rinpatch/blurhash/pull/1 | |||
2024-08-16 | Merge branch 'bugfix-truncate-remote-user-fields' into 'develop' | feld | |
User: truncate remote user fields instead of rejecting See merge request pleroma/pleroma!4220 | |||
2024-08-16 | Merge branch 'norifications-marker' into 'develop' | feld | |
Fix 'Setting a marker should mark notifications as read' Closes #2769 See merge request pleroma/pleroma!4223 | |||
2024-08-16 | Merge branch 'ci-git-fetch' into 'develop' | feld | |
CI: GIT_STRATEGY: fetch See merge request pleroma/pleroma!4224 | |||
2024-08-15 | CI: GIT_STRATEGY: fetch | Haelwenn (lanodan) Monnier | |
Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful. | |||
2024-08-14 | Fix 'Setting a marker should mark notifications as read' | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-14 | User: truncate remote user fields instead of rejecting | Haelwenn (lanodan) Monnier | |
2024-08-13 | Merge branch 'fix-random-test-errors' into 'develop' | feld | |
Fix random test failures, revert auto-retry failed tests See merge request pleroma/pleroma!4221 | |||
2024-08-13 | Revert "Custom mix task to retry failed tests once in CI pipeline" | Mark Felder | |
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68. | |||
2024-08-13 | MRF cleanup | Mark Felder | |
MRFs written over time have been inconsistent with the terminology of what is being processed. MRFs work on Activities, but generally we always named the assignments "message" or "object" which is really confusing when trying to debug or write tests. | |||
2024-08-12 | MRF.FODirectReply: use Visibility module to verify the scope | Mark Felder | |
2024-08-12 | Merge branch 'followers-only-reply-direct-mrf' into 'develop' | feld | |
MRF.FODirectReply See merge request pleroma/pleroma!4091 | |||
2024-08-12 | Merge branch 'user-factory' into 'develop' | feld | |
User Factory: include the nickname in the generated URLs See merge request pleroma/pleroma!4214 | |||
2024-08-12 | Merge branch 'deprecate-subscribe' into 'develop' | feld | |
Mark `/api/v1/pleroma/accounts/:id/subscribe`/`unsubscribe` as deprecated See merge request pleroma/pleroma!4216 | |||
2024-08-12 | User Factory: include the nickname in the generated URLs | Mark Felder | |
2024-08-12 | MRF.FODirectReply | Mark Felder | |
Force replies to followers-only posts to always be direct | |||
2024-08-12 | Merge branch 'mrf-quietreply' into 'develop' | feld | |
MRF.QuietReply See merge request pleroma/pleroma!4213 | |||
2024-08-12 | Merge branch 'identity-proofs' into 'develop' | feld | |
Remove stub for /api/v1/accounts/:id/identity_proofs (deprecated by Mastodon 3.5.0) See merge request pleroma/pleroma!4215 | |||
2024-08-12 | Fix Swoosh Mailgun support | Mark Felder | |
2024-08-12 | Mark `/api/v1/pleroma/accounts/:id/subscribe`/`unsubscribe` as deprecated | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-12 | Remove stub for /api/v1/accounts/:id/identity_proofs (deprecated by Mastodon ↵ | marcin mikołajczak | |
3.5.0) Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-08 | Added MRF.QuietReply which prevents replies to public posts from being ↵ | Mark Felder | |
published to the timelines | |||
2024-08-08 | Merge branch 'inactive-test' into 'develop' | feld | |
Do not allow committing tests with a .ex extension See merge request pleroma/pleroma!4211 | |||
2024-08-07 | Improve the FollowValidator | Mark Felder | |
2024-08-07 | Merge remote-tracking branch 'origin/develop' into inactive-test | Mark Felder | |
2024-08-07 | Merge branch 'workerhelper-fix' into 'develop' | feld | |
Fix WebPush notifications not generating jobs See merge request pleroma/pleroma!4210 | |||
2024-08-07 | Do not allow committing tests with a .ex extension | Mark Felder | |
2024-08-07 | Update changelog | Mark Felder | |
2024-08-07 | Fix CommonAPI.follow/2 which returned users in the reverse order they were ↵ | Mark Felder | |
provided to the function | |||
2024-08-07 | Merge branch 'stream-follow-relationships-count' into 'develop' | feld | |
StreamerView: Do not leak follows count if hidden See merge request pleroma/pleroma!4205 | |||
2024-08-07 | Merge branch 'stream-follow-relationships-count' into develop | Mark Felder | |
2024-08-07 | Merge branch 'remove/workerhelper' into 'develop' | feld | |
Remove WorkerHelper See merge request pleroma/pleroma!4166 | |||
2024-08-06 | Changelog | Mark Felder | |
2024-08-04 | StreamerView: Do not leak follows count if hidden | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-03 | Support `id` param in `GET /api/v1/statuses` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-08-02 | Merge branch 'gun/snooze' into 'develop' | feld | |
Gun: Publisher job behavior improvement See merge request pleroma/pleroma!4202 | |||
2024-08-02 | Gun: Publisher job behavior improvement | Mark Felder | |
Gun's connection pool also returns an error if duplicate workers are launched simultaneously. Snooze on this error as well, and lower the snooze to 3 seconds with the optimism that the connection will still be open by then and the delivery can be completed quickly. The original setting of 30 seconds is pretty high and means there's an unnatural lag between deliveries of activities destined to the same server that were created at nearly the same time. This configuration should be more efficient. | |||
2024-08-01 | Prepare changelog | Lain Soykaf | |
2024-07-31 | Fix User.disclose_client never working correctly | Mark Felder | |
Our test environment cheats by constructing a conn with a custom oauth_access/2 function. This assigns a :token to the conn but due to the way it is constructed it has the :user preloaded. When the OAuth Plug fetches a token it does not preload the user, so the check for user.disclose_client was always nil and assumed to be false. Preloading the :user ensures the test environment matches reality. | |||
2024-07-30 | Fix publisher job migration error | Mark Felder | |
2024-07-30 | Update changelog | Mark Felder | |
2024-07-30 | Remove WorkerHelper | Mark Felder | |