Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-03 | bugfix/follow-state (#104) | floatingghost | |
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/104 | |||
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-23 | Merge branch 'mute-expiration' into 'develop' | tusooa | |
MastoAPI: Show mutes expiration date See merge request pleroma/pleroma!3682 | |||
2022-07-16 | Use :utc_datetime | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-10 | Make lint happy | Tusooa Zhu | |
2022-07-06 | Make validation functions for restricted nicknames and blacklisted domains; ↵ | Sean King | |
do restricted nickname validation in LDAP account registration | |||
2022-07-05 | Make checking blacklisted domains and restricted nicknames case-insenstive | Sean King | |
2022-06-16 | Store mutes expiration date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-03-20 | Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' | Haelwenn | |
Translate backend-rendered pages See merge request pleroma/pleroma!3634 | |||
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-07 | After code review | Ilja | |
Use patern matching to see if someone was superuser before | |||
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-03-02 | Allow user to register with custom language | Tusooa Zhu | |
2022-03-01 | Send emails i18n'd using backend-stored user language | Tusooa Zhu | |
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 | Preserve order of mentioned users | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Merge remote-tracking branch 'origin/develop' into birth-dates | Alex Gleason | |
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
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-18 | Birth dates: Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Format code, expose instance configuration related to birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age 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> | |||
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-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-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. |