Michael
|
e3d3dc50e5
|
Store the direction only when there is content to store
|
2020-03-03 08:04:14 +00:00 |
|
Michael
|
af6db65961
|
Store the push/pull direction in the conversation table
|
2020-03-03 08:01:04 +00:00 |
|
Michael
|
6f0d40c6c0
|
Merge remote-tracking branch 'upstream/develop' into push-pull
|
2020-03-03 06:55:13 +00:00 |
|
Michael
|
72c198990e
|
Merge remote-tracking branch 'upstream/develop' into private
|
2020-03-02 15:05:00 +00:00 |
|
Michael
|
ca1b92bb34
|
Support unlisted public posts
|
2020-03-02 07:57:23 +00:00 |
|
Philipp
|
b2198c7510
|
Merge pull request #8345 from annando/store-raw
Store the raw data in a different way
|
2020-02-29 16:20:48 +01:00 |
|
Michael
|
1743682153
|
We don't need to pass the protocol that way
|
2020-02-28 09:46:53 +00:00 |
|
Michael
|
a9896ecdb1
|
Store the conversation data as well
|
2020-02-28 09:42:04 +00:00 |
|
Michael
|
bcb3a81988
|
Store the protocol as well
|
2020-02-28 09:25:41 +00:00 |
|
Michael
|
26cffd379a
|
Store the raw data in a different way
|
2020-02-28 09:21:40 +00:00 |
|
Michael
|
acd99b9010
|
Push/Pull indicator
|
2020-02-27 05:01:43 +00:00 |
|
Hypolite Petovan
|
064cc227c0
|
Remove simple_html parameter from about field conversion in Protocol\ActivityPub\Transmitter
|
2020-02-25 07:41:26 -05:00 |
|
Hypolite Petovan
|
c147446c93
|
Add about field conversion to HTML in Protocol\ActivityPub\Transmitter
|
2020-02-23 20:36:04 -05:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
Hypolite Petovan
|
42775d53b2
|
Merge pull request #8222 from annando/ap-gnusocial
AP comments from GNU Social are now working
|
2020-02-02 15:21:23 -05:00 |
|
Michael
|
56816ea9d5
|
AP comments from GNU Social are now working
|
2020-02-02 19:59:14 +00:00 |
|
nupplaPhil
|
34f4aedb87
|
Move mod/fsuggest to src/Module/SuggestFriends
|
2020-01-31 23:50:46 +01:00 |
|
Hypolite Petovan
|
18cfd8dfaa
|
Remove references to deprecated profile.is-default and profile.profile-name fields
|
2020-01-22 19:42:37 -05:00 |
|
Michael
|
34b813bbfa
|
Fix for AP posts where the URL don't match
|
2020-01-20 22:30:34 +00: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 |
|
Michael
|
bb253ceeaa
|
AP: Create a GUID out of an URL
|
2020-01-19 14:33:16 +00:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Hypolite Petovan
|
58f69481e6
|
Merge pull request #8130 from nupplaphil/task/di_pconfig
Move PConfig to DI::pConfig()
|
2020-01-18 13:57:57 -05:00 |
|
nupplaPhil
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
nupplaPhil
|
424c87195b
|
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
|
2020-01-18 15:41:19 +01:00 |
|
Michael
|
ccc7a71e54
|
Ensure that local contacts always are DFRN contacts
|
2020-01-16 06:43:21 +00:00 |
|
Hypolite Petovan
|
36190d1e79
|
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
Replace Core\Cache wrapper with DI::cache() method
|
2020-01-10 08:46:03 -05:00 |
|
Michael
|
5b755f0f23
|
Issue 8067: Posts from Mastodon had been wrongly parsed
|
2020-01-07 00:16:42 +00:00 |
|
nupplaPhil
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
2020-01-07 00:51:02 +01:00 |
|
nupplaPhil
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
2020-01-07 00:45:49 +01:00 |
|
nupplaPhil
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
2020-01-07 00:41:20 +01:00 |
|
Michael
|
ab43d3ddc4
|
AP: ensure that incoming posts are reaching all receivers
|
2020-01-05 17:20:23 +00:00 |
|
Michael
|
b08c9692ca
|
Added parameter type
|
2020-01-04 21:48:26 +00:00 |
|
Michael
|
7cf27e9cb0
|
AP: Transmit the language in the contentMap
|
2020-01-04 14:35:14 +00:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +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
|
2a31b2383f
|
Issue 7691: We can now switch to BCC for ActivityPub
|
2019-12-09 21:37:31 +00:00 |
|
Michael
|
ca0a961ad2
|
Merge remote-tracking branch 'upstream/develop' into reshare-delivery
|
2019-12-08 08:49:47 +00:00 |
|
Michael
|
484b99f7cf
|
Fix: Don't automatically mention a post creator on private posts
|
2019-12-07 21:42:55 +00:00 |
|
Michael
|
41f8796ffc
|
Delivery of reshares
|
2019-12-06 06:39:50 +00:00 |
|
Michael
|
4e77321be8
|
Replaced all preg calls in the calls with the new function
|
2019-12-05 06:42:10 +00:00 |
|
Michael
|
8f4f3e00e2
|
Return more data in the announce object
|
2019-12-04 09:36:46 +00:00 |
|
Michael
|
276d6fddd1
|
Function renamed - we don't return an object
|
2019-12-04 09:15:03 +00:00 |
|
Michael
|
ef3664e6d4
|
Check if reshared item is an AP item
|
2019-12-04 08:08:48 +00:00 |
|
Michael
|
abed3ba906
|
Remove unused function
|
2019-12-04 07:13:29 +00:00 |
|
Michael
|
d34052b332
|
Make quoted announces look better / more announce improvements
|
2019-12-04 07:02:39 +00:00 |
|