Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-08 | Merge branch 'release/2.4.4' into mergeback/2.4.4 | Tusooa Zhu | |
2022-09-18 | Merge branch 'websocketex' into 'develop' | tusooa | |
Use Websockex to replace websocket_client See merge request pleroma/pleroma!3743 | |||
2022-09-11 | Use set of pregenerated RSA keys | FloatingGhost | |
Randomness is a huge resource sink, so let's just use a some that we made earlier | |||
2022-09-05 | Merge branch 'fix/user-private-key-generation' into 'develop' | Haelwenn | |
User: generate private keys on user creation See merge request pleroma/pleroma!3737 | |||
2022-09-05 | User: generate private keys on user creation | Hélène | |
This fixes a race condition bug where keys could be regenerated post-federation, causing activities and HTTP signatures from an user to be dropped due to key differences. | |||
2022-09-04 | Merge branch 'fix/federation-context-issues' into 'develop' | tusooa | |
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' | Haelwenn | |
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678 | |||
2022-09-03 | Use Websockex to replace websocket_client | Tusooa Zhu | |
2022-09-02 | Revert "Merge branch 'rewrite/integration-test-websocket-client' into 'develop'" | Haelwenn | |
This reverts merge request !3649 | |||
2022-09-02 | Merge branch 'rewrite/integration-test-websocket-client' into 'develop' | Haelwenn | |
Rewrite integration-test websocket client with Mint.WebSocket, closes #2812 Closes #2812 See merge request pleroma/pleroma!3649 | |||
2022-08-19 | Lint | Tusooa Zhu | |
2022-08-19 | Test that server will disconnect websocket upon token revocation | Tusooa Zhu | |
2022-08-19 | Use Websockex to replace websocket_client | Tusooa Zhu | |
2022-08-15 | CommonFixes: more predictable context generation | Hélène | |
`context` fields for objects and activities can now be generated based on the object/activity `inReplyTo` field or its ActivityPub ID, as a fallback method in cases where `context` fields are missing for incoming activities and objects. | |||
2022-08-10 | CreateGenericValidator: fix reply context fixing | Hélène | |
Incoming Pleroma replies to a Misskey thread were rejected due to a broken context fix, which caused them to not be visible until a non-Pleroma user interacted with the replies. This fix properly sets the post-fix object context to its parent Create activity as well, if it was changed. | |||
2022-07-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs | |||
2022-07-03 | Merge branch 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
2022-06-08 | Return the corresponding object id in attachment view | Tusooa Zhu | |
2022-03-20 | Fix lint errors | Sean King | |
2022-03-19 | Rewrite integration-test websocket client with Mint.WebSocket | Sean King | |
2022-03-08 | Format announcements into html | Tusooa Zhu | |
2022-03-08 | Implement update announcement admin api | Tusooa Zhu | |
2022-03-08 | Add starts_at, ends_at and all_day parameters | Tusooa Zhu | |
2022-03-08 | Implement visibility filtering for announcements | Tusooa Zhu | |
2022-03-08 | Implement first pass of announcement admin api | Tusooa Zhu | |
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-02 | Add tests for mismatched context in replies | Alex Gleason | |
2021-12-28 | Test that the target account is re-fetched in move_account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Make move_account endpoint process non-existent users properly | Tusooa Zhu | |
Ref: emit-move | |||
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Add tests for setting `:instance, :quarantined_instances` | Ilja | |
No test was done for quarantined instances yet. I added a factory for followers_only notes and checked * That no followers only post is send when the target server is quarantined * That a followers only post is send when the target server is not quarantined | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-18 | Poll notification: trigger PollWorker through common_pipeline | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-06-07 | MRF: create MRF.Policy behaviour separate from MRF module | Alex Gleason | |
Speeds up recompilation by reducing compile-time deps | |||
2021-06-04 | Fix warning for misuse of clear_config/2 | Mark Felder | |
The old warning message was producing an improperly formatted suggestion. | |||
2021-06-03 | factory: Fix article_factory | Haelwenn (lanodan) Monnier | |
2021-03-25 | removeing corresponding add activity | Alexander Strizhakov | |
2021-03-25 | refetch user on incoming add/remove activity | Alexander Strizhakov | |
if featured_address is nil | |||
2021-03-25 | validator renaming & add validation for target | Alexander Strizhakov | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-22 | Copy emoji in the subject from parent post | rinpatch | |
Sometimes people put emoji in the subject, which results in the subject looking broken if someone replies to it from a server that does not have the said emoji under the same shortcode. This patch solves the problem by extending the emoji set available in the summary to that of the parent post. | |||
2021-03-19 | respect content-type header in finger request | Alexander Strizhakov | |
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-02-21 | Video: Handle peertube videos only stashing attachments in x-mpegURL | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2535 | |||
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-01 | list timeline filtration by params | Alexander Strizhakov | |
2021-01-26 | support for expires_in/expires_at in filters | Alexander Strizhakov | |
2021-01-21 | Merge branch 'test-cases-mox-setup' into 'develop' | lain | |
Mox mode setup tweak; refactoring See merge request pleroma/pleroma!3263 |