• Joined on 2022-10-17
ilja commented on issue AkkomaGang/akkoma#318 2023-01-15 15:35:54 +00:00
Allow for posting attachements with remote media uri

If it's just to have an API endpoint to do this; I wonder if it's already possible using the AP c2s API 🤔

I have a simple example here for AP c2s that you can maybe play with to see if you…

ilja commented on issue AkkomaGang/akkoma#368 2023-01-15 15:27:42 +00:00
[feat] Static HTML as a user setting

Isn't this really just a question for having multiple front-ends? So some people can use the static-fe while others can choose to use a more JS-based fe? If so, this is already possible. Some…

ilja commented on issue AkkomaGang/akkoma#399 2023-01-15 15:05:02 +00:00
[bug] Issues with tor federation — akkoma trying to connect to hidden services through https

Am I correct that this is only when searching for a user unknown to the instance using the format username@instance.tld?

(I.e. using the format http://instance.onion/users/username does…

ilja commented on issue AkkomaGang/akkoma#436 2023-01-15 14:38:23 +00:00
Pruning remote posts not working

Just fyi because I see that you use vacuum full. If you plan to run this on a regular basis, you shouldn't use the --vacuum option by default. That's more an option for older instances who just…

ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-09 15:59:12 +00:00
f2506a1ed2 prune_objects can prune orphaned activities who reference an array of objects
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-09 15:54:41 +00:00
5e40707baa prune_objects can prune orphaned activities who reference an array of objects
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-08 20:26:11 +00:00
7286763011 prune_objects can prune orphaned activities who reference multiple objects
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-08 17:23:26 +00:00
b1ab4792af prune_objects can prune orphaned activities who reference multiple objects
ilja created pull request AkkomaGang/akkoma#427 2023-01-07 20:04:23 +00:00
WIP: Allow the prune_objects task to delete orphaned activities
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-07 19:53:57 +00:00
f75dadc10d prune_objects can prune orphaned activities
ilja created branch delete_orphaned_activities in ilja/akkoma 2023-01-07 19:53:57 +00:00
ilja pushed to prune_objects_whithout_breaking_threads at ilja/akkoma 2023-01-04 18:22:11 +00:00
f1739ac17b Adapt docs for prune_objects
92d2f8b401 Add --keep-non-public option
04cc1d41ce Build prune_objects --keep-threads query with Ecto
eb503f093c Prune Objects --keep-threads
336d06b2a8 Significantly tighten HTTP CSP
Compare 43 commits »
ilja pushed to quotes_same_context_as_quoted_post at ilja/akkoma 2022-12-31 11:29:32 +00:00
1def175d40 Use same context for quote posts as the post that's being quoted
b8f280b4b5 Rich media doesn't need to be a map
c8f2c4b638 add changelog entry for timeouts
bf7ff6a337 Put rich media processing in a Task
5d4c291d52 update references to pleroma in docs
Compare 32 commits »
ilja commented on issue AkkomaGang/akkoma-fe#155 2022-12-21 13:34:31 +00:00
[Bug?] Posts from Misskey display weird

@ArcanaOfSouls No worries. We're all volunteers here, please don't feel pressured. Take care of yourself. You're much more important than this little bug ;)

ilja commented on issue AkkomaGang/akkoma-fe#155 2022-12-19 20:08:40 +00:00
[Bug?] Posts from Misskey display weird

If someone wants to test it, I'm pretty sure you could fix this by changing this line to "<br>" https://akkoma.dev/AkkomaGang/mfm-parser/src/branch/akkoma/lib/encoder.ex#L47 (And ofc also fix…

ilja opened issue AkkomaGang/akkoma#381 2022-12-19 13:49:11 +00:00
[bug] See if we can use the content for posts, also when it's MFM.
ilja pushed to quotes_same_context_as_quoted_post at ilja/akkoma 2022-12-17 16:34:45 +00:00
2ecbbe123c Use same context for quote posts as the post that's being quoted
ilja pushed to prune_objects_whithout_breaking_threads at ilja/akkoma 2022-12-17 16:27:11 +00:00
9ba6d1bb08 Adapt docs for prune_objects
2233fac644 Add --keep-non-public option
b28154e4eb Build prune_objects --keep-threads query with Ecto
e9839da08a Prune Objects --keep-threads
dcac8adb3d Add option to modify HTTP pool size
Compare 85 commits »
ilja pushed to add_translator_argos_translate at ilja/akkoma 2022-12-17 16:18:48 +00:00
d5b3d9104d Code review
ilja created pull request AkkomaGang/akkoma#379 2022-12-17 16:12:13 +00:00
Use same context for quote posts as the post that's being quoted