summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-12Filter config descriptions by config whitelistStephanie Wilde-Hobbs
2020-05-12Transmogrifier: On incoming follow accept, update follow counts.lain
2020-05-12Reorder aliashref
2020-05-12Expand and authorize streams in Streamer directly (backport from !2519)href
2020-05-12[#2456] OpenAPI: added `embed_relationships` param definition.Ivan Tashkinov
2020-05-12Merge branch 'streamer-get-topic' into 'develop'rinpatch
Expand and authorize streams in Streamer directly See merge request pleroma/pleroma!2519
2020-05-12Merge branch '1757-blocks-breaking-on-disabled-outgoing-blocks' into 'develop'rinpatch
ActivityPub: Fix non-federating blocks. Closes #1757 See merge request pleroma/pleroma!2514
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