Michael
78c3c56ca5
Don't distribute unsigned remote activities
2023-01-01 23:37:17 +00:00
Michael
24065d307b
Fix communication to Diaspora when not in bulk mode
2023-01-01 19:52:08 +00:00
Michael
df5305f384
Increase another forgotten year
2023-01-01 15:15:16 +00:00
Michael
fe897c7ef4
Increase the year
2023-01-01 15:14:45 +00:00
Michael
8e397b5849
Changes after review
2022-12-31 16:20:18 +00:00
Michael
f022a49f9e
New "Defunct" check
2022-12-31 16:01:40 +00:00
Michael
259b99e6e9
Bulk delivery added for all protocols
2022-12-31 12:19:34 +00:00
Michael
9115ec5f0d
Adjust class references to the new location
2022-12-30 21:20:28 +00:00
Michael
d39f4014e4
Fix delivery problems with "reachable" test
2022-12-19 19:41:04 +00:00
Michael
feb74b4d9a
Don't perform a delivery to failing servers
2022-12-19 09:30:56 +00:00
Michael
019bb56668
Issue 12373: Fix communication to Diaspora
2022-12-10 12:08:55 +00:00
Hypolite Petovan
6f93ee7e49
Fix various PHP 8 deprecations
2022-11-19 19:15:47 -05:00
Michael
12a352f441
Simplified else case
2022-11-03 04:27:30 +00:00
Michael
1847347c3a
Improved logging
2022-11-03 04:23:04 +00:00
Michael
842e51194e
Improved bulk delivery / don't redistribute activities
2022-11-03 04:03:39 +00:00
Roland Häder
2f1336339f
Changes:
...
- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void
2022-10-26 01:29:01 +02:00
Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
2022-10-18 16:34:40 +02:00
Michael
018858934b
The priority is now a class constant
2022-10-17 05:49:55 +00:00
Roland Häder
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Michael
7395ae22f7
Issue 11952: Avoid to send AP related comments to Diaspora
2022-10-03 10:40:16 +00:00
Michael
4939be065e
Merge remote-tracking branch 'upstream/2022.09-rc' into cooldown
2022-09-22 04:31:50 +00:00
Michael Vogel
0fa281247d
More cooldown calls for worker processes
2022-09-21 21:03:07 +02:00
Michael
79b64cc44f
Detect and remove contact duplicates
2022-09-16 05:00:06 +00:00
Michael
f7be610629
Fix logger warmings/errors
2022-09-03 13:32:41 +00:00
Hypolite Petovan
4a885a13a6
Remove poke feature
2022-08-09 14:55:55 -04:00
Michael
06f7244280
New option to disable the fetching of parents
2022-08-04 19:32:36 +00:00
Michael
81aaacc67d
Improvements for the "post-reason"
2022-07-29 14:17:53 +00:00
Michael
86105635ca
Improved message handling / new activity relay handling
2022-07-27 17:39:00 +00:00
Roland Häder
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
Michael Vogel
7857c329cf
Only deliver own content to the relay (possibly fix relay problems)
2022-05-20 19:04:03 +02:00
Michael
a662245c74
We now store the receivers as well
2022-05-13 05:52:05 +00:00
Michael
4f68be82ef
Use a simpler worker call
2022-05-12 21:28:57 +00:00
Michael
d34432c517
Ignore if the worker was added
2022-05-05 06:12:16 +00:00
Michael
3163760343
Added configuration for the bulk delivery
2022-05-02 17:34:40 +00:00
Michael
76789acace
Reduce network request by transmitting to shared inboxes
2022-05-02 14:35:57 +00:00
Michael
40aa67f8be
Bulk transmission for AP posts
2022-05-02 05:15:27 +00:00
Hypolite Petovan
6a1f9a7fa3
Move unfollow protocol to worker task
...
- Add uid parameter to unfollow hook
- Rework and unify Contact::unfollow, Contact::removeSharer and Contact::terminateFriendship
- Add missing twitterUser property to Twitter\Friendships\Destroy module
2022-02-24 09:35:54 -05:00
Hypolite Petovan
52f5d924b7
Replace remaining instances of DBA::update('contact') with Contact::update()
...
- This was breaking the synchronisation between the contact and user-contact tables
2022-02-24 09:35:54 -05:00
Hypolite Petovan
35abf33c05
Check for array content before querying keys in Worker\Notifier
...
- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1045137358
2022-02-18 20:25:18 -05:00
Michael
39724d5079
Add the mentions
2022-02-18 09:12:33 +00:00
Michael
49dd97e5fd
User lower case
2022-02-17 21:51:47 +00:00
Michael
1b6b6bcc6d
Renamed function
2022-02-17 07:53:24 +00:00
Michael
9ac24a0f36
More rework to make private communities working
2022-02-16 22:56:55 +00:00
Michael
29d83c0ffb
Block communication with Diaspora for communities
2022-02-15 07:08:02 +00:00
Michael
e394143148
Private forums are now working via ActivityPub
2022-02-12 18:38:36 +00:00
Michael
615c6ca696
Issue 10935: Improved "GROUP BY" handling
2022-01-18 06:35:18 +00:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
Michael
24ee87224f
Replaced deprecated "log" function call
2021-11-03 23:19:24 +00:00
Michael
4236a9a105
Improved http error handling
2021-10-29 23:21:07 +00:00
Philipp Holzer
82a6c78033
Move FSuggest to depository
2021-10-23 21:45:35 -04:00