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 |
|
Hypolite Petovan
|
04d620fc2f
|
Merge pull request #8142 from nupplaphil/task/di_config
CleanUp Config namespace
|
2020-01-19 22:22:57 -05:00 |
|
Philipp Holzer
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
Michael
|
dcbd44ab88
|
Removed the rest of the @brief fields
|
2020-01-19 20:44:01 +00:00 |
|
Philipp Holzer
|
21640ec5d8
|
Add missing Friendica\DI namespace to files (PHPStorm inspection)
|
2020-01-19 21:26:42 +01:00 |
|
Philipp Holzer
|
3411ced833
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:53 +01:00 |
|
Philipp Holzer
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
Hypolite Petovan
|
1bc4b2e078
|
Merge pull request #8134 from nupplaphil/task/di_l10n
Cleanup L10n namespace
|
2020-01-19 11:30:19 -05:00 |
|
Philipp Holzer
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
Philipp Holzer
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +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 |
|
Philipp Holzer
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
Philipp Holzer
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
Philipp Holzer
|
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 |
|
Hypolite Petovan
|
b8f85f0484
|
Merge pull request #8075 from annando/html-escaping
Fix: removed unneeded HTML escaping
|
2020-01-08 16:18:36 -05:00 |
|
Hypolite Petovan
|
f67f398fe1
|
Merge pull request #8071 from nupplaphil/task/Lock_to_lock
Replace Core\Lock wrapper with DI::lock() method
|
2020-01-08 14:25:46 -05:00 |
|
Michael
|
8e87c5f05f
|
Fix: removed unneeded HTML escaping
|
2020-01-07 22:00:39 +00:00 |
|
Michael
|
5b755f0f23
|
Issue 8067: Posts from Mastodon had been wrongly parsed
|
2020-01-07 00:16:42 +00:00 |
|
Philipp Holzer
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
2020-01-07 00:51:02 +01:00 |
|
Philipp Holzer
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
2020-01-07 00:45:49 +01:00 |
|
Philipp Holzer
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
2020-01-07 00:41:20 +01:00 |
|
Philipp Holzer
|
31457b8566
|
Replace Lock::release() with DI::lock()->release() and remove Core\Lock
|
2020-01-07 00:24:10 +01:00 |
|
Philipp Holzer
|
634e657d23
|
Replace Lock::acquire() with DI::lock()->acquire()
|
2020-01-07 00:20:31 +01:00 |
|
Michael
|
ab43d3ddc4
|
AP: ensure that incoming posts are reaching all receivers
|
2020-01-05 17:20:23 +00:00 |
|
Michael
|
8878b3864f
|
Fix an error and a notice
|
2020-01-05 02:19:02 +00:00 |
|
Michael Vogel
|
c8a322baf0
|
Merge pull request #8053 from nupplaphil/task/remove_get_app
Remove get_app() in favor of DI::app()
|
2020-01-04 23:41:51 +01:00 |
|
Philipp Holzer
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01: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 |
|
Hypolite Petovan
|
ebaf726744
|
Rework Feed::import parameters
- Remove unused $hub
- Replace $simulate with an implicit condition
|
2020-01-03 09:26:28 -05:00 |
|
Hypolite Petovan
|
38fe3b8994
|
Fix formatting in Feed::import
|
2020-01-03 09:12:32 -05:00 |
|
Michael
|
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 |
|
Michael
|
73b82d1455
|
Don't add contacts when not needed
|
2020-01-01 17:54:36 +00:00 |
|
Philipp Holzer
|
9bdb4db887
|
Replace comment
|
2019-12-30 23:45:42 +01:00 |
|
Philipp Holzer
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
Michael
|
74f4637ff3
|
Fix fatal errors caused by PR 8019
|
2019-12-30 01:17:16 +00:00 |
|
Philipp Holzer
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
Philipp Holzer
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-29 20:17:47 +01:00 |
|
Philipp Holzer
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Philipp Holzer
|
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
|
26ac9a0063
|
"CheckServer" is now "UpdateGServer"
|
2019-12-21 18:11:51 +00:00 |
|
Michael
|
fab85255b6
|
Relocated functions
|
2019-12-21 06:39:22 +00:00 |
|
Michael
|
b4f690839a
|
"CheckServer" added
|
2019-12-20 21:46:30 +00:00 |
|
Michael
|
3c4f44a4ab
|
"FetchPoCo" added
|
2019-12-20 21:21:25 +00:00 |
|