aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-04SubscriptionOperation: Let chat mentions through.lain
2020-06-04Merge branch 'remake-remodel-dms' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-06-04Transmogrifier: Update notification after accepting.lain
2020-06-04Apply suggestion to test/chat_message_reference_test.exslain
2020-06-04Apply suggestion to test/web/activity_pub/transmogrifier/chat_message_test.exslain
2020-06-04ChatMessageReferences: Change seen -> unreadlain
2020-06-04Docs: Document WebPush changes.lain
2020-06-04WebPush: Push out chat message notications.lain
2020-06-04SideEffectsTest: More tests.lain
2020-06-03Notification: Fix notifications backfill for compacted activitieslain
2020-06-03Changelog: Add chats to changelog.lain
2020-06-03Docs: Add `mark_message_as_read` to docslain
2020-06-03ChatController: Add function to mark single message as read.lain
2020-06-03ChatMessageReferenceView: Return read status as `unread`.lain
2020-06-03Streamer, SideEffects: Stream out ChatMessageReferenceslain
Saves us a few calles to fetch things from the DB that we already have.
2020-06-03FollowingRelationship: Remove meaningless changelain
2020-06-03Migrations: Add chat_id, seen index to ChatMessageReferenceslain
This ensures fast count of unseen messages
2020-06-03Migrations: Fix migration module namelain
2020-06-03Chats: Remove `unread` from the db, calculate from unseen messages.lain
2020-06-03Migration: Remove superfluous importslain
2020-06-03Credo fixes.lain
2020-06-03Migrations: Add unique index to ChatMessageReferences.lain
2020-06-03ChatMessageReferences: Move testslain
2020-06-03ChatMessageReferences: Adjust viewslain
2020-06-03ChatMessageReference: Introduce and switch in chat controller.lain
2020-06-02Credo fixeslain
2020-06-02Migrations: Add a migration to backfill notification types.lain
2020-06-02Notification: Add function to backfill notification typeslain
2020-06-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-06-02Activity: Remove notifications-related functions.lain
2020-06-02NotificationController: Don't return chat_mentions by default.lain
2020-06-02Merge branch 'fix/invisible-repeats' into 'develop'lain
Do not include activities of invisible users unless explicitly requested Closes #1833 See merge request pleroma/pleroma!2620
2020-06-02Notifications: Make notifications save their type.lain
2020-06-02Do not include activities of invisible users unless explicitly requestedrinpatch
Closes #1833
2020-06-02Merge branch 'weblate-pleroma-pleroma' into 'develop'lain
Translations update from Weblate See merge request pleroma/pleroma!2623
2020-06-02Translated using Weblate (Dutch)Fristi
Currently translated at 29.2% (31 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/nl/
2020-06-02Merge branch 'feature/status-by-id-account-view' into 'develop'lain
another view for account in admin-fe status_show Closes #1783 See merge request pleroma/pleroma!2543
2020-06-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-06-01Merge branch 'user-updates' into 'develop'rinpatch
AccountController: Federate user account changes. Closes pleroma-support#33 and #1801 See merge request pleroma/pleroma!2617
2020-06-01Merge branch 'only-creates-in-public-tl' into 'develop'rinpatch
TimelineController: Only return `Create` in public timelines. Closes #1833 and #1821 See merge request pleroma/pleroma!2618
2020-06-01Merge branch 'default-to-hackney-again' into 'develop'lain
Config: Default to Hackney again See merge request pleroma/pleroma!2619
2020-06-01CommonAPI: Newlines -> br for chat messages.lain
2020-06-01Config: Default to Hackney againlain
Gun needs some server setting changes (files) and has problems with OTP 23 (wildcards), so use Hackney as a default again for now.
2020-06-01Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-06-01TimelineController: Only return `Create` in public timelines.lain
2020-06-01AccountController: Federate user account changes.lain
Hotfixy commit, will be moved to the pipeline.
2020-05-30Merge branch 'chore/bump-hackney' into 'develop'Haelwenn
mix.lock: update hackney to 1.16.0 Closes #1612 See merge request pleroma/pleroma!2614
2020-05-30Merge branch 'test/fix-config-setting-in-user-test' into 'develop'lain
Fix config setting to not affect other tests See merge request pleroma/pleroma!2615
2020-05-30Fix config setting to not affect other testsRoman Chvanikov
2020-05-30hackney adapter helper: support tlsv1.3 and remove custom optsrinpatch
- partitial_chain is no longer exported, but it seems to be the default anyway. - The bug that caused sni to not be sent automatically seems to be fixed - https://github.com/benoitc/hackney/issues/612