summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-05-12Merge branch '1748-remote-following-follower-count' into 'develop'rinpatch
Transmogrifier: On incoming follow accept, update follow counts. Closes #1748 See merge request pleroma/pleroma!2515
2020-05-12[#2456] Added support for `embed_relationships` param, nailed down endpoints ↵Ivan Tashkinov
which should support it. Fixed :source_mutes relationships subset fetching.
2020-05-12Add database configuration whitelistStephanie Wilde-Hobbs
2020-05-12Expand and authorize streams in Streamer directlyhref
2020-05-12ChatController: Don't return chats for user you've blocked.lain
2020-05-12Startup: suggest updating OTP when the version is too low for gunrinpatch
I've seen quite a few people wonder what to do when presented with this error message.
2020-05-12Chat Controller: Add basic error handling.lain
2020-05-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-12ChatController: Support deletion of chat messages.lain
2020-05-12Transmogrifier: On incoming follow accept, update follow counts.lain
2020-05-12ActivityPub: Fix non-federating blocks.lain
2020-05-12unsubscribes of friends when user deactivatedMaksim Pechnikov
2020-05-11Merge branch 'fix/issue-1676' into 'develop'rinpatch
[#1676] fixed 'source' object in verify_credentials See merge request pleroma/pleroma!2492
2020-05-11[#2497] Media preview proxy for images: fixes, tweaks, refactoring, tests ↵Ivan Tashkinov
adjustments.
2020-05-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-11Fix streamer timeout (closes #1753).href
Cowboy handles automatically responding to the client's ping, but doesn't automatically send a :ping frame to the client.
2020-05-11Deletion: Handle the case of pruned objects.lain
2020-05-11Add OpenAPI spec for TimelineControllerEgor Kislitsyn
2020-05-11Chat: Fix wrong query.lain
2020-05-10ChatController: Add GET /chats/:idlain
2020-05-10Chat: Add last_message to schema.lain
2020-05-10ChatView: Add the last message to the view.lain
2020-05-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-10ChatOperation: Add media id to examplelain
2020-05-10[#2456] credo fix.Ivan Tashkinov
2020-05-10Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
restricted-relations-embedding
2020-05-10[#2456] Removed support for embedded relationships in account view.Ivan Tashkinov
2020-05-10Set sum types in queryRoman Chvanikov
2020-05-10healthcheck: report real amount of memory allocated by beamrinpatch
as opposed to memory currently in use
2020-05-10Webfinger: Request account info with the acct schemelain
2020-05-10AP C2S: Restrict creation to `Note`s for now.lain
2020-05-09[#2456] Clarified `skip_relationships` option (and its default of `false`) ↵Ivan Tashkinov
for MastodonAPI.AccountView.
2020-05-09[#2456] Dropped support for embedded `pleroma/account/relationship` in ↵Ivan Tashkinov
statuses and notifications.
2020-05-09Use index on refresh_counter_cacheRoman Chvanikov
2020-05-09Fix credo warningRoman Chvanikov
2020-05-09Show progress in refresh_counter_cache taskRoman Chvanikov
2020-05-09Merge branch 'develop' into feature/admin-api-status-count-per-instanceRoman Chvanikov
2020-05-09Update stats admin endpointRoman Chvanikov
2020-05-09update counter_cache logicRoman Chvanikov
2020-05-08healthcheck: report real amount of memory allocated by beamrinpatch
as opposed to memory currently in use
2020-05-08Initial implementation of image preview proxy. Media proxy tests refactoring.Ivan Tashkinov
2020-05-08Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
restricted-relations-embedding
2020-05-08Transmogrifier: Don't modify attachments for chats.lain
2020-05-08Merge branch 'bugfix/fix-like-notifications' into 'develop'rinpatch
Notifications: Simplify recipient calculation for some Activities. See merge request pleroma/pleroma!2486
2020-05-08user deletionAlexander Strizhakov
2020-05-08Credo fixes.lain
2020-05-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-08Merge branch 'feature/emojireactvalidator' into 'develop'lain
Move EmojiReacts to the Pipeline. See merge request pleroma/pleroma!2473
2020-05-08fixed 'source' object in verify_credentialsMaksim Pechnikov
2020-05-08Builder: Extract common features of likes and reactions.lain