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
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
e220698ea1
E-Mail import: The item is now provided to the hook
2019-11-23 11:42:03 +00:00
2dcf6d9e2b
Now using the correct function call ...
2019-11-23 04:31:40 +00:00
37bdafcc96
Use the "reply-to" header of the original post when answering via mail
2019-11-22 22:15:04 +00:00
d8da580869
Fix mail delivery via AP when the contact is hidden
2019-11-22 08:01:23 +00:00
ade926afc6
Storing the mail header in the item
2019-11-21 15:28:18 +00:00
Philipp Holzer
aa7be41728
Fix ACLFormatterTest
...
- Add nullable to expand() function again
- Add angle bracket support to toString()
2019-11-01 14:13:29 +01:00
44cc750f79
Some more warnings removed
2019-10-31 07:33:25 +00:00
422f0cbdbc
Solve warning
2019-10-30 09:44:07 +00:00
dc065eed42
Fix several warnings and errors
2019-10-30 06:50:20 +00:00
Philipp Holzer
3eda62bfa6
Check null for acl-fields
2019-10-28 18:16:10 +01:00
Philipp Holzer
3897c74deb
Add docs
2019-10-25 00:10:20 +02:00
Philipp Holzer
07cea24430
Move Activity/Namespaces defines to constants
2019-10-24 21:40:12 +02:00
Philipp Holzer
f65f7f11c3
Move expand_acl to ACLFormatter::expand()
...
- including tests
2019-10-23 00:40:14 +02:00