Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | Add email blacklist, fixes #1404 | Alex Gleason | |
2020-08-01 | Merge branch '1985-unobtrusive-autologin-on-registration' into 'develop' | lain | |
[#1985] Prevented force login on registration if account approval and/or email confirmation needed Closes #1985 See merge request pleroma/pleroma!2823 | |||
2020-08-01 | ConnectionPool: fix gun open errors being returned without an error tuple | rinpatch | |
When gun shuts down due to the host being unreachable, the worker process shuts down with the same shutdown reason since they are linked. Gun doesn't have error tuples in it's shutdown reason though, so we need to handle it in get_conn. Closes #2008 | |||
2020-08-01 | Don't override user-agent header if it's been set | Roman Chvanikov | |
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 'render-preview-cards-in-chats' into 'develop' | Haelwenn | |
Render preview cards in chats See merge request pleroma/pleroma!2816 | |||
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-30 | ChatMessage schema: Add preview cards. | lain | |
2020-07-30 | ChatMessageReferenceView: Display preview cards. | lain | |
2020-07-30 | Merge branch 'hide-reactions' into 'develop' | lain | |
Let favourites and emoji reactions optionally be hidden See merge request pleroma/pleroma!2804 | |||
2020-07-29 | Expose seconds_valid in Pleroma Captcha API endpoint | Mark Felder | |
2020-07-29 | Merge remote-tracking branch 'upstream/develop' into hide-reactions | Alex Gleason | |
2020-07-29 | Merge branch 'issue/1023' into 'develop' | lain | |
[#1023] added generated `pleroma.env` See merge request pleroma/pleroma!2763 | |||
2020-07-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1993-confirm-users-on-registration | |||
2020-07-29 | Merge branch '1996-dont-break-on-chatmessages' into 'develop' | Haelwenn | |
EnsureRePrepended: Don't break on chat messages. Closes #1996 See merge request pleroma/pleroma!2808 | |||
2020-07-29 | Merge branch 'bugfix/remote-user-atom' into 'develop' | lain | |
feed/user_controller: Return 404 when the user is remote Closes #1911 See merge request pleroma/pleroma!2811 | |||
2020-07-29 | feed/user_controller: Return 404 when the user is remote | Haelwenn (lanodan) Monnier | |
2020-07-29 | Merge branch 'by-approval' into 'develop' | lain | |
Registrations "by approval" mode Closes #1931 See merge request pleroma/pleroma!2757 | |||
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-29 | EnsureRePrepended: Don't break on chat messages. | lain | |
2020-07-28 | gun ConnectionPool: Re-add a missing cast for remove_client | rinpatch | |
2020-07-28 | Let favourites and emoji reactions optionally be hidden | Alex Gleason | |
2020-07-28 | gun ConnectionPool: replace casts with calls | rinpatch | |
The slowdown from this is most likely immesurable, however it eliminates possible false positives when tracking dead clients. | |||
2020-07-28 | FrontendStatic: Add plug to serve frontends based on configuration. | lain | |
2020-07-28 | InstanceStatic: Refactor. | lain | |
2020-07-28 | Merge branch 'cleanup/masto_fe-default_settings' into 'develop' | lain | |
masto_fe_view: Remove @default_settings See merge request pleroma/pleroma!2799 | |||
2020-07-27 | Fix User.registration_reason HTML sanitizing issues | Alex Gleason | |
2020-07-27 | Lint, fix test | Alex Gleason | |
2020-07-27 | Add configurable registration_reason limit | Alex Gleason | |
2020-07-27 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-27 | Merge branch 'develop' into 'cleanup/masto_fe-default_settings' | lain | |
# Conflicts: # lib/pleroma/web/views/masto_fe_view.ex | |||
2020-07-27 | masto_fe_view: Remove @default_settings | Haelwenn (lanodan) Monnier | |
2020-07-27 | Pipeline: Unify embedded_object / object_data, move to validator. | lain | |
2020-07-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
embedded-object-federation | |||
2020-07-27 | Merge branch 'issue/1934-welcome-email' into 'develop' | lain | |
[#1934] welcome email See merge request pleroma/pleroma!2786 | |||
2020-07-27 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-07-27 | Merge branch 'fix/reverse-proxy-no-body-connection-leak' into 'develop' | Haelwenn | |
ReverseProxy: Fix a gun connection leak when there is an error with no body See merge request pleroma/pleroma!2798 | |||
2020-07-26 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-26 | ReverseProxy tesla client: remove handling of old_conn | rinpatch | |
This is no longer relevant because we use a custom FollowRedirects middleware now | |||
2020-07-26 | ReverseProxy: Fix a gun connection leak when there is an error with no | rinpatch | |
body - Modify `close/1` function to do the same thing it does for hackney, which is - close the client rather than the whole connection - Release the connection when there is no body to chunk | |||
2020-07-26 | OpenAPI: remove accidentally pasted buffer data | Alibek Omarov | |
2020-07-26 | OpenAPI: Replace actor_id by account_id to follow ChatMessage schema | Alibek Omarov | |
2020-07-24 | Ensure Oban is available during mix tasks. | Mark Felder | |
Fixes: mix pleroma.user rm username | |||
2020-07-24 | Fix mix tasks that make HTTP calls by starting the Gun connection pool | Mark Felder | |
2020-07-24 | Side Effects: On undoing, put information about the undone object. | Lain Soykaf | |
2020-07-24 | Pipeline: Add embedded object federation. | Lain Soykaf | |
2020-07-24 | remove duplicate module | Maksim Pechnikov | |
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-23 | Merge branch '1976-status-view-fixes' into 'develop' | Haelwenn | |
StatusView: Handle badly formatted emoji reactions. Closes #1976 See merge request pleroma/pleroma!2788 |