Michael
|
e713db4ac7
|
Delete tombstone contacts
|
2020-12-17 08:00:56 +00:00 |
|
Michael
|
a548e7c4be
|
Fix warning "supplied key param cannot be coerced into a public key"
|
2020-12-17 07:07:54 +00:00 |
|
Michael
|
a331a8cf0a
|
Delete removed contacts
|
2020-12-15 22:56:46 +00:00 |
|
Michael
|
e4e9a20ac8
|
Don't transmit to archived inboxes
|
2020-11-23 19:25:22 +00:00 |
|
Michael
|
c9d79040cb
|
Fixes notice: Undefined index: nobody in /src/Util/HTTPSignature.php on line 450
|
2020-10-20 15:19:06 +00:00 |
|
Philipp
|
a74d88c4ee
|
Remove 'headers' option occurrences and add a warning if used.
|
2020-10-18 22:31:26 +02:00 |
|
Philipp
|
c19f1a83ce
|
Remove option 'novalidate' flag from HTTPRequest options
|
2020-10-18 22:23:07 +02:00 |
|
Philipp
|
54d78f9ce1
|
Removed completely un-used 'http_auth' option from HTTPRequest
|
2020-10-18 22:19:03 +02:00 |
|
Philipp
|
61da51c2d5
|
Add HTTPRequest::head() function
|
2020-10-18 22:15:53 +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 |
|
Michael
|
bdd834d313
|
Support signed outbox requests
|
2020-08-30 17:07:46 +00:00 |
|
Michael
|
7dbf72e454
|
We now fetch data with an automatically generated system user
|
2020-08-22 14:48:09 +00:00 |
|
Michael
|
ecd2d88b09
|
Don't let the tests fail. The test user doesn't have a private key
|
2020-08-07 17:05:49 +00:00 |
|
nupplaPhil
|
7029012f27
|
Rename "HTTPRequest::curl()" to HTTPRequest::get()
|
2020-07-21 03:14:01 -04:00 |
|
nupplaPhil
|
8793096c16
|
Make "HTTPRequest::post" dynamic
|
2020-07-21 03:02:51 -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 |
|
Hypolite Petovan
|
bf599be1f8
|
Add support for token strings in HTTPSignature::parseSigheader
- Only quoted strings were supported before
|
2020-07-14 09:52:03 -04:00 |
|
Hypolite Petovan
|
78b424c7fd
|
Add support for "hs2019" algorithm value in Util\HTTPSignature
|
2020-07-04 13:12:59 -04:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
Hypolite Petovan
|
04d620fc2f
|
Merge pull request #8142 from nupplaphil/task/di_config
CleanUp Config namespace
|
2020-01-19 22:22:57 -05:00 |
|
nupplaPhil
|
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 |
|
nupplaPhil
|
21640ec5d8
|
Add missing Friendica\DI namespace to files (PHPStorm inspection)
|
2020-01-19 21:26:42 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Philipp Holzer
|
cc7444d84d
|
Move internal recursion-counter to the end of all cur/fetchUrl parameters
|
2019-06-10 14:34:54 +02:00 |
|
Michael
|
198e150ba8
|
Archive inboxes after 5 days of delivery failures
|
2019-03-25 21:51:32 +00:00 |
|
Michael
|
0aab620d32
|
Enable remote authentication with HTTP Signatures
|
2019-03-19 06:44:51 +00:00 |
|
Michael
|
a876c20850
|
Use HTTP-Signature to authenticate when fetching photos.
|
2019-03-18 22:33:20 +00:00 |
|
Hypolite Petovan
|
cb3f09ae4f
|
Refactor namespaces
- Remove unused use statements
- Add required use statements
- Escape global classes
|
2019-01-21 10:43:42 -05:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
Michael
|
ae2a8b796c
|
Avoid a notice in HTTP signature check, preparation for authentication
|
2019-01-15 06:31:12 +00:00 |
|
Michael
|
9bec202232
|
Adding the date to signed get requests as well
|
2019-01-14 16:33:23 +00:00 |
|
Michael
|
2f2184cf12
|
Date check added for HTTP signatures
|
2019-01-14 16:03:13 +00:00 |
|
Michael
|
aa4aaf1971
|
Enable communication with Peertube
|
2019-01-14 12:10:11 +00:00 |
|
Michael
|
c485ca6f06
|
Fix ActivityPub with Nextcloud
|
2018-12-17 20:13:56 +00:00 |
|
Michael
|
8f27e3aeb1
|
Support for fetching non-public content / preparations for forum posts
|
2018-11-03 21:37:08 +00:00 |
|
Adam Magness
|
50da89d861
|
Logger Levels
update logger levels in calls
|
2018-10-30 09:58:45 -04:00 |
|
Adam Magness
|
14fde5dc9b
|
Log function
implement log() function.
|
2018-10-30 09:57:14 -04:00 |
|
Michael
|
58f82e084d
|
Preparations to work with BCC
|
2018-10-24 19:19:51 +00:00 |
|
Michael
|
e3e714a45f
|
Unsuccessful ActivitiyPub transmission are now deferred
|
2018-10-23 03:54:18 +00:00 |
|
Philipp Holzer
|
7c73e8634c
|
Curl Response Refactoring
- refactored Network::post()
- replaced every Network::post() execution with the new Curl container
|
2018-10-10 21:15:26 +02:00 |
|
Philipp Holzer
|
e6b1f9ef09
|
friendica-5875 Uncaught Error: Call to undefined method Friendica\App::getCurlCode() fixed
|
2018-10-10 18:10:38 +02:00 |
|
Philipp Holzer
|
5a02e39a65
|
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
|
2018-10-10 00:16:06 +02:00 |
|
Michael
|
e71f497295
|
Renamed
|
2018-09-30 08:14:05 +00:00 |
|
Michael
|
de8787dd5b
|
Changed comment
|
2018-09-27 12:01:16 +00:00 |
|
Michael
|
9c62727e1d
|
Added doxygen data
|
2018-09-26 22:02:14 +00:00 |
|
Michael
|
9ec30010c5
|
APContact stuff is moved to an own class
|
2018-09-26 17:24:29 +00:00 |
|
Michael
|
feeec908d3
|
We can delete notes / changed credits
|
2018-09-23 09:20:25 +00:00 |
|