Age | Commit message (Collapse) | Author |
|
Add ForceMention mrf
See merge request pleroma/pleroma!4082
|
|
Include following/followers in backups
See merge request pleroma/pleroma!4085
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Add contact account to InstanceView
See merge request pleroma/pleroma!3960
|
|
Fix ffmpeg framegrabs with Exile
See merge request pleroma/pleroma!4087
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Verify profile link ownership with rel="me"
Closes #2733
See merge request pleroma/pleroma!3959
|
|
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
|
|
|
|
Add some missing fields to instanceV2
See merge request pleroma/pleroma!4081
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
|
RemoteFetcherWorker: Make sure {:error, _} is returned on failure
See merge request pleroma/pleroma!4077
|
|
Exile: change to upstream pre-release commit that fixes build on FreeBSD
See merge request pleroma/pleroma!4079
|
|
|
|
Gun connection pooling: rename variable for clarity
See merge request pleroma/pleroma!4078
|
|
The boolean value matches the intent of the "last_attempt" variable name now
|
|
Gun connection pool retry fix
See merge request pleroma/pleroma!4076
|
|
Otherwise jobs are considered a success.
|
|
A full pool is a soft-error. Snooze the job for 30 seconds and try again.
|
|
if the pool was full.
|
|
Mergeback: Security Release 2.6.2
Closes #3245
See merge request pleroma/pleroma!4075
|
|
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3245
|
|
Force more frequent full_sweep GC runs on the Websocket processes
See merge request pleroma/pleroma!4060
|
|
Websocket processes seem to be the primary culprit for Binary memory allocation bloat.
|
|
Translations update from Pleroma Weblate
See merge request pleroma/pleroma!4070
|
|
Currently translated at 63.1% (60 of 95 strings)
Translation: Pleroma/Pleroma Backend (domain errors)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-errors/ja/
|
|
Revert "Support a new changelog entry type: deps"
See merge request pleroma/pleroma!4071
|
|
since 2.6.1 release"
This reverts commit 2a4fa4c408d874d8b938f780337d2956b6f0101f.
|
|
This reverts commit 4648997a1017da68dcf5235e527e861f2c85cf91.
|
|
Update Tesla, document some deps changes
See merge request pleroma/pleroma!4069
|
|
2.6.1 release
|
|
|
|
|
|
Support Bandit as a Phoenix HTTP adapter
See merge request pleroma/pleroma!4068
|
|
These were only used in dev and served no specific purpose. The equivalent settings for Bandit are under a key called :http1_options and the default values are set to 10_000.
|
|
considered experimental, but may improve performance and resource usage.
|
|
Websocket refactor to use Phoenix.Socket.Transport
See merge request pleroma/pleroma!4064
|
|
Use User.full_nickname/1 in oauth html template
See merge request pleroma/pleroma!4054
|
|
FrontendStatic should have reasonable caching
See merge request pleroma/pleroma!3685
|
|
Config: Check the permissions of the linked file instead of the symlink
See merge request pleroma/pleroma!4061
|
|
Bugfix for ccworks AP bridge
Closes #3234
See merge request pleroma/pleroma!4043
|
|
Fix minor atom leaks
See merge request pleroma/pleroma!4065
|
|
|
|
The only permitted values are "blocks_import", "follow_import", "mutes_import" of which we already have the equivalent atoms defined.
|
|
The value here gets passesd to :crypto.pbkdf2_hmac and it expects one of these atoms: :sha | :sha224 | :sha256 | :sha384 | :sha512 so it will always exist
|
|
|