• Joined on 2022-10-17
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-21 05:46:56 +00:00
a56bab0cb5 prune_objects can prune orphaned activities who reference an array of objects
c5cb1d1aaf prune_objects can prune orphaned activities
62a37077d1 Add --keep-non-public option
466f82e0d1 Prune Objects --keep-threads
153539a246 add changelog entry
Compare 41 commits »
ilja commented on issue AkkomaGang/akkoma#440 2023-01-20 19:37:55 +00:00
[bug] restoring db cant call activity_visibility from trigger

y'know... Maybe it's a bit dirty, but what if we rename an index so it's not even an issue any more? The indexes are listed alphabetically, so changing the name could change the order of the…

ilja commented on issue AkkomaGang/akkoma#401 2023-01-16 20:24:53 +00:00
[feat] Include to: field when quoting someone, even if mention has been removed

Probably best to also make this clear from the UI. Replies used to add the person being replied to as well, but this was unexpected for some people.

ilja commented on issue AkkomaGang/akkoma#249 2023-01-15 16:35:44 +00:00
Ability to add alt text to profile pictures

AP-wise I guess the same as with an attachment. Add a name key (in this case to the icon property) and use that.

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
  ],
 …
ilja commented on issue AkkomaGang/akkoma#279 2023-01-15 16:12:47 +00:00
Add /@<username> route

@catgirlinspace You can probably do it with nginx, yeah. See https://git.pleroma.social/pleroma/pleroma/-/blob/develop/installation/pleroma.nginx#L84

Afaict, this is only for redirecting posts,…

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…