800694e9b3
Remove unused use
statements & remove PConfig class
2020-01-18 17:02:59 +01:00
9e9429b56d
Move PConfig::get() to DI::pConfig()->get()
2020-01-18 16:50:57 +01:00
ccc7a71e54
Ensure that local contacts always are DFRN contacts
2020-01-16 06:43:21 +00:00
Philipp
33664ebb48
Merge pull request #8095 from annando/local-delivery
...
Ensure that local delivery is done via DFRN
2020-01-11 20:12:11 +01:00
28c54242a5
The value has to be assigned, not compared :-)
2020-01-11 18:28:04 +00:00
e6a054696d
Ensure that local delivery is done via DFRN
2020-01-11 18:25:48 +00:00
Philipp
eba46e786a
Merge pull request #8094 from annando/deletecontact
...
Ensure that deleted contacts are really removed
2020-01-11 18:40:46 +01:00
0225e99d0a
Ensure that deleted contacts are really removed
2020-01-11 17:22:37 +00:00
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
016cfcd846
Fixings
...
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
2020-01-10 13:22:03 +01:00
08edeae2f9
Make Storage testable & add tests
...
- Making StorageManager dynamic (DI::facStorage())
- Making concrete Storage dynamic (DI::storage())
- Add tests for Storage backend and failure handling
- Bumping Level-2/Dice to "dev-master" until new release
- Using Storage-Names instead of Storage-Classes in config (includes migration)
2020-01-10 13:21:57 +01:00
a38b0f7eaf
Move remaining namespaces and delete Core\Cache.php
2020-01-07 00:51:02 +01:00
fe078410a1
Move Cache::get() to DI::cache()->get()
2020-01-07 00:45:49 +01:00
f68929633b
Move Cache::set() to DI::cache()->set()
2020-01-07 00:41:20 +01:00
182f390520
Move Cache::clear() to DI::cache()->clear()
2020-01-07 00:36:07 +01:00
48baa0be4b
Remove get_server() in favor of Search::getGlobalDirectory()
2020-01-05 00:04:55 +01:00
fb550a0172
Relocated functions from PortableContact to GServer
2020-01-01 21:29:36 +00:00
Philipp
75c74e8562
Merge pull request #8044 from annando/contact-adding
...
Don't add contacts when not needed
2020-01-01 20:38:34 +01:00
73b82d1455
Don't add contacts when not needed
2020-01-01 17:54:36 +00:00
3f34229752
Move redundant System::baseUrl() to DI::baseUrl() calls
2019-12-30 23:00:08 +01:00
50be94aa5e
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
2019-12-29 20:17:47 +01:00
388b963714
Replace BaseObject class with DI::* calls
2019-12-29 20:17:38 +01:00
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
c975d0f799
Added documentation
2019-12-21 20:18:44 +00:00
537da657cc
Renamed functions
2019-12-21 18:57:00 +00:00
33cb241ed3
Renamed function
2019-12-21 18:24:43 +00:00
26ac9a0063
"CheckServer" is now "UpdateGServer"
2019-12-21 18:11:51 +00:00
fab85255b6
Relocated functions
2019-12-21 06:39:22 +00:00
4024d725db
Fixed logger call
2019-12-21 04:23:26 +00:00
01205f7d41
Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup
2019-12-20 22:25:32 +00:00
c9c408d5e5
Fix notice because of a missing subject
2019-12-20 21:47:10 +00:00
b4f690839a
"CheckServer" added
2019-12-20 21:46:30 +00:00
ef9bdfdff2
Fix some errors
2019-12-20 21:27:49 +00:00
3c4f44a4ab
"FetchPoCo" added
2019-12-20 21:21:25 +00:00
e5546dd40a
"UpdateServers" added
2019-12-20 21:12:44 +00:00
5fee84f2e2
Added "DiscoverContacts"
2019-12-20 21:04:38 +00:00
bf852cc096
"UpdateSuggestions" added
2019-12-20 20:49:09 +00:00
a1ad549e0b
Added UpdateServerDirectory
2019-12-20 20:37:21 +00:00
37f0519514
'SearchDirectory' created (moved out of 'DiscoverPoco' mess)
2019-12-20 20:30:13 +00:00
88a39ea999
"gprobe" removed
2019-12-20 06:47:18 +00:00
Michael Vogel
eb4cfa65d8
Fixed warning
2019-12-14 06:42:40 +01:00
49767e0555
Issue 7418: connections to forums should now work again
2019-12-09 21:19:20 +00:00
b8f81d5e7d
Relocate check for announce
2019-12-08 22:04:32 +00:00
fb64010d7a
Missing "use"
2019-12-08 21:40:06 +00:00
aa047278cc
Reversed annouce check to have priority for AP
2019-12-08 09:01:06 +00:00
7ccbe3ee29
Transmit reshares and announce natively via Diaspora and AP whenever possible
2019-12-08 08:59:21 +00:00
41f8796ffc
Delivery of reshares
2019-12-06 06:39:50 +00:00
22b89df348
Removed test logging
2019-11-27 22:00:43 +00:00
a6a79d9c7e
Only transfer posts via mail
2019-11-27 21:59:11 +00:00
fda30bbb1f
Removed test data
2019-11-23 11:44:25 +00:00