Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | Merge branch 'fix/mix-tasks-failing-otp' into 'develop' | rinpatch | |
Fix mix tasks failing on OTP releases Closes #1678 See merge request pleroma/pleroma!2369 | |||
2020-04-12 | Fix mix tasks failing on OTP releases | rinpatch | |
No idea why this was even added. Closes #1678 | |||
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 | Types.URI: New | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move public_key from source_data to own field | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: remove source_data use for follower_address and following_address | Haelwenn (lanodan) Monnier | |
2020-04-09 | Add `/api/v1/notifications/:id/dismiss` endpoint | Egor Kislitsyn | |
2020-04-09 | [#1559] Addressed code review requests. | Ivan Tashkinov | |
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 | typo fix | Alexander Strizhakov | |
2020-04-09 | Apply suggestion to lib/pleroma/web/admin_api/admin_api_controller.ex | Alexander Strizhakov | |
2020-04-09 | Apply suggestion to lib/pleroma/web/admin_api/admin_api_controller.ex | 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-09 | Merge branch 'formatter-html-safe' into 'develop' | lain | |
formatter.ex: Use Phoenix.HTML for mention/hashtag generation See merge request pleroma/pleroma!2357 | |||
2020-04-09 | ObjectValidators.Types.ObjectID: Fix when URI.parse returns %URL{host: ""} | Haelwenn (lanodan) Monnier | |
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 | fix for gun connections pool | Alexander Strizhakov | |
2020-04-07 | [#1559] Support for "follow_request" notifications (configurable). | Ivan Tashkinov | |
(Not currently supported by PleromaFE, thus disabled by default). | |||
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-06 | Add Pleroma.Web.ApiSpec.Helpers | Egor Kislitsyn | |
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 | ObjectID Validator: Refactor. | lain | |
2020-04-06 | Transmogrifier: Refactoring / Renaming. | lain | |
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 | Add oAuth | Egor Kislitsyn | |
2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-01 | Add OpenAPI | Egor Kislitsyn | |
2020-04-01 | error improvement for email_invite endpoint | Alexander Strizhakov | |
2020-04-01 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md | |||
2020-04-01 | Merge branch 'gun' into 'develop' | feld | |
Gun adapter Closes #945 See merge request pleroma/pleroma!1861 | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-04-01 | Validators: Correct ObjectID filename | lain | |
2020-04-01 | Merge branch 'fix/1601-add-new-meta-tag' into 'develop' | rinpatch | |
Restrict remote users from indexing Closes #1601 See merge request pleroma/pleroma!2341 | |||
2020-04-01 | restrict remote users from indexing | Alexander Strizhakov | |
2020-03-31 | Provide known-good user.uri, remove User.profile_url/1 | Haelwenn (lanodan) Monnier | |