Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-05-19 | User.Query: Speed up recipients query. | lain | |
2020-05-18 | return :visible instead of boolean | Alexander Strizhakov | |
2020-05-18 | account visibility | Alexander Strizhakov | |
2020-05-12 | Upgrade Comeonin to v5 | Alex Gleason | |
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md | |||
2020-05-12 | unsubscribes of friends when user deactivated | Maksim Pechnikov | |
2020-05-11 | Deletion: Handle the case of pruned objects. | lain | |
2020-05-08 | user deletion | Alexander Strizhakov | |
2020-05-07 | Merge fixes. | lain | |
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/undo-validator-reduced | |||
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-06 | Merge branch 'feature/delete-validator' into 'develop' | rinpatch | |
Move deletions to the common pipeline Closes #1497 See merge request pleroma/pleroma!2441 | |||
2020-05-05 | Undoing: Move undoing announcements to the pipeline everywhere. | lain | |
2020-05-05 | Undoing: Move undoing likes to the pipeline everywhere. | lain | |
2020-05-05 | User, Webfinger: Remove OStatus vestiges | lain | |
Mainly the `magic_key` field | |||
2020-05-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/delete-validator | |||
2020-05-02 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-04-30 | User: Use common pipeline to delete user activities | lain | |
2020-04-24 | reply filtering | Alexander | |
2020-04-22 | Streamer: Stream boosts to the boosting user. | lain | |
2020-04-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1559-follow-request-notifications # Conflicts: # CHANGELOG.md | |||
2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |