Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-04 | Streamer: Don't filter out announce notifications. | lain | |
2020-07-02 | Streamer: Align announce streaming with polling. | lain | |
2020-06-06 | ChatMessageReference -> Chat.MessageReference | lain | |
2020-06-05 | SideEffects / ChatView: Add an unread cache. | lain | |
This is to prevent wrong values in the stream. | |||
2020-06-03 | Streamer, SideEffects: Stream out ChatMessageReferences | lain | |
Saves us a few calles to fetch things from the DB that we already have. | |||
2020-05-30 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-30 | Fix argument error in streamer | kPherox | |
`Repo.exists` can't use `nil` as it is unsafe. Use parent object instead of activity because currently Announce activity's context is null. | |||
2020-05-29 | Streamer: Add a chat message stream. | lain | |
2020-05-12 | Expand and authorize streams in Streamer directly | href | |
2020-05-07 | Streamer rework | href | |
2020-04-22 | Streamer: Stream boosts to the boosting user. | lain | |
2020-03-25 | Fixed incorrect usage of "relations" as a short form of "relationships". | Ivan Tashkinov | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-28 | Streamer: Correctly handle reblog mutes | lain | |
2019-11-20 | [#1335] User AP ID relations fetching performance optimizations. | Ivan Tashkinov | |
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-18 | [#1335] Refactored UserMute and UserBlock into UserRelationship, introduced ↵ | Ivan Tashkinov | |
EctoEnum. | |||
2019-11-15 | [#1335] Reorganized `users.mutes` as relation to UserMute entity. | Ivan Tashkinov | |
2019-11-10 | [#1335] User: refactored :blocks field into :blocked_users relation. | Ivan Tashkinov | |
Introduced UserBlock. | |||
2019-11-03 | streamer: use direct object for filter checks when there is no valid child ↵ | Ariadne Conill | |
object in an activity We call Object.normalize/1 to get the child object for situations like Announce. However, the check is flawed and immediately fails if Object.normalize/1 fails. Instead, we should use the activity itself in those cases to allow activities which never have a child object to pass through the filter. Closes #1291 | |||
2019-10-20 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-15 | don't stream in benchmark env | Alexander | |
2019-10-04 | streamer: worker: actually use should_send? consistently | Ariadne Conill | |
2019-10-04 | streamer: worker: check for lack of intersectionality between a user's ↵ | Ariadne Conill | |
blocklist and an activity's recipientlist | |||
2019-10-04 | streamer: add missing copyright headers | Ariadne Conill | |
2019-09-17 | remove remaining errors from tests | Steven Fuchs | |
2019-09-16 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-09-16 | Revert "Merge branch 'streamer-refactoring' into 'develop'" | kaniini | |
This reverts merge request !1653 | |||
2019-09-16 | Streamer refactoring | Steven Fuchs | |