• Joined on 2023-07-22
Oneric commented on pull request AkkomaGang/akkoma#854 2024-11-23 02:19:10 +00:00
Use magick command from ImageMagick

We still support environments without ImageMagick 7 readily available. E.g. current Debian stable doesn’t have it yet and we even support oldstable atm. So I don’t think we can just indiscriminately migrate everyone to magick yet.

Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-23 01:54:35 +00:00
9a91841097 Add patch dropping bogus follow* collections for internal actors
Oneric created pull request AkkomaGang/akkoma#856 2024-11-23 01:51:48 +00:00
Don’t pretend internal actors have follow(er
Oneric pushed to fetch-actor-follow-collections at Oneric/akkoma 2024-11-23 01:47:09 +00:00
778e0ef196 cosmetic: adapt software name in internal actor descriptions
429575adb5 Don't advertise follow(er|ing) collections for internal actors
Compare 2 commits »
Oneric pushed to fetch-actor-follow-collections at Oneric/akkoma 2024-11-23 01:42:26 +00:00
930a3c2c50 cosmetic: adapt software name in internal actor descriptions
Oneric created branch fetch-actor-follow-collections in Oneric/akkoma 2024-11-23 01:33:19 +00:00
Oneric pushed to fetch-actor-follow-collections at Oneric/akkoma 2024-11-23 01:33:19 +00:00
b1b9ecd91f cosmetic: adapt software name in internal actor descriptions
98238a4e48 Don't advertise follow(er|ing) collections for internal actors
Compare 2 commits »
Oneric commented on issue AkkomaGang/akkoma#855 2024-11-23 01:22:08 +00:00
[bug] instance actor object (/internal/fetch) does not have a valid following/follower collection

Yeah, if the collection is advertised it should also behave like an AP object; thanks for the report.

I still cannot attest to whether dropping the "following" and "follower" attributes would…

Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-19 18:40:17 +00:00
7defdc9770 Add patch fixing NodeInfo Contnet-Type
Oneric commented on issue AkkomaGang/akkoma#852 2024-11-19 18:30:07 +00:00
[bug] NodeInfo Content-Type parameters missing quotes

fork based on c0a99df06a

It worked out fine here, but please be more specific about which custom patches you’re using. In particular upstream Akkoma currently returns a 2.0 Content-Type…

Oneric created pull request AkkomaGang/akkoma#853 2024-11-19 18:29:32 +00:00
Fix NodeInfo content-type
Oneric pushed to nodeinfo-contenttype at Oneric/akkoma 2024-11-19 18:26:15 +00:00
416aebb76a Fix NodeInfo content-type
Oneric created branch nodeinfo-contenttype in Oneric/akkoma 2024-11-19 18:26:15 +00:00
Oneric pushed to mrf-fix-oage at Oneric/akkoma 2024-11-16 23:52:14 +00:00
932810c35e mrf/object_age: fix handling of non-public objects
Oneric pushed to attachcleanup-overeager at Oneric/akkoma 2024-11-16 23:42:02 +00:00
b31388b5df Delay attachment deletion
615ac14d6d Don't try to cleanup remote attachments
c0a99df06a Merge remote-tracking branch 'oneric/varfixes' into develop
0cb4c35ee4 Merge pull request 'Extract keys to their own table, match keyID' (#816) from keys-extraction into develop
c9b3fcc1d3 allow for OTP code changes in :zip
Compare 57 commits »
Oneric pushed to mrf-fix-oage at Oneric/akkoma 2024-11-16 02:20:04 +00:00
5a3c6a6896 mrf/object_age: fix handling of non-public objects
Oneric commented on issue AkkomaGang/akkoma#764 2024-11-16 01:30:09 +00:00
Removing unused indexes

~3 month old private instance with few users; nothing unusual afaik:

Unused:

public  activities  activities_visibility_index     16.5 MB     0
public  users   users_is_suggested_index   …
Oneric commented on issue AkkomaGang/akkoma#784 2024-11-16 01:19:51 +00:00
SQL: Outlier query information gathering

Here reports for a young single-user instance. Outlier data gathering was turned on after a bit more than a month after creation and ran for about two (one) month. Prometheus is enabled *(the…

Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-16 00:30:00 +00:00
ed0bd28123 Add patch fixing ObjectAge MRF policy
Oneric commented on pull request AkkomaGang/akkoma#845 2024-11-16 00:24:35 +00:00
MRF.ObjectAgePolicy: Check objects alongside Create activities

Tested fix in #851