darkkirb
  • Joined on 2022-09-14
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 created branch add-s3-acl-option in darkkirb/akkoma 2023-07-23 07:25:46 +00:00
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 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

darkkirb pushed to fix-invalid-datetime at darkkirb/akkoma 2023-01-07 21:00:25 +00:00
2ce4f96f6e Use actual ISO8601 timestamps for masto API
darkkirb commented on pull request AkkomaGang/akkoma#425 2023-01-07 20:04:05 +00:00
Use actual ISO8601 timestamps for masto API

Okay so the more I read about this I am realizing that this is the intersection of a bunch of slightly different definitions of timestamps:

  • ISO 8601 which is the definition used by the…
darkkirb created pull request AkkomaGang/akkoma#426 2023-01-07 13:51:27 +00:00
exiftool doesn’t support JPEG XL either
darkkirb pushed to exiftools-no-jxl at darkkirb/akkoma 2023-01-07 13:50:14 +00:00
f2b925f32c exiftool doesn’t support JPEG XL either
darkkirb created branch exiftools-no-jxl in darkkirb/akkoma 2023-01-07 13:50:14 +00:00
darkkirb created pull request AkkomaGang/akkoma#425 2023-01-07 13:48:02 +00:00
Add MRF policy for fixing invalid publish dates