Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2020-04-10 | Merge branch 'develop' into fix/support-conversations-pagination | Egor Kislitsyn | |
2020-04-10 | Merge branch 'bugfix/apc2s_upload_activity' into 'develop' | Haelwenn | |
bugfix: AP C2S activity with attachments See merge request pleroma/pleroma!2316 | |||
2020-04-10 | User: remove source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | Remove User.fields/1 | Haelwenn (lanodan) Monnier | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move inbox & shared_inbox to own fields | Haelwenn (lanodan) Monnier | |
2020-04-10 | formatter: Use user.uri instead of user.source_data.uri | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move public_key from source_data to own field | Haelwenn (lanodan) Monnier | |
2020-04-09 | Add `/api/v1/notifications/:id/dismiss` endpoint | Egor Kislitsyn | |
2020-04-09 | Merge branch 'fix/1658-invite-send' into 'develop' | lain | |
Error improvement for email_invite endpoint See merge request pleroma/pleroma!2344 | |||
2020-04-09 | Apply suggestion to test/web/admin_api/admin_api_controller_test.exs | Alexander Strizhakov | |
2020-04-09 | Apply suggestion to test/web/admin_api/admin_api_controller_test.exs | Alexander Strizhakov | |
2020-04-09 | Merge branch 'open-api' into 'develop' | lain | |
Add OpenAPI Closes pleroma-meta#19 See merge request pleroma/pleroma!2345 | |||
2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
2020-04-08 | [#1559] Minor change (analysis). | Ivan Tashkinov | |
2020-04-08 | [#1559] Added / fixed tests for follow / follow_request notifications. | Ivan Tashkinov | |
2020-04-07 | Merge branch 'fix-auto-link-for-profile-fields' into 'develop' | rinpatch | |
Use Pleroma.Formatter.linkify/2 instead See merge request pleroma/pleroma!2352 | |||
2020-04-07 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-07 | Apply suggestion to ↵ | kPherox | |
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs | |||
2020-04-06 | Merge branch 'featureflag/emoji_reactions' into 'develop' | lain | |
Add emoji reactions to features in nodeinfo See merge request pleroma/pleroma!2313 | |||
2020-04-06 | Merge branch 'improving-test-coverage' into 'develop' | lain | |
Tests for emoji mix task See merge request pleroma/pleroma!2350 | |||
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-04-06 | using another fn for file deletion | Alexander Strizhakov | |
2020-04-06 | tests for emoji mix task | Alexander Strizhakov | |
2020-04-06 | Enforcement of OAuth scopes check for authenticated API endpoints, ↵ | Ivan Tashkinov | |
:skip_plug plug to mark a plug explicitly skipped (disabled). | |||
2020-04-02 | Merge remote-tracking branch ↵ | Ivan Tashkinov | |
'remotes/origin/2323-accounts-relationships-hotfix' into output-of-relationships-in-statuses # Conflicts: # lib/pleroma/web/mastodon_api/views/account_view.ex # lib/pleroma/web/mastodon_api/views/status_view.ex | |||
2020-04-02 | [#2323] Fixed a typo causing /accounts/relationships to render default ↵ | Ivan Tashkinov | |
relationships. Improved the tests. | |||
2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |