Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-15 | Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex | minibikini | |
2020-04-15 | Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex | minibikini | |
2020-04-15 | Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex | minibikini | |
2020-04-15 | Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex | minibikini | |
2020-04-15 | Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex | minibikini | |
2020-04-15 | Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex | minibikini | |
2020-04-15 | Uploads: Sandbox them in the CSP. | lain | |
2020-04-14 | Merge branch 'fix/openapi-form-mimetype' into 'develop' | rinpatch | |
openapi: add application/x-www-form-urlencoded to body types Closes #1683 See merge request pleroma/pleroma!2387 | |||
2020-04-15 | openapi: add application/x-www-form-urlencoded to body types | rinpatch | |
Closes #1683 | |||
2020-04-14 | [#1364] Resolved merge conflicts with `develop`. | Ivan Tashkinov | |
2020-04-14 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/notification.ex | |||
2020-04-14 | Fix Oban not receiving :ok from RichMediaHelper job | Mark Felder | |
2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
This reverts merge request !1877 | |||
2020-04-14 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-14 | Merge branch 'logger-configuration' into 'develop' | feld | |
Fix for logger configuration through admin-fe See merge request pleroma/pleroma!2365 | |||
2020-04-14 | Merge branch 'chore/spelling' into 'develop' | lain | |
Fix spelling in log message See merge request pleroma/pleroma!2378 | |||
2020-04-14 | Merge branch 'fix/issue_1679' into 'develop' | lain | |
[#1679] fixed logs See merge request pleroma/pleroma!2379 | |||
2020-04-14 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/notification.ex | |||
2020-04-14 | Merge branch 'issue/1276' into 'develop' | Haelwenn | |
[#1276] An endpoint for getting unread notification count Closes #1276 See merge request pleroma/pleroma!1877 | |||
2020-04-14 | fix logger message | Maksim Pechnikov | |
2020-04-13 | Fix spelling | Mark Felder | |
2020-04-13 | Add OpenAPI spec for DomainBlockController | Egor Kislitsyn | |
2020-04-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-13 | Add OpenAPI spec for CustomEmojiController | Egor Kislitsyn | |
2020-04-13 | Add specs for AccountController.mutes, AccountController.blocks, ↵ | Egor Kislitsyn | |
AccountController.mutes, AccountController.endorsements | |||
2020-04-13 | Add spec for AccountController.follows | Egor Kislitsyn | |
2020-04-13 | Add specs for AccountController.block and AccountController.unblock | Egor Kislitsyn | |
2020-04-13 | Add specs for AccountController.mute and AccountController.unmute | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.unfollow | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.follow | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.lists | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.following | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.followers | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.statuses | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.show | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.relationships | Egor Kislitsyn | |
2020-04-13 | Add specs for ActorType and VisibilityScope | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.update_credentials | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.verify_credentials | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.create | Egor Kislitsyn | |
2020-04-13 | [#1364] Resolved merge conflicts with `develop`. Refactoring. | Ivan Tashkinov | |
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/following_relationship.ex | |||
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses | |||
2020-04-13 | fix for logger configuration through admin-fe | Alexander Strizhakov | |
2020-04-13 | fix mediaType of object | Maksim Pechnikov | |
2020-04-12 | Always accept deletions through SimplePolicy | Alex Gleason | |
2020-04-12 | [#1364] Enabled notifications on followed domain-blocked users' activities. | Ivan Tashkinov | |
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-11 | Remove User.upgrade_changeset in favor of remote_user_creation | rinpatch | |
The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior. | |||
2020-04-11 | [#1364] Disabled notifications on activities from blocked domains. | Ivan Tashkinov | |