aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
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
2020-07-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information
2020-07-09user: Add support for custom emojis in profile fieldsHaelwenn (lanodan) Monnier
2020-07-09Use the Pleroma.Config aliasMark Felder
2020-07-08ActivityPub: Remove `follow` and fix issues.lain
2020-07-07AccountController: Allow removal / reset of user images.lain
2020-07-03AccountController: Make setting accepts_chat_messages possible.lain
2020-07-03ActivityPub: Ingest information about chat acceptance.lain
2020-07-03User, Migration: Change `accepts_chat_messages` to be nullablelain
This is to model the ambiguous state of most users.
2020-07-03User: On registration, set `accepts_chat_messages` to true.lain
2020-06-30Rename user.settings columnMark Felder
This is used exclusively by MastoFE/GlitchFE now
2020-06-26User: Don't unfollow on block when the relevant setting is set.lain
2020-06-25ActivityPub: Remove `block`.lain
2020-06-22Merge branch 'feature/1739-account-endpoints' into 'develop'lain
account visibility in masto api Closes #1739 See merge request pleroma/pleroma!2488
2020-06-19Add support for bot field in update_credentialsSergey Suprunenko
2020-06-19Merge branch 'dry-up-follower-update' into 'develop'lain
User: update_follower_count refactor. See merge request pleroma/pleroma!2649
2020-06-17Merge branch 'fix/1787-mogrify-args' into 'develop'lain
Moving custom ecto types in context folders See merge request pleroma/pleroma!2652
2020-06-17Merge branch 'features/users-raw_bio' into 'develop'rinpatch
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326
2020-06-16moving custom ecto types in context foldersAlexander Strizhakov
2020-06-15User: update_follower_count refactor.lain
2020-06-14Mastodon API: ensure the notification endpoint doesn't return less than the ↵eugenijm
requested amount of records unless it's the last page
2020-06-07Delete pending follow requests on user deletionSergey Suprunenko
2020-06-06User: Add raw_bio, storing unformatted bioHaelwenn (lanodan) Monnier
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643
2020-05-28Merge branch 'feature/1792-update-actor-type' into 'develop'lain
Validate actor type See merge request pleroma/pleroma!2593