• Joined on 2022-10-17
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-23 08:44:28 +00:00
700d248c74 Remove some unneeded comments from the tests
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-23 08:22:57 +00:00
2f7bd7acb9 Add docs for pleroma_ctl database prune_objects --prune-orphaned-activities
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-23 08:08:17 +00:00
4aea168f05 Add docs for pleroma_ctl database prune_objects --prune-orphaned-activities
ilja commented on issue AkkomaGang/akkoma#438 2023-01-21 15:27:33 +00:00
[bug] 500 internal server error when federating Like activity from Bridgy Fed

I tried debugging, but got stuck :( Here's what I did in case someone else wants to debug further:

  1. I can fetch the actor fine using pleroma-fe search, so the actor is OK (see screenshot) 2.…
ilja pushed to develop at ilja/akkoma 2023-01-21 08:28:05 +00:00
153539a246 add changelog entry
d394ab0a8a Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop
90088cce11 Support TLD wildcards in MRF matches
63ce25f32c Merge pull request 'Correct og:description tag in static-fe' (#373) from sfr/akkoma:fix/og-description into develop
20cd8a0fc4 URL encode remote emoji pack names (#362)
Compare 157 commits »
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-21 08:02:40 +00:00
0d0c540a59 prune_objects can prune orphaned activities who reference an array of objects
62ced6fb11 prune_objects can prune orphaned activities
Compare 2 commits »
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