Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | Add welcome chatmessages | Ilja | |
* 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-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-26 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-23 | Merge branch 'develop' into issue/1934-welcome-email | Maksim Pechnikov | |
2020-07-23 | Merge branch 'issue/1878' into 'develop' | lain | |
[#1878] fix reset confirmation email in admin section See merge request pleroma/pleroma!2751 | |||
2020-07-23 | added warning to use old keys | Maksim Pechnikov | |
2020-07-22 | added check user email for welcome email | Maksim Pechnikov | |
2020-07-21 | added welcome email | Maksim Pechnikov | |
2020-07-17 | Fully delete users with status :approval_pending | Alex Gleason | |
2020-07-14 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-14 | Add :approval_pending to User @type account_status | Alex Gleason | |
2020-07-14 | AdminAPI: Add `PATCH /api/pleroma/admin/users/approve` endpoint | Alex Gleason | |
2020-07-14 | Accept `reason` in POST /api/v1/accounts and store in DB | Alex Gleason | |
2020-07-13 | Merge 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-12 | Make a user unapproved when registering with `account_approval_required` on | Alex Gleason | |
2020-07-12 | Add `approval_pending` field to User | Alex Gleason | |
2020-07-11 | fix reset confirmation email in admin section | Maksim Pechnikov | |
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-09 | user: Add support for custom emojis in profile fields | Haelwenn (lanodan) Monnier | |
2020-07-09 | Use the Pleroma.Config alias | Mark Felder | |
2020-07-08 | ActivityPub: Remove `follow` and fix issues. | lain | |
2020-07-07 | AccountController: Allow removal / reset of user images. | lain | |
2020-07-03 | AccountController: Make setting accepts_chat_messages possible. | lain | |
2020-07-03 | ActivityPub: Ingest information about chat acceptance. | lain | |
2020-07-03 | User, Migration: Change `accepts_chat_messages` to be nullable | lain | |
This is to model the ambiguous state of most users. | |||
2020-07-03 | User: On registration, set `accepts_chat_messages` to true. | lain | |
2020-06-30 | Rename user.settings column | Mark Felder | |
This is used exclusively by MastoFE/GlitchFE now | |||
2020-06-26 | User: Don't unfollow on block when the relevant setting is set. | lain | |
2020-06-25 | ActivityPub: Remove `block`. | lain | |
2020-06-22 | Merge branch 'feature/1739-account-endpoints' into 'develop' | lain | |
account visibility in masto api Closes #1739 See merge request pleroma/pleroma!2488 | |||
2020-06-19 | Add support for bot field in update_credentials | Sergey Suprunenko | |
2020-06-19 | Merge branch 'dry-up-follower-update' into 'develop' | lain | |
User: update_follower_count refactor. See merge request pleroma/pleroma!2649 | |||
2020-06-17 | Merge branch 'fix/1787-mogrify-args' into 'develop' | lain | |
Moving custom ecto types in context folders See merge request pleroma/pleroma!2652 | |||
2020-06-17 | Merge branch 'features/users-raw_bio' into 'develop' | rinpatch | |
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326 | |||
2020-06-16 | moving custom ecto types in context folders | Alexander Strizhakov | |
2020-06-15 | User: update_follower_count refactor. | lain | |
2020-06-14 | Mastodon API: ensure the notification endpoint doesn't return less than the ↵ | eugenijm | |
requested amount of records unless it's the last page | |||
2020-06-07 | Delete pending follow requests on user deletion | Sergey Suprunenko | |
2020-06-06 | User: Add raw_bio, storing unformatted bio | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643 | |||
2020-05-28 | Merge branch 'feature/1792-update-actor-type' into 'develop' | lain | |
Validate actor type See merge request pleroma/pleroma!2593 | |||
2020-05-27 | Merge branch 'refactor-add-mention-step-one' into 'develop' | rinpatch | |
Fix ObjectView calling into strange functions Closes #1807 See merge request pleroma/pleroma!2580 | |||
2020-05-27 | validate actor type | Alexander Strizhakov | |
2020-05-25 | User: Change signature of get_users_from_set | lain | |
2020-05-25 | User: Don't error out if we want to refresh a user but can't | lain | |
2020-05-21 | Merge branch 'admin-logo-upload' into 'develop' | lain | |
Ability to upload background, logo, default user avatar, instance thumbnail, and the NSFW hiding image See merge request pleroma/pleroma!2388 | |||
2020-05-21 | Merge branch 'issue/749' into 'develop' | lain | |
[#749] unsubscribes of friends when user deactivated See merge request pleroma/pleroma!2513 | |||
2020-05-21 | Added the ability to upload background, logo, default user avatar, instance ↵ | eugenijm | |
thumbnail, and the NSFW hiding image via AdminFE | |||
2020-05-20 | Merge branch 'feature/1734-user-deletion' into 'develop' | lain | |
User deletion Closes #1734 See merge request pleroma/pleroma!2493 |