Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | Merge branch 'remove_from_followers' into 'develop' | tusooa | |
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647 | |||
2022-09-05 | User: generate private keys on user creation | Hélène | |
This fixes a race condition bug where keys could be regenerated post-federation, causing activities and HTTP signatures from an user to be dropped due to key differences. | |||
2022-07-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs | |||
2022-07-31 | Use `duration` param for mute expiration duration | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-13 | Check refute User.following? | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-09 | Use is_binary instead of is_bitstring for restricted nicknames tests | Sean King | |
2022-07-05 | Make checking blacklisted domains and restricted nicknames case-insenstive | Sean King | |
2022-03-20 | Merge branch 'delete_report_notifs_when_demoting_from_superuser' into 'develop' | Haelwenn | |
Delete report notifs when demoting from superuser Closes #2840 See merge request pleroma/pleroma!3642 | |||
2022-03-06 | Delete report notifs when demoting from superuser | Ilja | |
When someone isn't a superuser any more, they shouldn't see the reporsts any more either. Here we delete the report notifications from a user when that user gets updated from being a superuser to a non-superuser. | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-25 | Merge branch 'birth-dates' into 'develop' | Alex Gleason | |
Birth dates See merge request pleroma/pleroma!3608 | |||
2022-01-23 | Add a test | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-18 | Birth dates: Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-12 | Add more tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Add deleting alias endpoint | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add User.add_alias/2 and User.alias_users/1 | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-15 | nodeinfo: report activeMonth and activeHalfyear users fields | Alibek Omarov | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
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-07 | Merge branch 'remove/mastofe' into 'develop' | Haelwenn | |
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392 | |||
2021-09-05 | Allow users to remove their emails if instance does not need email to register | Tusooa Zhu | |
2021-08-06 | Make mrfSimple work with tuples | Ilja | |
* Changed SimplePolicy * I also grepped in test/ for ':mrf_simple' to see what other things could be affected | |||
2021-07-10 | Merge develop branch upstream | Sean King | |
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-30 | Deletions: allow deactivated users to be deleted | Alex Gleason | |
2021-06-29 | Deletions: preserve account status fields during purge, fix checks | 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-05-03 | Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settings | Alex Gleason | |
2021-05-03 | Don't crash when email settings are invalid | Alex Gleason | |
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/2606 Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/4 | |||
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-02-05 | Lint | Mark Felder | |
2021-02-04 | Add basic test to validate the registration email is dispatched when the ↵ | Mark Felder | |
others are disabled Also only check for subject as the body is a mess of html and we don't really need to prove its contents if the subject matches. | |||
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 tests | Egor Kislitsyn | |
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-20 | Only need to test if unconfirmed users are successfully deleted | Mark Felder | |
It's no longer possible to have an active user account with User.is_confirmed == false | |||
2021-01-20 | This scenario no longer exists. Users are auto-confirmed if confirmation not ↵ | Mark Felder | |
required at time of registration. | |||
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 | |