Merge remote-tracking branch 'upstream/2022.09-rc' into database
This commit is contained in:
		
				commit
				
					
						f93418b295
					
				
			
		
					 2 changed files with 7 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -122,20 +122,21 @@ class Receiver
 | 
			
		|||
 | 
			
		||||
		$http_signer = HTTPSignature::getSigner($body, $header);
 | 
			
		||||
		if ($http_signer === false) {
 | 
			
		||||
			Logger::warning('Invalid HTTP signature, message will be discarded.', ['uid' => $uid, 'actor' => $actor, 'header' => $header, 'body' => $body]);
 | 
			
		||||
			return;
 | 
			
		||||
			Logger::notice('Invalid HTTP signature, message will not be trusted.', ['uid' => $uid, 'actor' => $actor, 'header' => $header, 'body' => $body]);
 | 
			
		||||
			$signer = [];
 | 
			
		||||
		} elseif (empty($http_signer)) {
 | 
			
		||||
			Logger::info('Signer is a tombstone. The message will be discarded, the signer account is deleted.');
 | 
			
		||||
			return;
 | 
			
		||||
		} else {
 | 
			
		||||
			Logger::info('Valid HTTP signature', ['signer' => $http_signer]);
 | 
			
		||||
			$signer = [$http_signer];
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		$signer = [$http_signer];
 | 
			
		||||
 | 
			
		||||
		Logger::info('Message for user ' . $uid . ' is from actor ' . $actor);
 | 
			
		||||
 | 
			
		||||
		if (LDSignature::isSigned($activity)) {
 | 
			
		||||
		if ($http_signer === false) {
 | 
			
		||||
			$trust_source = false;
 | 
			
		||||
		} elseif (LDSignature::isSigned($activity)) {
 | 
			
		||||
			$ld_signer = LDSignature::getSigner($activity);
 | 
			
		||||
			if (empty($ld_signer)) {
 | 
			
		||||
				Logger::info('Invalid JSON-LD signature from ' . $actor);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: 2022.09-rc\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: \n"
 | 
			
		||||
"POT-Creation-Date: 2022-09-04 07:52+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2022-09-04 13:40+0000\n"
 | 
			
		||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
			
		||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
			
		||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue