Commit graph

519 commits

Author SHA1 Message Date
nobody
e7ca478998 Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-17 13:43:08 -07:00
nobody
4327c7844c mod_ap_probe: return curl error info if fetch fails 2021-09-16 21:16:08 -07:00
nobody
4f9cd8dfed Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-16 01:30:10 -07:00
nobody
bd6a4ec0e4 Merge branch 'dev' of ../p3 into dev 2021-09-16 01:29:37 -07:00
nobody
d1a5bdd9aa privacy warnings revisited 2021-09-16 01:28:17 -07:00
nobody
9962e45b84 threaditem: shareable incorrectly calculated 2021-09-15 22:34:00 -07:00
nobody
e529688be8 better check for missing author; add code comments that custom emojis inside code blocks are currently replaced with img bbcode inside the codeblock and this might be unexpected. This also might be difficult to fix. 2021-09-15 15:06:11 -07:00
nobody
305fd0fa30 add profile information to actor record 2021-09-14 19:35:39 -07:00
nobody
bb7fb78b5e Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-13 04:29:29 -07:00
nobody
69a3ca4619 more work on site actor + sys channel merge 2021-09-13 01:46:50 -07:00
nobody
0b8675a5b0 Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-12 22:19:33 -07:00
nobody
1322b7660c php warnings in lib/apps, expand use of get_actor_hublocs() 2021-09-12 14:09:11 -07:00
nobody
0a69c8c535 Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-08 01:39:37 -07:00
nobody
11b4721681 Notifications API backend. Still needs cache/filter before enabling. 2021-09-06 23:32:54 -07:00
nobody
ad598df9b9 Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-03 17:41:28 -07:00
nobody
e5d2e5780e mistake 'field' for $field 2021-09-03 17:40:42 -07:00
nobody
95b99e5462 Merge branch 'dev' of /home/macgirvin/z into dev 2021-09-03 17:17:01 -07:00
nobody
00ebfd5bcb php8 warnings 2021-09-03 17:04:34 -07:00
nobody
fb16868642 simplify new function get_actor_hublocs 2021-09-02 14:01:32 -07:00
nobody
9d83c0b1de refactor actor_store and actor cache 2021-09-02 00:35:05 -07:00
nobody
0220ac5c2b Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-28 02:18:30 -07:00
nobody
4549662535 Merge branch 'dev' of ../p3 into dev 2021-08-26 22:16:07 -07:00
nobody
8f7a5d2947 defer updates if comments in progress 2021-08-26 22:15:24 -07:00
nobody
cb2b9c44de add generator property to site actor record, update federation.md 2021-08-26 14:44:47 -07:00
nobody
bb8e1fc852 fix the rendering for liking and boosting actors, which fixes profile likes from hubzilla and also I'll note that sites are now actors. 2021-08-26 14:27:31 -07:00
nobody
a6ddb864c1 change site record source to multicode 2021-08-25 03:21:51 -07:00
nobody
1160aadae0 Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-25 03:20:58 -07:00
nobody
d4fcd3b611 support manuallyapprovesfollowers in site actor record 2021-08-25 03:19:55 -07:00
nobody
f3e7db9c62 question objects from Pleroma that had photos were missing the photos. This could also happen with a number of other object types so expand the list of types to include them, but exclude those which are actually media objects as they will be parsed separately. 2021-08-25 01:29:02 -07:00
nobody
851a6ace41 Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-24 23:06:40 -07:00
nobody
f6d9500195 AP service actor record at site root 2021-08-24 22:59:48 -07:00
nobody
d3f9a32def Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-19 18:08:05 -07:00
nobody
25ebcf8aa4 null array in addressing 2021-08-19 18:06:17 -07:00
nobody
386892171c Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-18 14:49:59 -07:00
nobody
3877307991 local addresses used when not local post 2021-08-18 14:48:46 -07:00
nobody
5eca3e4e8c treat svg's as dangerous in filebrowser, cleanup atom validation, provide extra logging around the precise reason for allowed posts 2021-08-18 14:18:52 -07:00
nobody
5bbd75f0bb Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-14 14:17:58 -07:00
nobody
257e3f8142 don't white screen on malformed pixelfed tags 2021-08-14 01:52:47 -07:00
nobody
a3f68af9a9 Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-03 17:31:22 -07:00
nobody
98e5105ad7 eliminate fragments in outbound ActivityPub URIs 2021-08-03 17:26:45 -07:00
nobody
867d585722 Merge branch 'dev' of /home/macgirvin/z into dev 2021-08-03 15:45:00 -07:00
nobody
470aa951e8 refactor Zotlabs\Lib\Activity::fetch() to ignore fragments and remove the corresponding fragment ignoring
code from the HTTPSig key fetching functions. This primarily affects funkwhale/django but has shown up
occasionally in other HTTP/CGI server platforms which don't pass fragments to the application, resulting in
signature failures on those platforms. It isn't our fault because we're just fetching and signing the URL
we were given; but it also isn't theirs because they're just verifying the request-uri their webserver
provided. It just isn't the same one we fetched.
2021-08-03 15:28:53 -07:00
nobody
c1a3e42479 Merge branch 'dev' of /home/macgirvin/z into dev 2021-07-31 04:17:47 -07:00
nobody
56f8df457a hide common instance actors (mastodon,pleroma) from directory in safe mode (the default) 2021-07-28 14:26:37 -07:00
nobody
83ddfb0dd3 Merge branch 'dev' of /home/macgirvin/z into dev 2021-07-13 22:36:01 -07:00
nobody
9259223eca manuallyapprovesfollowers 2021-07-13 01:30:55 -07:00
nobody
4c6c2c920d Merge branch 'dev' of /home/macgirvin/z into dev 2021-07-12 23:52:52 -07:00
nobody
c333a4c5f2 bring back 'post_mail' permission, but remove PERMS_NETWORK as an option as it is ambiguous in Zap and derivatives 2021-07-12 17:24:49 -07:00
nobody
879af8a750 Merge branch 'dev' of /home/macgirvin/z into dev 2021-07-11 22:37:54 -07:00
nobody
ec74318ff0 php8 undefined warnings, cont. 2021-07-11 16:46:03 -07:00