Commit graph

15938 commits

Author SHA1 Message Date
floatingghost 5ae392fb8b Merge pull request 'bump version' (#867) from develop into stable
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/867
2025-01-06 12:02:16 +00:00
floatingghost ad92e504d7 Update mix.exs 2025-01-06 12:01:53 +00:00
Floatingghost bf1e15688b Merge branch 'develop' into stable 2025-01-06 11:44:10 +00:00
Floatingghost 1ffbaa2924 don't allow a nil inbox to obliterate federation 2025-01-06 11:43:41 +00:00
Floatingghost 5f765f0555 Merge branch 'develop' into stable 2025-01-05 17:35:17 +00:00
Floatingghost 2e049037de force CI build 2025-01-05 17:35:01 +00:00
Floatingghost 670961f09a Merge branch 'develop' into stable 2025-01-05 17:30:42 +00:00
Floatingghost a2256b3f9e add unreleased section 2025-01-05 17:30:32 +00:00
Floatingghost 4e0d35f209 Merge branch 'develop' into stable 2025-01-05 17:24:05 +00:00
Floatingghost 054396a99e ARM64 2025-01-05 17:23:52 +00:00
Floatingghost a846e60d71 and the docs one 2025-01-05 16:39:30 +00:00
Floatingghost 1be18a9f4c update deprecated CI config 2025-01-05 16:37:54 +00:00
Floatingghost 7e36feb86c Merge branch 'develop' into stable 2025-01-05 16:25:52 +00:00
Floatingghost 55fc410f80 bump version number 2025-01-05 16:25:42 +00:00
Floatingghost bdffb55013 Merge branch 'develop' into stable 2025-01-05 16:23:34 +00:00
Floatingghost ae40ccb8ca add changelog entry 2025-01-05 16:23:09 +00:00
Floatingghost 7ed52838f4 fix test 2025-01-05 16:22:38 +00:00
floatingghost fe23660a2d Merge pull request 'openbsd: update service file' (#866) from Oneric/akkoma:openbsd-rcd-file into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/866
2025-01-05 15:44:47 +00:00
Floatingghost 177d420ae7 Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop 2025-01-05 15:44:15 +00:00
Floatingghost b0f2ed6eaa Merge remote-tracking branch 'oneric/changelog-3.13.4' into develop 2025-01-05 15:44:06 +00:00
floatingghost 39cef8b8d2 Merge pull request 'Set customize_hostname_check for Swoosh.Adapters.SMTP' (#861) from norm/akkoma:smtp-defaults-fix into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/861
2025-01-05 15:43:16 +00:00
floatingghost 3ba743d635 Merge pull request 'Update hashtag prune to account for followed hashtags' (#844) from norm/akkoma:hashtag-prune into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/844
2025-01-05 15:41:23 +00:00
Floatingghost bd02c3d7de Merge remote-tracking branch 'oneric/custom-source' into develop 2025-01-05 15:40:35 +00:00
floatingghost 8de373fa24 Merge pull request 'Fix various attachment cleanup issues' (#789) from Oneric/akkoma:attachcleanup-overeager into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/789
2025-01-05 15:39:48 +00:00
floatingghost d32c4e89bc Merge pull request 'FEP-dc88: Formatting Mathematics' (#642) from pounce/akkoma:formatting-mathematics into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/642
2025-01-05 15:39:31 +00:00
floatingghost 7c095a6b70 Merge pull request 'do not fetch if :limit_to_local_content is :all or :unauthenticated' (#582) from beerriot/akkoma:develop-no-fetch-with-local-limit into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/582
2025-01-05 15:39:13 +00:00
Floatingghost e0428a8f14 Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop 2025-01-05 15:38:32 +00:00
Floatingghost e5619c0895 Merge remote-tracking branch 'norm/improve-asdf-install' into develop 2025-01-05 15:38:25 +00:00
floatingghost 833d7661d6 Merge pull request 'update nsfwCensorImage suggestion in config/description.exs' (#837) from norm/akkoma:update-nsfwCensorImage into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/837
2025-01-05 15:37:08 +00:00
eviloatmeal d8c7ed70d0 openbsd: update service file
Changes suggested and tested by eviloatmeal

Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/864
2025-01-03 21:22:38 +01:00
Oneric e8bf4422ff Delay attachment deletion
Otherwise attachments have a high chance to disappear with akkoma-fe’s
“delete & redraft” feature when cleanup is enabled in the backend. Since
we don't know whether a deletion was intended to be part of a redraft
process or even if whether the redraft was abandoned we still have to
delete attachments eventually.
A thirty minute delay should provide sufficient time for redrafting.

Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/775
2025-01-03 20:49:11 +01:00
Oneric bcfbfbcff5 Don't try to cleanup remote attachments
The cleanup attachment worker was run for every deleted post,
even if it’s a remote post whose attachments we don't even store.
This was especially bad due to attachment cleanup involving a
particularly heavy query wasting a bunch of database perf for nil.

This was uncovered by comparing statistics from
https://akkoma.dev/AkkomaGang/akkoma/issues/784 and
https://akkoma.dev/AkkomaGang/akkoma/issues/765#issuecomment-12256
2025-01-03 20:48:46 +01:00
Oneric f2e45d4d4b Teach admin-fe about custom source URLs
Matching  https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/421
2025-01-03 20:43:52 +01:00
Oneric 7615a11a1e changelog: fix shuffled and add missing entries 2025-01-03 20:33:41 +01:00
floatingghost e3c8c4f24f Merge pull request 'mrf/object_age: fix handling of non-public objects' (#851) from Oneric/akkoma:mrf-fix-oage into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/851
2025-01-03 15:26:11 +00:00
floatingghost 67cdc38296 Merge pull request 'Only proxy HTTP and HTTP urls via Media Proxy' (#860) from nopjmp/akkoma:media-proxy-only-http into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/860
2025-01-03 15:25:14 +00:00
floatingghost 89d209f486 Merge pull request 'Fix NodeInfo content-type' (#853) from Oneric/akkoma:nodeinfo-contenttype into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/853
2025-01-03 15:24:25 +00:00
floatingghost 087ada3b2e Merge pull request 'Update supported OTP version to 27 in docs' (#849) from norm/akkoma:docs/otp-27 into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/849
2025-01-03 15:23:59 +00:00
floatingghost 91bedcfa68 Merge pull request 'Completely omit id for anonymous objects' (#850) from Oneric/akkoma:ap-anonymous-errata into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/850
2025-01-03 15:23:03 +00:00
Norm f19d5d1380 Set customize_hostname_check for Swoosh.Adapters.SMTP
This should hopefully fix issues with connecting to SMTP servers
with wildcard TLS certificates.

Taken from https://erlef.github.io/security-wg/secure_coding_and_deployment_hardening/ssl

Fixes https://akkoma.dev/AkkomaGang/akkoma/issues/660
2024-12-18 14:37:27 -05:00
nopjmp ff5d197341 Update CHANGELOG.md 2024-12-16 20:35:12 -06:00
nopjmp 7632765b43 Only proxy HTTP and HTTP urls via Media Proxy
We make an assumption that we are only proxying HTTP/HTTPS hosted
media through the media proxy endpoint.

Fixes: #859
2024-12-16 20:35:12 -06:00
Oneric 294de939cb signing_key: refactor nested case into with statement
The error branches were already effectively identical before.
This change is purely cosmetic.
2024-12-08 20:43:57 +00:00
Oneric 7583eceb38 Make SigningKey data migration future-proof
Bug originally discovered by tudbut
2024-12-08 20:43:10 +00:00
Floatingghost 834edfcf96 add changelog 2024-11-26 09:50:04 +00:00
Floatingghost 0fb19896a7 add changelog 2024-11-26 09:49:37 +00:00
Floatingghost 963467ff69 Merge branch 'develop' into stable 2024-11-26 09:36:34 +00:00
Floatingghost 79b282dea6 bump version 2024-11-26 09:36:20 +00:00
Floatingghost d1d82782db add signing key index 2024-11-26 09:35:56 +00:00
Haelwenn (lanodan) Monnier 2b1a252cc7 User: truncate remote user fields instead of rejecting 2024-11-26 09:29:44 +00:00