Commit graph

1558 commits

Author SHA1 Message Date
Mike Macgirvin
c3aff43552 generate xchan_epubkey on import 2024-01-02 15:40:43 +11:00
Mike Macgirvin
fed01ba62a create and import ed25519 xchan keys 2024-01-02 15:34:19 +11:00
Mike Macgirvin
6b4b05d63e more ed25519 stuff, recursion in system_unavailable. 2024-01-02 12:25:37 +11:00
Mike Macgirvin
24f1df1802 Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-01-01 21:15:50 +11:00
Mike Macgirvin
2cb5218e3b initial (wip) port of ldsignatures to jcseddsa2022, not yet ready for prime time 2024-01-01 21:13:27 +11:00
Mike Macgirvin
459611b889 more complete handling of unfollow 2024-01-01 08:02:52 +11:00
Mike Macgirvin
5c3efea888 deprecate ld-signatures on actor records 2023-12-30 07:49:56 +11:00
Mike Macgirvin
2ac72f0876 undo authenticated fetch change of default 2023-12-28 15:03:14 +11:00
Mike Macgirvin
cce06e5d94 Add attributedTo to paged_collection_init() 2023-12-27 18:38:36 +11:00
Mike Macgirvin
645f5d0a0a Add the ability to filter by user-agent 2023-12-27 07:07:57 +11:00
Mike Macgirvin
40114c6045 log incoming User-Agent (ActivityPub) 2023-12-27 06:47:52 +11:00
Mike Macgirvin
e016007fec zotfinger: use signed requests 2023-12-25 06:14:20 +11:00
Mike Macgirvin
0ccfc10253 bring phpmailer to core 2023-12-24 08:02:43 +11:00
Mike Macgirvin
80bae523a9 Make 'Audience' a default app now that the default audience is no longer "anybody on the internet". 2023-12-23 07:37:29 +11:00
Mike Macgirvin
bee0b051e2 completely remove 2024 config 2023-12-21 09:40:31 +11:00
Mike Macgirvin
31f1563a77 broken migration 2023-12-20 14:27:20 +11:00
Mike Macgirvin
4903951fa9 create hyperdrive connection permission 2023-12-20 14:13:40 +11:00
Mike Macgirvin
fffbb3b789 Change default settings for more privacy 2023-12-20 09:49:54 +11:00
Mike Macgirvin
d7a3d8a083 initialise container branch 2023-12-19 21:08:08 +11:00
Mike Macgirvin
1b68c9a51a add webp support to doco assets 2023-12-19 12:43:47 +11:00
Mike Macgirvin
f4bab2b172 make markdown alt-text visible by adding to the title attribute 2023-12-19 12:27:25 +11:00
Mike Macgirvin
8910f488f0 Merge branch 'dev' of codeberg.org:streams/streams into dev 2023-12-18 05:52:40 +11:00
Mike Macgirvin
b23cef4ca8 fixes from hz 2023-12-18 05:51:37 +11:00
Mike Macgirvin
8a932852a8 refactor activitypub driver 2023-12-17 19:22:20 +11:00
Mike Macgirvin
f71a88c69a Configure ActivityPub driver for using Add activities over signed activities. 2023-12-17 09:23:30 +11:00
Mike Macgirvin
6606357d15 Provide unique message-id for add activity, improve the output of the item inspector. 2023-12-17 08:28:58 +11:00
Mike Macgirvin
c72c37fffb Possible or at least partial solution to issue #133 where Announce activities are filtered to prevent overwhelming conversations with redundant workarounds for Mastodon behaviour. 2023-12-16 08:52:19 +11:00
Mike Macgirvin
f83c17fd64 wordsmith 2023-12-15 08:21:47 +11:00
Mike Macgirvin
92d560745a add requirements for bcmath or gmp to setup checks 2023-12-15 08:19:17 +11:00
Mike Macgirvin
4b02e3ba83 more 2024 cleanup 2023-12-14 23:05:27 +11:00
Mike Macgirvin
1d84f88342 $attributedTo is string in this case. 2023-12-14 22:38:22 +11:00
Mike Macgirvin
50e95cfd69 more 2024 development 2023-12-14 22:36:44 +11:00
Mike Macgirvin
7c03d7144e refactor encode_add_activity(), now logic is done in encode_activity() 2023-12-14 19:25:05 +11:00
Mike Macgirvin
14e9ea1610 code review new changes 2023-12-12 22:08:37 -08:00
Mike Macgirvin
4c229c4fbe encode_add_activity continued 2023-12-12 08:13:34 +11:00
Mike Macgirvin
5da7604d0c Merge branch 'dev' of codeberg.org:streams/streams into dev 2023-12-10 06:53:39 +11:00
Mike Macgirvin
79bb556d27 make assertionMethod an array; check return from Config::Load() and retry on failure. 2023-12-10 06:52:07 +11:00
Mike Macgirvin
20314d2c74 Merge branch 'dev' of codeberg.org:streams/streams into dev 2023-12-09 21:25:48 +11:00
Mike Macgirvin
524fadd91c create encode_add_activity() for future work 2023-12-09 20:57:55 +11:00
Mike Macgirvin
166a69c282 Add fhublocs module/tool to repository (repair damaged or missing hubloc records) 2023-12-09 06:13:30 +11:00
Mike Macgirvin
c5c86a23cd Add sodium to installation requirements and setup tests. Rename getkey operation to rsakey 2023-12-08 08:46:09 +11:00
Mike Macgirvin
12506ed2e0 remove ed25519 key to see if this is responsible for the Mastodon federation issue 2023-12-07 08:48:45 +11:00
Mike Macgirvin
f0583b510f Merge branch 'dev' of codeberg.org:streams/streams into dev 2023-12-06 10:28:52 +11:00
Mike Macgirvin
a931fc2231 Issue #132 - fix db update _1271 for postgres 2023-12-06 10:27:43 +11:00
Mike Macgirvin
93f9add9dc Support and import alt-text supplied by opengraph or image attributes when parsing external links 2023-12-06 06:47:59 +11:00
Mike Macgirvin
27fb8296cd Add AssertionMethod DTO 2023-12-05 07:38:15 +11:00
Mike Macgirvin
82f3b5fab1 Merge branch '2023' into dev 2023-12-04 20:15:43 +11:00
Mike Macgirvin
f97e02706e make sess_data field larger on mysql driver to hold seen_items array > 4k items 2023-12-03 16:12:29 +11:00
Mike Macgirvin
9367014cc2 ASobject and ed25519 work continued 2023-12-01 11:34:16 +11:00
Mike Macgirvin
70a1ee55d3 incorrect conversation pointer 2023-11-30 20:22:11 +11:00