Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | Add ForceMentionsInContentPolicy | rinpatch | |
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it. | |||
2022-01-12 | Add more tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-12 | WIP account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | wip | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-11-29 | Account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-26 | v2 Suggestions: rudimentary API response | Alex Gleason | |
2021-11-15 | nodeinfo: report activeMonth and activeHalfyear users fields | Alibek Omarov | |
2021-10-06 | Merge branch 'from/develop/tusooa/add-remove-emails' into 'develop' | Haelwenn | |
Allow users to remove their emails if instance does not need email to register See merge request pleroma/pleroma!3522 | |||
2021-09-05 | Allow users to remove their emails if instance does not need email to register | Tusooa Zhu | |
2021-07-10 | Merge develop branch upstream | Sean King | |
2021-06-30 | Deletions: change User.purge/1 to defp, add CHANGELOG entry | Alex Gleason | |
2021-06-30 | Merge remote-tracking branch 'pleroma/develop' into remote-deletions | Alex Gleason | |
2021-06-30 | Deletions: don't purge keys so Delete/Undo activities can be signed | Alex Gleason | |
2021-06-29 | Deletions: preserve account status fields during purge, fix checks | Alex Gleason | |
2021-06-29 | Also purge the user in User.perform/2 | Alex Gleason | |
2021-06-29 | Deletions: purge the user immediately | Alex Gleason | |
2021-06-29 | Correctly purge a remote user | Alex Gleason | |
2021-06-04 | Fix merge conflicts with upstream | Sean King | |
2021-05-31 | Merge remote-tracking branch 'pleroma/develop' into cycles-base-url | Alex Gleason | |
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-04-15 | Remove MastoFE settings from users table | Sean King | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-02 | Add OpenAPI spec for AdminAPI.UserController | Egor Kislitsyn | |
2021-02-18 | Permit :disclose_client in changesets | Mark Felder | |
2021-02-18 | Add field to user schema for controlling disclosure of client details | Mark Felder | |
2021-02-04 | Actually send the mail | Mark Felder | |
2021-02-04 | Add a registration email that only sends if no other emails (welcome, ↵ | Mark Felder | |
approval, confirmation) are enabled | |||
2021-02-04 | Also make this maybe_ for consistency | Mark Felder | |
2021-02-04 | These welcome emails are not guaranteed and can be private functions | Mark Felder | |
2021-02-02 | Merge branch 'email-stub-in-verify-credentials' into 'develop' | feld | |
Email-like field in /api/v1/accounts/verify_credentials (for PeerTube OAuth plugin and alike) See merge request pleroma/pleroma!3286 | |||
2021-01-28 | Make sure active_user_count/1 counts only local users | Egor Kislitsyn | |
2021-01-28 | Email-like field in /api/v1/accounts/verify_credentials response (for OAuth ↵ | Ivan Tashkinov | |
plugins like Peertube). Addresses https://git.pleroma.social/pleroma/pleroma-support/-/issues/56. | |||
2021-01-27 | Add active user count | Egor Kislitsyn | |
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-20 | Special handling for unconfirmed users based on instance config no longer ↵ | Mark Felder | |
needed. | |||
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Readability | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Remove User.restrict_deactivated/1 | Mark Felder | |
Everything else is in User.Query, no need for this odd kludge. | |||
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Further simplify changeset logic | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |