Commit graph

286 commits

Author SHA1 Message Date
2ddf37f32d Emergency fixes to fix a bunch of fatal errors 2022-07-17 11:47:12 +00:00
da32fa8fa6 Create ActivityPub\FetchQueue and ActivityPub\FetchQueueItem classes
- These classes are used to flatten the recursive missing activity fetch that can hit PHP's maximum function nesting limit
- The original caller is responsible for processing the remaining queue once the original activity has been fetched
2022-06-25 12:40:54 -04:00
88870d18be
Changes:
- added some type-hints
- added documentation
2022-06-25 16:48:36 +02:00
0ddb315b23
$id in Transmitter::sendContactAccept() is a string, see Introduction class 2022-06-23 16:48:00 +02:00
fbae0b8bcf
Changes:
- renamed ItemArrayFromMail() to getItemArrayFromMail() to follow naming-convetion
- added missing type-hints
- added missing documentation
2022-06-20 21:22:46 +02:00
ea22e88896
Added documentation 2022-06-20 21:02:34 +02:00
41f34c4261
Maybe fix for:
"Argument 1 passed to Friendica\Model\ItemURI::getIdByURI() must be of the type string, null given, called in Processor.php line 1219"
2022-06-18 18:30:50 +02:00
c2e889cfae Added more type-hints 2022-06-17 17:18:31 +02:00
51a7b5c584
Made also this one sweeter (null-coalscing) 2022-06-16 17:36:47 +02:00
e8fee5644b
Ops, syntax errors get unnoticed with a simple editor. :-( 2022-06-16 17:10:02 +02:00
624e4c192c
Changed to null-coalscing style (??) as sugguested by @MrPetovan 2022-06-16 16:59:54 +02:00
7814ba4fc4
Fixes for bad invocations of HTML::toBBCode() (1st parameter is now string) 2022-06-16 16:54:50 +02:00
b200874f17
Ops:
- wrong way around (!empty($foo)) is proper
- also needed to be checked on $acitivty['content']
2022-06-16 16:54:50 +02:00
b1e4c0931a
Fixes and type-hints:
- added more checked type-hints as they prevent bad method invocations
- fixed TypeError for HTML::toBBCode() invocations with NULL as first (wrong)
  argument, thanks to @tobias@social.diekershoff.de pointing this out.
2022-06-16 16:54:49 +02:00
d7d8a6ab55 Issue 11625: Don't parse the title through Markdown 2022-06-11 06:50:59 +00:00
cc6192df02 Issue 10926: Transmit pending events to accepted contacts 2022-05-30 20:52:43 +00:00
324cce7a19 Issue 11472: Store the "edit" history 2022-05-15 20:21:56 +00:00
5af7c30026 Issue 11508: Sanitizing date fields for events and polls 2022-05-15 18:00:19 +00:00
060597f619 Store the tag type for the post targets 2022-04-23 11:39:19 +00:00
834844573b We can now store incoming questions 2022-04-20 06:28:02 +00:00
62367923e0 Fix several notices 2022-04-11 18:57:30 +00:00
69b7923df2 Use centralized function to fetch query results 2022-04-08 06:04:50 +00:00
2764859350 Remove unfeatured posts from collection 2022-04-08 04:49:23 +00:00
75bc4eccb7 Display featured posts for contacts 2022-04-07 21:52:25 +00:00
a1dd299eb3 Preparations for "featured" posts 2022-04-06 13:34:11 +00:00
e6ea015cb4 "Person" is "Account" 2022-04-05 20:06:04 +00:00
c0b3c527d6 Added processing of incoming block notices 2022-04-05 19:14:29 +00:00
a5a5a4b603 Cleaned code 2022-04-05 05:53:17 +00:00
61abc6377d Preparation for "Featured" collection added 2022-04-04 23:07:44 +00:00
aa2a32d16f Store the "EmojiReact" activity 2022-04-04 16:03:53 +00:00
71afbabbd8 Added handling of some previously unhandled activities 2022-04-01 11:20:17 +00:00
53ba68e222 Remove "blubb" 2022-03-22 12:31:14 +00:00
45199b498d Prevent further processing of incoming posts when thay are rejected 2022-03-22 12:28:47 +00:00
0aa229489f Improved function description 2022-03-18 07:24:45 -04:00
314bf92ead Added Documentation 2022-03-12 17:29:46 +00:00
8c778ca02e Improved completion check for AP 2022-03-12 11:17:33 +00:00
c1bb1cf0fc Improved logging 2022-03-12 07:34:30 +00:00
f264923cad Issue 11309: Check if a post is wanted 2022-03-11 14:00:05 +00:00
c867581530 Store the receivers of a post in the tags 2022-02-19 13:31:49 +00:00
c376081d0d Relax comparison with pconfig system.accept_only_sharer value
- DI::pConfig()->get returns a string value, not an integer
- Removed superfluous default values now that we aren't doing strict type checking
2022-02-18 09:32:30 -05:00
99979019bf Expand system.accept_only_sharer pconfig value to include previous behavior with likes 2022-02-15 15:54:36 -05:00
cdee2b44db Avoid thread completion on activities 2022-02-12 13:05:56 +00:00
3e51309525 Check for a filled "event-id" field 2022-02-05 16:22:21 +00:00
bd8032f2ba Issue 10365: Event updates are now processed 2022-02-05 11:16:50 +00:00
11b6c29a3a Fix for PR #11204 - Forums are now correctly detected 2022-02-04 06:02:21 +00:00
695d6ce461 Issue 10966: Ignore "only sharer" setting for forum accounts 2022-02-03 20:26:30 +00:00
9eec2bf5f3 Improved support for "Page" type 2022-01-27 17:51:23 +00:00
a8c6160dd7 Improved handling of several object types 2022-01-23 04:40:45 +00:00
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b Update copyright 2022-01-02 08:27:47 +01:00