Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | AccountController: Return scope in proper format. | lain | |
2020-06-25 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-06-24 | StatusView: Add pleroma.parent_visible | lain | |
2020-06-22 | Merge branch 'add-muted-to-notifications' into 'develop' | lain | |
Add `pleroma.is_muted` property to notifications Closes #1812 See merge request pleroma/pleroma!2670 | |||
2020-06-22 | Add `is_muted` to notifications | Egor Kislitsyn | |
2020-06-22 | Merge branch 'feature/1739-account-endpoints' into 'develop' | lain | |
account visibility in masto api Closes #1739 See merge request pleroma/pleroma!2488 | |||
2020-06-22 | Merge branch '1865-media-only' into 'develop' | rinpatch | |
Resolve "/api/v1/accounts/:id/statuses?only_media=true returns media that is not owned" Closes #1865 See merge request pleroma/pleroma!2650 | |||
2020-06-20 | Merge branch 'develop' into '1865-media-only' | lain | |
# Conflicts: # CHANGELOG.md | |||
2020-06-19 | Add support for bot field in update_credentials | Sergey Suprunenko | |
2020-06-19 | [#1873] Fixes missing :offset pagination param support. Added pagination ↵ | Ivan Tashkinov | |
support for hashtags search. | |||
2020-06-17 | Merge branch 'features/users-raw_bio' into 'develop' | rinpatch | |
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326 | |||
2020-06-16 | ActivityPub: When restricting to media posts, only show 'Creates'. | lain | |
2020-06-15 | Conversations: Return last dm for conversation, not last message. | lain | |
2020-06-14 | Mastodon API: ensure the notification endpoint doesn't return less than the ↵ | eugenijm | |
requested amount of records unless it's the last page | |||
2020-06-13 | Merge branch '1851-favorites-pagination' into 'develop' | rinpatch | |
StatusController: Correctly paginate favorites. Closes #1851 See merge request pleroma/pleroma!2636 | |||
2020-06-12 | [#1794] Fixes URI query handling for hashtags extraction in search. | Ivan Tashkinov | |
2020-06-11 | [#1794] Fixes URI query handling for hashtags extraction in search. | Ivan Tashkinov | |
2020-06-09 | StatusController: Correctly paginate favorites. | lain | |
Favorites were paginating wrongly, because the pagination headers where using the id of the id of the `Create` activity, while the ordering was by the id of the `Like` activity. This isn't easy to notice in most cases, as they usually have a similar order because people tend to favorite posts as they come in. This commit adds a way to give different pagination ids to the pagination helper, so we can paginate correctly in cases like this. | |||
2020-06-06 | User: Add raw_bio, storing unformatted bio | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643 | |||
2020-06-06 | ChatMessageReference -> Chat.MessageReference | lain | |
2020-06-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-04 | SubscriptionOperation: Let chat mentions through. | lain | |
2020-06-03 | ChatMessageReferences: Adjust views | lain | |
2020-06-02 | Merge branch 'fix/1794-hashtag-search-results' into 'develop' | feld | |
[#1794] Improvements to hashtags extraction from search query Closes #1794 See merge request pleroma/pleroma!2611 | |||
2020-06-02 | Merge branch 'replies-domain-block' into 'develop' | lain | |
Replies domain block Closes #1650 See merge request pleroma/pleroma!2622 | |||
2020-06-02 | NotificationController: Don't return chat_mentions by default. | lain | |
2020-06-02 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-02 | replies filtering for blocked domains | Alexander Strizhakov | |
2020-06-01 | Merge branch 'user-updates' into 'develop' | rinpatch | |
AccountController: Federate user account changes. Closes pleroma-support#33 and #1801 See merge request pleroma/pleroma!2617 | |||
2020-06-01 | exclude replies on blocked domains | Alexander Strizhakov | |
2020-06-01 | TimelineController: Only return `Create` in public timelines. | lain | |
2020-06-01 | AccountController: Federate user account changes. | lain | |
Hotfixy commit, will be moved to the pipeline. | |||
2020-05-30 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-30 | Merge branch 'conversation-pagination' into 'develop' | lain | |
Conversation pagination See merge request pleroma/pleroma!2601 | |||
2020-05-30 | Conversation pagination | Steven Fuchs | |
2020-05-30 | [#1794] Fixed search query splitting regex to deal with Unicode. Adjusted a ↵ | Ivan Tashkinov | |
test. | |||
2020-05-29 | [#1794] Improvements to hashtags extraction from search query. | Ivan Tashkinov | |
2020-05-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-28 | Refactor notification settings | Mark Felder | |
2020-05-27 | AccountView: Use mediaproxy URLs for emojis | rinpatch | |
Also use atom keys in emoji maps instead of binaries Closes #1810 | |||
2020-05-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-21 | Announcements: Fix all tests. | lain | |
2020-05-20 | Merge branch 'exposed-background-image' into 'develop' | Haelwenn | |
InstanceView: Expose background image link. See merge request pleroma/pleroma!2545 | |||
2020-05-19 | Move Scrobble views to ScrobbleView | Egor Kislitsyn | |
2020-05-19 | fix api/v1/accounts/update_credentials | Maksim Pechnikov | |
2020-05-18 | [OpenAPI] Use BooleanLike in all request bodies | Egor Kislitsyn | |
2020-05-18 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-18 | InstanceView: Expose background image link. | lain | |
This will make it easier for more clients to support this feature. | |||
2020-05-18 | Merge branch 'show-media-endpoint-fixes' into 'develop' | lain | |
MediaController OAuth scope assignments fix See merge request pleroma/pleroma!2541 |