• Joined on 2022-10-17
ilja pushed to improve_readme_from_docs at ilja/akkoma 2023-01-26 13:12:10 +00:00
2044994de1 Change docs README for new way of building docs
ilja created pull request AkkomaGang/akkoma#451 2023-01-26 12:47:00 +00:00
Docs: Add more info to the development index file
ilja created branch docs_add_some_developer_docs in ilja/akkoma 2023-01-26 12:44:51 +00:00
ilja pushed to docs_add_some_developer_docs at ilja/akkoma 2023-01-26 12:44:51 +00:00
ce6f652a9a Add more info to the development index file
ilja created pull request AkkomaGang/akkoma#449 2023-01-26 09:13:56 +00:00
Docs: Changes to pgtune docs
ilja pushed to docs_small_adition_to_pgtune at ilja/akkoma 2023-01-26 09:13:09 +00:00
377527ea03 Changes to pgtune docs
ilja created branch docs_small_adition_to_pgtune in ilja/akkoma 2023-01-26 09:13:09 +00:00
ilja created pull request AkkomaGang/akkoma#448 2023-01-26 08:13:20 +00:00
Change docs README for new way of building docs
ilja pushed to improve_readme_from_docs at ilja/akkoma 2023-01-26 08:11:29 +00:00
be383c1ba5 Change docs README for new way of building docs
ilja created branch improve_readme_from_docs in ilja/akkoma 2023-01-26 08:11:29 +00:00
ilja commented on issue AkkomaGang/akkoma#446 2023-01-26 07:09:19 +00:00
[feat] compute (and federate) resolution and blurhash for instance's own media uploads

My guess is because the module requires ffprobe for width and height, which is an extra dependency[1].

One way to handle this, is to add it as a question to the instance gen task; Ask if…

ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-01-23 09:23:20 +00:00
910fbf1747 Changelog + remove some unneeded comments from the tests
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…