| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | ChatController: Basic message posting. | lain | |
| 2020-04-09 | ChatController: Basic support for returning messages. | lain | |
| 2020-04-09 | ChatController: Add creation and return of chats. | lain | |
| 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 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-dms | |||
| 2020-04-09 | CommonAPI: Basic ChatMessage support. | lain | |
| 2020-04-09 | SideEffects: Handle ChatMessage creation. | lain | |
| 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-08 | ChatMessage: Basic incoming handling. | lain | |
| 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 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-dms | |||
| 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 | Chats: Basic implementation. | lain | |
| 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 | |
