Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-04-16 | Merge branch 'refactor/remove-upgrade-changeset' into 'develop' | rinpatch | |
Remove User.upgrade_changeset in favor of remote_user_creation See merge request pleroma/pleroma!2368 | |||
2020-04-16 | user: remove blank? | rinpatch | |
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-11 | Remove User.upgrade_changeset in favor of remote_user_creation | rinpatch | |
The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior. | |||
2020-04-10 | User: remove source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | Remove User.fields/1 | Haelwenn (lanodan) Monnier | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move inbox & shared_inbox to own fields | Haelwenn (lanodan) Monnier | |
2020-04-10 | Types.URI: New | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move public_key from source_data to own field | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: remove source_data use for follower_address and following_address | Haelwenn (lanodan) Monnier | |
2020-04-07 | [#1559] Support for "follow_request" notifications (configurable). | Ivan Tashkinov | |
(Not currently supported by PleromaFE, thus disabled by default). | |||
2020-04-07 | Merge branch 'fix-auto-link-for-profile-fields' into 'develop' | rinpatch | |
Use Pleroma.Formatter.linkify/2 instead See merge request pleroma/pleroma!2352 | |||
2020-03-31 | Provide known-good user.uri, remove User.profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-31 | User: Fix use of source_data in profile_url/1 | Haelwenn (lanodan) Monnier | |