aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
2020-12-22User: Remove left-over (wrong) fix.lain
2020-12-22User: Don't allow local users in remote changesetslain
2020-11-05Merge branch '2236-no-name' into 'develop'Haelwenn
Resolve "Account cannot be fetched by some instances" Closes #2236 See merge request pleroma/pleroma!3101
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-09-29More robust expires_at timestamp processingMark Felder
2020-09-28added `force` option to the unfollow operationMaksim Pechnikov
2020-09-23Merge branch 'develop' into feature/bulk-confirmationMark Felder
2020-09-18Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-18Federate data through persistent websocket connectionsSteven Fuchs
2020-09-17Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-16User: Remote users don't need to be confirmed or approvedlain
2020-09-16RepoStreamer.chunk_stream -> Repo.chunk_streamMaksim Pechnikov
2020-09-10pin/unpin for activities with expires_at optionAlexander Strizhakov
2020-09-08Handle possibility of user account in a bulk operation not having an email ↵Mark Felder
address
2020-09-08Add mix task for bulk [un]confirming the local instance usersMark Felder
2020-09-08user: harden get_friends_query(), get_followers_query() and their wrappersHaelwenn (lanodan) Monnier
2020-09-06added import mutesMaksim Pechnikov
2020-09-01User table: ensure bio is always a stringrinpatch
Gets rid of '|| ""' in multiple places and fixes #2067
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-08-17Purge most user fields upon deletion, "right to be forgotten" #859Alex Gleason
2020-08-17Also purge bio and display nameAlex Gleason
2020-08-17Purge a local user upon deletion, fixes #2062Alex 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-07Make a new function instead of overloading register_changeset/3Mark Felder
2020-08-05Comments are good when they're precise...Mark Felder
2020-08-05Add email to user account only if it exists in LDAPMark Felder
2020-08-05Permit LDAP users to register without capturing their password hashMark Felder
We don't need it, and local auth fallback has been removed.
2020-08-04Merge branch 'email-blacklist' into 'develop'lain
Add email blacklist, fixes #1404 Closes #1404 See merge request pleroma/pleroma!2837
2020-08-03Email blacklist: Update phrasing againAlex Gleason
2020-08-03Email blacklist: Update response phrasingAlex Gleason
2020-08-02Add email blacklist, fixes #1404Alex Gleason
2020-08-02Add welcome chatmessagesIlja
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md
2020-07-27Lint, fix testAlex Gleason
2020-07-27Add configurable registration_reason limitAlex Gleason
2020-07-27Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-26Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-23Merge branch 'develop' into issue/1934-welcome-emailMaksim Pechnikov
2020-07-23Merge branch 'issue/1878' into 'develop'lain
[#1878] fix reset confirmation email in admin section See merge request pleroma/pleroma!2751
2020-07-23added warning to use old keysMaksim Pechnikov
2020-07-22added check user email for welcome emailMaksim Pechnikov
2020-07-21added welcome emailMaksim Pechnikov
2020-07-17Fully delete users with status :approval_pendingAlex Gleason
2020-07-14Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-14Add :approval_pending to User @type account_statusAlex Gleason
2020-07-14AdminAPI: Add `PATCH /api/pleroma/admin/users/approve` endpointAlex Gleason
2020-07-14Accept `reason` in POST /api/v1/accounts and store in DBAlex Gleason
2020-07-13Merge branch 'features/profile-fields-emojo' into 'develop'feld
user: Add support for custom emojis in profile fields See merge request pleroma/pleroma!2741
2020-07-12Make a user unapproved when registering with `account_approval_required` onAlex Gleason
2020-07-12Add `approval_pending` field to UserAlex Gleason
2020-07-11fix reset confirmation email in admin sectionMaksim Pechnikov