• Joined on 2022-10-17
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-26 13:39:00 +00:00
2edb0944ba Return the complete upload from Pleroma.Uploaders.put_file/2
ilja commented on pull request AkkomaGang/akkoma#493 2023-03-21 16:53:28 +00:00
Remove "default" image description

Map.get/3 doesn't work in this case. The key can contain nil. So in that case the description would be nil instead of an empty string (and the rest of the code expects a string).

i…
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-19 11:03:38 +00:00
5db2e998c5 Make getting the uploader constistent
ilja created pull request AkkomaGang/akkoma#504 2023-03-12 09:16:58 +00:00
WIP: Refactor upload, get url from modules
ilja created branch refactor_upload_get_url_from_modules in ilja/akkoma 2023-03-12 09:14:34 +00:00
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-12 09:14:34 +00:00
053276ef6c Refactor upload, get url from modules
58f75ac062 patch version
70803d7966 Remove mix.env reference
800fe40407 Bump version
5ca22c2459 ensure we can't have a null in appends
Compare 10 commits »
ilja pushed to remove_default_image_description at ilja/akkoma 2023-03-12 07:42:47 +00:00
6c396fcab4 Remove "default" image description
ilja commented on pull request AkkomaGang/akkoma#493 2023-03-11 19:38:26 +00:00
Remove "default" image description

Note: This test broke with removing the filename from this field. But this is not what it tests, and as afaict it doesn't even actually tests what it's supposed to do. Therefore I decided to just remove it instead of leaving it in what seems to be a broken state.

ilja pushed to remove_default_image_description at ilja/akkoma 2023-03-11 10:41:46 +00:00
b57e0fe4e6 Remove "default" image description
ilja created pull request AkkomaGang/akkoma#493 2023-03-06 11:48:29 +00:00
WIP: Remove "default" image description
ilja pushed to remove_default_image_description at ilja/akkoma 2023-03-06 11:09:31 +00:00
301171cc7c Remove "default" image description
ilja created branch remove_default_image_description in ilja/akkoma 2023-03-06 11:09:31 +00:00
ilja pushed to develop at ilja/akkoma 2023-03-06 07:20:08 +00:00
c8add9d1dc Merge pull request 'fix invalid proxy_hide_header in example config' (#472) from flisk/akkoma:remote-media-docs-fix into develop
d43c8080d0 Merge pull request 'updating docs: start akko first, then upgrade frontend' (#486) from flisk/akkoma:fix-updating-docs into develop
df03d64dc5 Merge pull request 'Reblog content should be ""' (#489) from masto4-reboost into develop
b88e6560e0 Reblog content should be ""
1ab0b3a0e2 match nginx config to install config and extend docs a bit
Compare 24 commits »
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-02-26 13:43:33 +00:00
328b4d93b7 Changelog + remove some unneeded comments from the tests
c1c962e1a8 Add docs for pleroma_ctl database prune_objects --prune-orphaned-activities
57eef6d764 prune_objects can prune orphaned activities who reference an array of objects
a7ec6e039c prune_objects can prune orphaned activities
9f34294332 Add changelog entry
Compare 16 commits »
ilja pushed to develop at ilja/akkoma 2023-02-26 13:40:56 +00:00
9f34294332 Add changelog entry
d3089ec399 Ensure we can update contentMap on update
f22c6e4108 Merge pull request 'Update docs about clients' (#484) from mahito1594/akkoma:docs/update-clients-info into develop
3f03f1df9c docs: update URL hosting husky's sourse code
9dc3f8fcdc docs: remark that Pinafore is now unmaintained
Compare 26 commits »
ilja pushed to rename_index_for_faster_restore at ilja/akkoma 2023-02-26 13:38:34 +00:00
3b634dcbe7 Remove the note about activities_visibility_index
8b2adc4fb4 Rename users_ap_id_COALESCE_follower_address_index for faster db restoration
9f34294332 Add changelog entry
d3089ec399 Ensure we can update contentMap on update
f22c6e4108 Merge pull request 'Update docs about clients' (#484) from mahito1594/akkoma:docs/update-clients-info into develop
Compare 14 commits »
ilja commented on pull request AkkomaGang/akkoma#478 2023-02-21 20:04:26 +00:00
Interpret \n as newline for MFM

I know 😃 I was afraid I was gonna need to do very hacky stuff, but there it was 😄

ilja commented on issue AkkomaGang/akkoma#461 2023-02-21 19:49:47 +00:00
[feat] Announcing replies to have more complete threads

A discussion in chat reminded me of https://www.w3.org/TR/activitypub/#inbox-forwarding

So basically, we don't need to announce, the reply should already have correct addressing and we need to…

ilja commented on issue AkkomaGang/akkoma#477 2023-02-18 22:48:13 +00:00
[feat] improve docs on supported dependency versions

Personally I 100% agree because this has annoyed me as well.

I think, technically speaking, the supported Elixir versions should be what's defined in [mix.exs](https://akkoma.dev/AkkomaGang/akko