Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-09 | user: Add support for custom emojis in profile fields | Haelwenn (lanodan) Monnier | |
2020-07-09 | Merge branch '1723-token-fixes' into 'develop' | lain | |
AccountController: Return scope in proper format. Closes #1723 See merge request pleroma/pleroma!2694 | |||
2020-07-09 | Merge branch 'features/favicons' into 'develop' | lain | |
Add support for remote favicons See merge request pleroma/pleroma!2261 | |||
2020-07-09 | Merge branch '1925-muting-reblogs' into 'develop' | Haelwenn | |
AccountController: Fix muting / unmuting reblogs. Closes #1925 See merge request pleroma/pleroma!2732 | |||
2020-07-08 | ActivityPub: Remove `follow` and fix issues. | lain | |
2020-07-08 | CommonAPI: Switch to pipeline for following. | lain | |
2020-07-08 | Merge branch '1895-hashtag-timeline-restrict-unauthenticated-fix' into 'develop' | lain | |
[#1895] Made hashtag timeline respect `:restrict_unauthenticated` instance setting Closes #1895 See merge request pleroma/pleroma!2731 | |||
2020-07-08 | AccountController: Fix muting / unmuting reblogs. | lain | |
2020-07-08 | Add [:instances_favicons, :enabled] setting, defaults to false | Haelwenn (lanodan) Monnier | |
2020-07-08 | Move get_favicon to Pleroma.Instances, use / | Haelwenn (lanodan) Monnier | |
2020-07-08 | Add support for remote favicons | Haelwenn (lanodan) Monnier | |
2020-07-07 | [#1895] Made hashtag timeline respect `:restrict_unauthenticated` instance ↵ | Ivan Tashkinov | |
setting. | |||
2020-07-07 | AccountController: Allow removal / reset of user images. | lain | |
2020-07-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-06 | InstanceView: Add chat limit, description limit | lain | |
2020-07-03 | Merge branch 'features/mastoapi-2.9.0-status_text' into 'develop' | lain | |
MastoAPI 2.9.0: status text on deletion See merge request pleroma/pleroma!2690 | |||
2020-07-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/mastoapi-2.9.0-status_text | |||
2020-07-03 | SearchController: Trim query. | lain | |
2020-07-03 | AccountController: Make setting accepts_chat_messages possible. | lain | |
2020-07-03 | AccountViewTest: Fix test. | lain | |
2020-07-03 | AccountView: Add 'accepts_chat_messages' to view. | lain | |
2020-07-02 | Merge branch 'develop' into activation-meta | Mark Felder | |
2020-07-01 | Revert "Merge branch 'avatar-removing' into 'develop'" | lain | |
This reverts merge request !2701 | |||
2020-06-30 | Add fields limits to instance metadata, add tests | Mark Felder | |
2020-06-29 | Test default "content-type" for CastAndValidate | Egor Kislitsyn | |
2020-06-29 | Merge branch 'avatar-removing' into 'develop' | lain | |
UpdateCredentialsTest: Add test for removing profile images. See merge request pleroma/pleroma!2701 | |||
2020-06-29 | UpdateCredentialsTest: Add test for removing profile images. | lain | |
2020-06-26 | MastoAPI: Show source field when deleting | Haelwenn (lanodan) Monnier | |
2020-06-26 | Rename notification "privacy_option" setting | Mark Felder | |
2020-06-26 | Simplify notification filtering settings further | Mark Felder | |
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 |