Michael
|
a0c1c3f661
|
Fix notice "Array to string conversion"
|
2021-10-25 20:54:36 +00:00 |
|
Michael
|
27b9da3df5
|
replace "p" with higher level database functions
|
2021-10-12 05:53:29 +00:00 |
|
Philipp
|
13a91e63aa
|
Rename DI::httpRequest() into DI::httpClient()
|
2021-08-25 21:54:54 +02:00 |
|
Philipp
|
505100bdd7
|
Rename HTTPRequestOptions to HTTPClientOptions
|
2021-08-25 21:45:15 +02:00 |
|
Philipp
|
0cafa871f1
|
Use HTTPRequestOptions constants for HTTPClient::get()
|
2021-08-25 21:31:30 +02:00 |
|
Philipp
|
a3d0404290
|
Fix curResult::getHeader() in GServer.php
|
2021-08-25 14:22:43 +02:00 |
|
Philipp
|
2356221aba
|
Fixup HTTP headers for httpClient requests
|
2021-08-25 14:22:43 +02:00 |
|
Philipp
|
05ecd1e3d4
|
Replace IHTTPResult for CurlResult usages
|
2021-08-20 19:58:42 +02:00 |
|
Hypolite Petovan
|
302070875c
|
Ensure nodeinfo-provided protocols are strings in Model\GServer::parseNodeinfo2
- https://github.com/friendica/friendica/issues/10168#issuecomment-828281803
|
2021-05-31 00:47:03 -04:00 |
|
Michael
|
5a00902e11
|
Avoid HTML parsing of an empty body
|
2021-04-10 05:46:19 +00:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Michael
|
9e87dcb25b
|
We now set the protocol in "gserver" on receiving as well
|
2021-03-10 22:31:33 +00:00 |
|
Michael
|
050f31eeb3
|
Don't try legacy if the server supports more
|
2021-01-10 19:08:23 -05:00 |
|
Michael
|
bf563a1a39
|
Store the server transport protocol
|
2021-01-10 19:08:23 -05:00 |
|
Michael
|
ae8a376eab
|
Fix wrong variable
|
2020-12-22 08:24:56 +00:00 |
|
Michael
|
a5096ea549
|
Server detection: Handle redirects, better Peertube detection
|
2020-12-22 08:12:36 +00:00 |
|
Michael
|
9acecfd9e6
|
Issue 9630: Prevent negative values for registered users
|
2020-12-06 18:14:05 +00:00 |
|
Michael
|
8d999f54d0
|
Check and add a server
|
2020-12-03 22:32:51 +00:00 |
|
Michael
|
edbdfbae6b
|
workerqueue now has a "command" field
|
2020-12-03 15:47:50 +00:00 |
|
Michael
|
303aaa00ca
|
Mode switch for insert
|
2020-11-19 19:34:48 +00:00 |
|
Michael
|
0384bf3e76
|
Relay code reworked to support AP delivery
|
2020-11-15 23:28:05 +00:00 |
|
Philipp
|
a74d88c4ee
|
Remove 'headers' option occurrences and add a warning if used.
|
2020-10-18 22:31:26 +02:00 |
|
Philipp
|
a6fc9cd32e
|
Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3)
|
2020-10-18 20:56:31 +02:00 |
|
Philipp
|
b70b9d1139
|
Revert "Replace IHTTPResult for CurlResult usages"
This reverts commit 97167d7b
|
2020-10-11 23:26:17 +02:00 |
|
Philipp
|
97167d7b90
|
Replace IHTTPResult for CurlResult usages
|
2020-10-10 23:11:30 +02:00 |
|
Michael
|
23b7da3664
|
Removed unused PoCo functionality
|
2020-08-31 12:40:23 +00:00 |
|
Michael
|
0c73531da1
|
Poco and gcontact (mostly) removed
|
2020-08-01 16:15:18 +00:00 |
|
Michael
|
a9a9f7d51d
|
Update the last query at a single place
|
2020-08-01 08:56:07 +00:00 |
|
Michael
|
bb70258d48
|
Discovery of peers of other servers
|
2020-08-01 05:55:27 +00:00 |
|
Hypolite Petovan
|
ec3ec3b78a
|
Replace remaining occurrences of Network::curl
|
2020-07-21 21:39:59 -04:00 |
|
nupplaPhil
|
657d08f09f
|
Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"
|
2020-07-21 03:15:53 -04:00 |
|
nupplaPhil
|
7029012f27
|
Rename "HTTPRequest::curl()" to HTTPRequest::get()
|
2020-07-21 03:14:01 -04:00 |
|
nupplaPhil
|
1aa07f87a4
|
Make "HTTPRequest::fetchUrl" dynamic
|
2020-07-21 03:04:58 -04:00 |
|
nupplaPhil
|
2973ed6448
|
Make "HTTPRequest::curl" dynamic
|
2020-07-21 03:01:12 -04:00 |
|
nupplaPhil
|
5344efef71
|
Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest"
|
2020-07-21 02:56:10 -04:00 |
|
Michael
|
39ffb3e745
|
Remove debug output
|
2020-07-20 08:02:34 +00:00 |
|
Michael
|
5bf813d0ec
|
Use "failed" field
|
2020-07-19 11:42:23 +00:00 |
|
Michael
|
1532f0d529
|
New field "failed" for gserver, gcontact and contact
|
2020-07-19 01:15:57 +00:00 |
|
Michael
|
d6bf7f2cda
|
Replace "Probe::uri" with "Contact::getByURL"
|
2020-07-16 10:22:14 +00:00 |
|
Michael
|
8ec2b21a14
|
Abuse mail received because of "unusual traffic"
Fixes friendica/friendica#8663
|
2020-06-14 15:47:47 +00:00 |
|
Michael
|
465e1890b5
|
Fix notice because of missing array item
|
2020-05-27 03:19:17 +00:00 |
|
Michael
|
071505f024
|
Added documentation, simplified code
|
2020-05-22 04:52:43 +00:00 |
|
Michael
|
95b4f35a12
|
Improved server detection / gsid introduced
|
2020-05-22 04:19:32 +00:00 |
|
Michael
|
a77c0194dc
|
Issue 8663: Prevent abusive behaviour when probing servers
|
2020-05-20 06:57:46 +00:00 |
|
Michael
|
bc26c980f0
|
Reverts test changes
|
2020-05-17 13:59:05 +00:00 |
|
Michael
|
d771c50d63
|
Issue 8565: Sanitize input data
Fixes #8565
|
2020-05-17 06:13:58 +00:00 |
|
Michael
|
f521689ced
|
Suppress XML logging of errors
|
2020-04-27 14:35:50 +00:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
21640ec5d8
|
Add missing Friendica\DI namespace to files (PHPStorm inspection)
|
2020-01-19 21:26:42 +01:00 |
|