Age | Commit message (Collapse) | Author |
|
User keys are now generated on user creation instead of "when needed",
to prevent race conditions in federation and a few other issues. This
migration will generate keys missing for local users.
|
|
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.
|
|
Fix flaky rate_limiter_test.exs test "it restricts based on config values"
See merge request pleroma/pleroma!3688
|
|
Fix flaky/erratic test/pleroma/config/transfer_task_test.exs
See merge request pleroma/pleroma!3703
|
|
fix flaky participation_test.exs
See merge request pleroma/pleroma!3689
|
|
|
|
fix flaky test filter_controller_test.exs:200
See merge request pleroma/pleroma!3699
|
|
|
|
fix flaky test_user_relationship_test.exs:81
See merge request pleroma/pleroma!3697
|
|
|
|
OAuthPlug: use user cache instead of joining
See merge request pleroma/pleroma!3734
|
|
Add glitch-lily as an installable frontend
See merge request pleroma/pleroma!3727
|
|
As this plug is called on every request, this should reduce load on the
database by not requiring to select on the users table every single
time, and to instead use the by-ID user cache whenever possible.
|
|
Use latest alpine version for docker image
See merge request pleroma/pleroma!3719
|
|
|
|
Document the changes for Varnish 7.0+ compatibility and RFC compliance
See merge request pleroma/pleroma!3723
|
|
|
|
'develop'
Treat MRF rejects as success in Oban worker
Closes #2912
See merge request pleroma/pleroma!3720
|
|
'develop'
Fix flaky tests with DB connections; Allow higher amount of restarts for Pleroma.Repo during testing
See merge request pleroma/pleroma!3696
|
|
Synchronized settings for apps (frontends)
See merge request pleroma/pleroma!3698
|
|
Backport: bugfix/follow-state
Closes #2902
See merge request pleroma/pleroma!3718
|
|
Fix Varnish7 support
See merge request pleroma/pleroma!3722
|
|
|
|
|
|
capitalized HEAD verb
|
|
|
|
|
|
|
|
|
|
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/104
|
|
local only fixes
Closes #2871
See merge request pleroma/pleroma!3660
|
|
Allow users to create backups without providing email address
See merge request pleroma/pleroma!3665
|
|
Translations update from Pleroma Weblate
See merge request pleroma/pleroma!3716
|
|
Currently translated at 18.9% (189 of 998 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: http://weblate.pleroma-dev.ebin.club/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
|
|
Currently translated at 18.9% (189 of 998 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: http://weblate.pleroma-dev.ebin.club/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
|
|
Implement moving account
See merge request pleroma/pleroma!3524
|
|
|
|
# Conflicts:
# CHANGELOG.md
# test/pleroma/user_test.exs
|
|
MastoAPI: Use `duration` param for mute expiration duration
See merge request pleroma/pleroma!3715
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Emoji: implement full-qualifier using combinations
See merge request pleroma/pleroma!3709
|
|
Make mutes and blocks behave the same as other lists
Closes #2384
See merge request pleroma/pleroma!3693
|
|
Extract translatable strings
See merge request pleroma/pleroma!3712
|
|
Behavior matches previous code.
Co-authored-by: Tusooa Zhu <tusooa@kazv.moe>
|
|
|
|
Add authorized_fetch_mode to description.exs
See merge request pleroma/pleroma!3710
|
|
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
|
|
This implements fully_qualify_emoji/1, which will return the
fully-qualified version of an emoji if it knows of one, or return the
emoji unmodified if not.
This code generates combinations per emoji: for each FE0F, all possible
combinations of the character being removed or staying will be
generated. This is made as an attempt to find all partially-qualified
and unqualified versions of a fully-qualified emoji.
I have found *no cases* for which this would be a problem, after
browsing the entire emoji list in emoji-test.txt. This is safe, and,
sadly, most likely the sanest too.
|