Michael
|
bf563a1a39
|
Store the server transport protocol
|
2021-01-10 19:08:23 -05:00 |
|
Michael
|
2987070d93
|
Improved direction and protocol detection
|
2021-01-09 12:59:30 +00:00 |
|
Michael
|
a43059df27
|
Relay posts with the original protocol
|
2020-12-11 06:35:38 +00:00 |
|
Michael
|
1f1697222b
|
Don't create the parent during a deletion
|
2020-12-06 09:54:34 +00:00 |
|
Michael
|
7ab63d2106
|
Store the protocol of the received message
|
2020-11-29 09:01:51 +00:00 |
|
Michael
|
e4e9a20ac8
|
Don't transmit to archived inboxes
|
2020-11-23 19:25:22 +00:00 |
|
Michael
|
0384bf3e76
|
Relay code reworked to support AP delivery
|
2020-11-15 23:28:05 +00:00 |
|
Michael
|
cdcdc135e8
|
Issue 9094: Avoid DFRN announces
|
2020-08-31 02:46:24 +00:00 |
|
Michael
|
2cbc935944
|
Renamed function
|
2020-08-06 10:31:05 +00:00 |
|
Michael
|
d4f7bfa676
|
New "fcontact" model class
|
2020-08-06 10:27:06 +00:00 |
|
Michael
|
cd82c527f5
|
Removed useless error handling
|
2020-05-12 09:05:37 +00:00 |
|
Michael
|
098ba4a667
|
"item-delivery-data" is now "post-delivery-data"
|
2020-05-02 19:34:02 +00:00 |
|
Michael
|
860d4654c1
|
Issue 8495: Only use "noreply" when no sender mail is defined
|
2020-04-04 20:26:09 +00:00 |
|
Michael
|
ca1b92bb34
|
Support unlisted public posts
|
2020-03-02 07:57:23 +00:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Michael
|
e6a054696d
|
Ensure that local delivery is done via DFRN
|
2020-01-11 18:25:48 +00:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-29 20:17:47 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Michael Vogel
|
eb4cfa65d8
|
Fixed warning
|
2019-12-14 06:42:40 +01:00 |
|
Michael
|
b8f81d5e7d
|
Relocate check for announce
|
2019-12-08 22:04:32 +00:00 |
|
Michael
|
fb64010d7a
|
Missing "use"
|
2019-12-08 21:40:06 +00:00 |
|
Michael
|
aa047278cc
|
Reversed annouce check to have priority for AP
|
2019-12-08 09:01:06 +00:00 |
|
Michael
|
7ccbe3ee29
|
Transmit reshares and announce natively via Diaspora and AP whenever possible
|
2019-12-08 08:59:21 +00:00 |
|
Michael
|
41f8796ffc
|
Delivery of reshares
|
2019-12-06 06:39:50 +00:00 |
|
Michael
|
22b89df348
|
Removed test logging
|
2019-11-27 22:00:43 +00:00 |
|
Michael
|
a6a79d9c7e
|
Only transfer posts via mail
|
2019-11-27 21:59:11 +00:00 |
|
Michael
|
2dcf6d9e2b
|
Now using the correct function call ...
|
2019-11-23 04:31:40 +00:00 |
|
Michael
|
37bdafcc96
|
Use the "reply-to" header of the original post when answering via mail
|
2019-11-22 22:15:04 +00:00 |
|
Hypolite Petovan
|
1997938ae7
|
Remove remaining Logger log level in explicit Logger::debug call
|
2019-10-16 22:39:31 -04:00 |
|
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
Michael
|
83f670e9e5
|
Test against the thread parent as well
|
2019-10-07 04:19:12 +00:00 |
|
Michael
|
9c6fd5fc35
|
Fix communication issues when a contact is able to speak AP, but uses Diaspora
|
2019-10-06 21:59:23 +00:00 |
|
Michael
|
52d8b618f0
|
Type hints
|
2019-09-03 03:59:46 +00:00 |
|
Michael
|
db16f1a106
|
Increment the "failed" value on failed relay delivery
|
2019-09-02 03:37:45 +00:00 |
|
Michael
|
6af4c90dff
|
Fix delivery counter / archive relay contacts
|
2019-09-02 03:25:05 +00:00 |
|
Michael Vogel
|
9b7432781b
|
Don't transmit content to already archived contacts
|
2019-08-27 21:01:11 +02:00 |
|
Michael
|
5a1a5a54dc
|
Delivery count now counts the failed delivery attempts as well
|
2019-08-20 07:39:13 +00:00 |
|
Michael
|
e556dfd475
|
Don't deliver nested comments to Diaspora if the previous comment wasn't from Diaspora
|
2019-07-28 19:13:17 +00:00 |
|
Michael
|
0a15222576
|
Collect data about used protocols for delivery
|
2019-06-28 09:03:58 +00:00 |
|
Michael
|
f41513f4ec
|
Issue 7264: Count local delivery as well
|
2019-06-13 20:24:49 +00:00 |
|
Michael
|
41dc243186
|
Fix delivery counter for poking / unify delivery commands
|
2019-06-10 14:19:24 +00:00 |
|
Michael
|
44a49a8d7d
|
Ensure that pokes are always send only via DFRN
|
2019-06-06 04:26:02 +00:00 |
|
Michael
|
9f026f1814
|
The only reason we don't defer is when it was a post to a relay
|
2019-06-01 11:28:37 +00:00 |
|