Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Merge branch 'fix/2095-deactivated-account-reset' into 'develop' | feld | |
Disallow password resets for deactivated accounts Closes #2095 See merge request pleroma/pleroma!2935 | |||
2020-08-26 | TimelineController: Keys are atoms now. | lain | |
Closes #2078 Closes #2070 | |||
2020-08-14 | [#2046] Defaulted pleroma/restrict_unauthenticated basing on instance ↵ | Ivan Tashkinov | |
privacy setting (i.e. restrict on private instances only by default). | |||
2020-08-10 | AccountController: Build the correct update activity. | lain | |
Will fix federation issues. | |||
2020-07-31 | [#1985] Prevented force login on registration if account approval and/or ↵ | Ivan Tashkinov | |
email confirmation needed. Refactored login code in OAuthController, reused in AccountController. Added tests. | |||
2020-07-30 | Merge branch '1993-confirm-users-on-registration' into 'develop' | Haelwenn | |
AccountController: Don't explicitly ask to keep users unconfirmed. Closes #1993 See merge request pleroma/pleroma!2809 | |||
2020-07-29 | AccountController: Don't explicitly ask to keep users unconfirmed. | lain | |
Confirmation is set in User.register_changeset based on the config settings. | |||
2020-07-28 | Let favourites and emoji reactions optionally be hidden | Alex Gleason | |
2020-07-23 | Merge branch 'unblock-domain-via-query' into 'develop' | feld | |
Allow unblocking a domain via query params Closes #1971 See merge request pleroma/pleroma!2783 | |||
2020-07-23 | Support blocking via query parameters as well and document the change. | Mark Felder | |
2020-07-22 | [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish ↵ | Ivan Tashkinov | |
:restrict_unauthenticated. Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting. | |||
2020-07-21 | Allow unblocking a domain via query params | Egor Kislitsyn | |
2020-07-15 | MastoAPI: fix & test giving MRF reject reasons | Haelwenn (lanodan) Monnier | |
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
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 '1925-muting-reblogs' into 'develop' | Haelwenn | |
AccountController: Fix muting / unmuting reblogs. Closes #1925 See merge request pleroma/pleroma!2732 | |||
2020-07-09 | Merge branch 'bugfix/status-deletion' into 'develop' | lain | |
#1920 fix activity deletion See merge request pleroma/pleroma!2721 | |||
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 | [#1895] credo fix. | Ivan Tashkinov | |
2020-07-08 | AccountController: Fix muting / unmuting reblogs. | lain | |
2020-07-08 | [#1895] Applied code review suggestion. | Ivan Tashkinov | |
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 | Delete activity before sending response to client | Roman Chvanikov | |
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-06-29 | Credo fixes. | lain | |
2020-06-29 | AccountOperation: Correctly describe create response. | lain | |
2020-06-26 | MastoAPI: Show source field when deleting | Haelwenn (lanodan) Monnier | |
2020-06-26 | AccountController: Return scope in proper format. | lain | |
2020-06-25 | AccountController: Extract blocking to CommonAPI. | lain | |
2020-06-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
update-validator | |||
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 | Credo fixes | lain | |
2020-06-22 | ActivityPub: Remove `update` and switch to pipeline. | lain | |
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-12 | Merge branch 'recipients-experiments' into 'develop' | Haelwenn | |
ActivityPub: Don't show announces of your own objects in timeline. See merge request pleroma/pleroma!2637 | |||
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-10 | ActivityPub: Don't show announces of your own objects in timeline. | lain | |
2020-06-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-06 | User: Add raw_bio, storing unformatted bio | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643 | |||
2020-06-05 | Merge remote-tracking branch 'origin/develop' into ↵ | Egor Kislitsyn | |
activity-pub-use-atoms-as-keys | |||
2020-06-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms |