darkkirb
  • Joined on 2022-09-14
darkkirb commented on pull request AkkomaGang/akkoma#890 2025-03-25 20:35:06 +00:00
Improve discord embeds

That is true, I was surprised that I received an /activity/ url back, especially since i have not yet seen those before

darkkirb commented on pull request AkkomaGang/akkoma#890 2025-03-25 20:33:25 +00:00
Improve discord embeds

oh oops, yeah that is a mistake on my end. the following code block was meant to use uri nstead of activity.data["id"]

The display URL is for fetching via open mastodon api when authorized…

darkkirb commented on pull request AkkomaGang/akkoma#890 2025-03-25 20:30:32 +00:00
Improve discord embeds

https://social.treehouse.systems/@rcombs/114196825932804138

essentially it is for improved embeds specifically for activitypub-based websites, not a replacement or an addition to the existing…

darkkirb created pull request AkkomaGang/akkoma#890 2025-03-23 08:17:49 +00:00
Improve discord embeds
darkkirb created branch improve-discord-embeds in darkkirb/akkoma 2025-03-23 08:07:59 +00:00
darkkirb pushed to improve-discord-embeds at darkkirb/akkoma 2025-03-23 08:07:59 +00:00
d9098949de Use the akkoma-fe frontend url for linking to the current post
eda8a8bd11 Add activitypub alternate link
74182abb5b bump version
0a9cf8fa8b Merge pull request 'Test lowest and highest language versions, elixir 1.18 support' (#875) from ci-testing-all-versions into develop
066d5b48ed Fix Content-Type sanitisation for emoji and local uploads
Compare 10 commits »
darkkirb commented on pull request AkkomaGang/akkoma#589 2023-07-25 15:49:59 +00:00
web+ap protocol handler

My static-fe changes are here: 55bc84da35. I’m unsure about the icon to use, that icon is currently used for “opening…

darkkirb commented on pull request AkkomaGang/akkoma#600 2023-07-25 06:02:12 +00:00
Allow admin to configure bucket ACL settings

oh oops noticed that :public was in fact the wrong value. Added tests for the default value and the new value now, and corrected the two mistakes

darkkirb pushed to add-s3-acl-option at darkkirb/akkoma 2023-07-25 06:01:01 +00:00
d877856527 Allow admin to configure bucket ACL settings
darkkirb pushed to add-s3-acl-option at darkkirb/akkoma 2023-07-25 05:51:18 +00:00
9571f9729d Allow admin to configure bucket ACL settings
darkkirb commented on pull request AkkomaGang/akkoma#589 2023-07-23 19:55:31 +00:00
web+ap protocol handler

Hm, then maybe it should work with only the activity line replaced with my code? I found that particular function by following the code in the search module (Pleroma.Search.DatabaseSearch).…

darkkirb commented on pull request AkkomaGang/akkoma#589 2023-07-23 09:36:12 +00:00
web+ap protocol handler

Untested, but I added this code 5bbeeeeedd

darkkirb commented on pull request AkkomaGang/akkoma#589 2023-07-23 08:26:04 +00:00
web+ap protocol handler

There is Pleroma.Object.Fetcher.fetch_object_from_id(id), which should work with any AP object ID

darkkirb pushed to add-s3-acl-option at darkkirb/akkoma 2023-07-23 07:27:32 +00:00
e159a03b43 Allow admin to configure bucket ACL settings
darkkirb created pull request AkkomaGang/akkoma#600 2023-07-23 07:26:13 +00:00
Allow admin to configure bucket ACL settings
darkkirb pushed to add-s3-acl-option at darkkirb/akkoma 2023-07-23 07:25:46 +00:00
90db8cca7c Allow admin to configure bucket ACL settings
33e7ae7637 Allow nil attachments
fa40db6b5a Merge pull request 'fix ImageMagick typo in media_graphics_packages.md' (#593) from norm/akkoma:media-graphics-typo into develop
ccd8cd6c59 Merge pull request 'Exclude deactivated users from emoji reaction lists' (#592) from active-emoji-reactions into develop
900b9b0124 Merge branch 'develop' into active-emoji-reactions
Compare 10 commits »
darkkirb created branch add-s3-acl-option in darkkirb/akkoma 2023-07-23 07:25:46 +00:00
darkkirb pushed to fix-invalid-datetime at darkkirb/akkoma 2023-01-08 08:16:53 +00:00
8d55b8c6d9 Replace invalid/unsupported dates with with epoch
darkkirb commented on pull request AkkomaGang/akkoma#425 2023-01-07 21:27:56 +00:00
Use actual ISO8601 timestamps for masto API

Okay just swinging by and saying that this change might not actually fix the issue with tusky because "" isn't a valid iso8601 date either, will change that tomorrow

darkkirb commented on pull request AkkomaGang/akkoma#425 2023-01-07 21:01:43 +00:00
Use actual ISO8601 timestamps for masto API

Okay I moved the fix to the the commonapi code. This doesn’t fix the minor bug where year 0 is accepted and negative years are off by one year