Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | Merge branch 'auth-improvements' into 'develop' | lain | |
Cookie auth rework / Auth subsystem refactoring and tweaks Closes pleroma/secteam/pleroma#3 See merge request pleroma/pleroma!3112 | |||
2020-12-09 | Merge branch 'stream-follow-updates' into 'develop' | lain | |
Stream follow updates Closes #2299 See merge request pleroma/pleroma!3183 | |||
2020-12-06 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-12-02 | User: Remove left-over (wrong) fix. | lain | |
2020-12-02 | User: Don't allow local users in remote changesets | lain | |
2020-12-02 | Stream follow updates | Egor Kislitsyn | |
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-18 | Merge branch 'develop' into 'hide-muted-reactions' | minibikini | |
# Conflicts: # CHANGELOG.md | |||
2020-11-17 | Remove FedSockets | rinpatch | |
Current FedSocket implementation has a bunch of problems. It doesn't have proper error handling (in case of an error the server just doesn't respond until the connection is closed, while the client doesn't match any error messages and just assumes there has been an error after 15s) and the code is full of bad descisions (see: fetch registry which uses uuids for no reason and waits for a response by recursively querying a ets table until the value changes, or double JSON encoding). Sometime ago I almost completed rewriting fedsockets from scrach to adress these issues. However, while doing so, I realized that fedsockets are just too overkill for what they were trying to accomplish, which is reduce the overhead of federation by not signing every message. This could be done without reimplementing failure states and endpoint logic we already have with HTTP by, for example, using TLS cert auth, or switching to a more performant signature algorithm. I opened https://git.pleroma.social/pleroma/pleroma/-/issues/2262 for further discussion on alternatives to fedsockets. From discussions I had with other Pleroma developers it seems like they would approve the descision to remove them as well, therefore I am submitting this patch. | |||
2020-11-16 | Hide reactions from muted and blocked users | Egor Kislitsyn | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/expire-mutes | |||
2020-10-29 | Merge branch 'issue/2069' into 'develop' | Haelwenn | |
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939 | |||
2020-10-27 | Merge branch 'feature/autofollowing' into 'develop' | feld | |
autofollowing_nicknames See merge request pleroma/pleroma!3087 | |||
2020-10-23 | User: Correctly handle whitespace names. | lain | |
2020-10-16 | Adds feature to permit e.g., local admins and community moderators to ↵ | Mark Felder | |
automatically follow all newly registered accounts | |||
2020-10-15 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-09-29 | More robust expires_at timestamp processing | Mark Felder | |
2020-09-28 | added `force` option to the unfollow operation | Maksim Pechnikov | |
2020-09-23 | Merge branch 'develop' into feature/bulk-confirmation | Mark Felder | |
2020-09-23 | Merge develop | Roman Chvanikov | |
2020-09-20 | Refactor mutes removing in CommonAPI and User | Roman Chvanikov | |
2020-09-20 | Merge branch 'develop' into feature/expire-mutes | Roman Chvanikov | |
2020-09-18 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-18 | Federate data through persistent websocket connections | Steven Fuchs | |
2020-09-17 | Merge branch 'develop' into feature/expire-mutes | Roman Chvanikov | |
2020-09-17 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-16 | User: Remote users don't need to be confirmed or approved | lain | |
2020-09-16 | RepoStreamer.chunk_stream -> Repo.chunk_stream | Maksim Pechnikov | |
2020-09-13 | Merge develop | Roman Chvanikov | |
2020-09-10 | pin/unpin for activities with expires_at option | Alexander Strizhakov | |
2020-09-08 | Handle possibility of user account in a bulk operation not having an email ↵ | Mark Felder | |
address | |||
2020-09-08 | Add mix task for bulk [un]confirming the local instance users | Mark Felder | |
2020-09-08 | user: harden get_friends_query(), get_followers_query() and their wrappers | Haelwenn (lanodan) Monnier | |
2020-09-08 | Add expiring mutes for activities | Roman Chvanikov | |
2020-09-08 | Add expires_in param for account mutes | Roman Chvanikov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-09-01 | User table: ensure bio is always a string | rinpatch | |
Gets rid of '|| ""' in multiple places and fixes #2067 | |||
2020-09-01 | remove `unread_conversation_count` from User | Maksim Pechnikov | |
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-08-17 | Purge most user fields upon deletion, "right to be forgotten" #859 | Alex Gleason | |
2020-08-17 | Also purge bio and display name | Alex Gleason | |
2020-08-17 | Purge a local user upon deletion, fixes #2062 | Alex Gleason | |
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-07 | Make a new function instead of overloading register_changeset/3 | Mark Felder | |
2020-08-05 | Comments are good when they're precise... | Mark Felder | |
2020-08-05 | Add email to user account only if it exists in LDAP | Mark Felder | |
2020-08-05 | Permit LDAP users to register without capturing their password hash | Mark Felder | |
We don't need it, and local auth fallback has been removed. | |||
2020-08-04 | Merge branch 'email-blacklist' into 'develop' | lain | |
Add email blacklist, fixes #1404 Closes #1404 See merge request pleroma/pleroma!2837 |