aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Expand)Author
2020-10-23User: Correctly handle whitespace names.lain
2020-10-16Adds feature to permit e.g., local admins and community moderators to automat...Mark Felder
2020-10-15Merge branch 'develop' into refactor/discoverable_user_fieldMark Felder
2020-10-14Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-10-13Replace User.toggle_confirmation/1 with User.confirm/1, fixes #2235Alex Gleason
2020-10-13Change user.discoverable field to user.is_discoverableMark Felder
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-10-12Refactor User.post_register_action/1 emailsAlex Gleason
2020-10-12Make User.confirm/1 and User.approve/1 idempotentAlex Gleason
2020-10-12Refactor User.confirm/1, add more testsAlex Gleason
2020-10-11Move admin approval email logic into User.post_register_action/1Alex Gleason
2020-10-11Registration testsAlex Gleason
2020-10-11Send approval pending email during registrationAlex Gleason
2020-10-11Registration: user state is separate from instance stateAlex Gleason
2020-10-11Handle User.post_register_action/1 in stepsAlex Gleason
2020-10-08Aliases: fix URL regexAlex Gleason
2020-10-08Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
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-23Merge developRoman Chvanikov
2020-09-20Refactor mutes removing in CommonAPI and UserRoman Chvanikov
2020-09-20Merge branch 'develop' into feature/expire-mutesRoman Chvanikov
2020-09-18Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-18Federate data through persistent websocket connectionsSteven Fuchs
2020-09-17Merge branch 'develop' into feature/expire-mutesRoman Chvanikov
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-13Merge developRoman Chvanikov
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 ad...Mark Felder
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-08Add expiring mutes for activitiesRoman Chvanikov
2020-09-08Add expires_in param for account mutesRoman Chvanikov
2020-09-06added import mutesMaksim Pechnikov
2020-09-01User table: ensure bio is always a stringrinpatch
2020-09-01remove `unread_conversation_count` from UserMaksim Pechnikov
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 privacy...Ivan Tashkinov
2020-08-07Clean up account aliasesAlex Gleason
2020-08-07Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
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