Brion Vibber 
							
						 
					 
					
						
						
							
						
						7c4fcefd31 
					 
					
						
						
							
							Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches against user.uri and user_group.uri (for local groups). This should catch cases that were missed before because we were only doing pattern-matching checks, and the pattern didn't match because the site has been renamed and the old URI no longer matches the current domain / path structure.  
						
						... 
						
						
						
						Could use some more thorough testing in practice! 
						
						
					 
					
						2010-09-27 14:23:10 -07:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						1bfbe9badf 
					 
					
						
						
							
							* i18n/L10n updates and FIXMEs added  
						
						... 
						
						
						
						* whitespace fixes 
						
						
					 
					
						2010-09-03 01:35:04 +02:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a507f04bc4 
					 
					
						
						
							
							fix incorrect function name in updateostatus.php script  
						
						
						
						
					 
					
						2010-08-25 12:32:10 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						9a53be4669 
					 
					
						
						
							
							Initial support for third-party fallback hub such as Superfeedr for feed subscriptions.  
						
						... 
						
						
						
						If set up, this hub will be used to subscribe to feeds that don't specify a hub of their own.
Assumes that the fallback hub will, in fact, handle polling and updates for any feed we throw at it!
Authentication may be specified for the fallback hub.
Example:
  $config['feedsub']['fallback_hub'] = 'https://superfeedr.com/hubbub ';
  $config['feedsub']['hub_user'] = 'abcd';
  $config['feedsub']['hub_pass'] = 'ckcmdkmckdmkcdk';
Also:
* Fix for WordPress-RSS-via-Superfeedr-Atom; if we have <author> info but no ID from a native ActivityStreams actor, don't freak out in the low-level processing code that checks for identity matches.
* enhanced messages for low-level FeedSub exceptions if they make it to outside display 
						
						
					 
					
						2010-08-10 12:57:40 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						9c8052e755 
					 
					
						
						
							
							Rerun feed discovery and update the feed, salmon, and hub for the given OStatus remote profile. Restarts subscription fresh as well.  
						
						... 
						
						
						
						update-profile.php -sexample.com http://example.com/path/to/profile/url  
						
						
					 
					
						2010-04-23 12:54:31 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						fd9d520aeb 
					 
					
						
						
							
							OStatus: CLI script to force a renewal on the given PuSH subscription. May help when we get out of sync with the hub.  
						
						... 
						
						
						
						php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed  
						
						
					 
					
						2010-04-22 06:14:40 +02:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						dbaa93d1aa 
					 
					
						
						
							
							Clean up and clarify output on fix-shadow.php  
						
						
						
						
					 
					
						2010-04-05 11:21:17 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						79ec565104 
					 
					
						
						
							
							Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing  
						
						
						
						
					 
					
						2010-03-19 15:29:00 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						b97400bd6f 
					 
					
						
						
							
							clarify output on fixup-shadow.php  
						
						
						
						
					 
					
						2010-03-19 11:17:56 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						f1b3d84b7d 
					 
					
						
						
							
							Fix some remote subscription regressions from  f21f78364a 
						
						... 
						
						
						
						Ostatus_profile::ensureProfile() has been renamed to Ostatus_profile::ensureProfileURL() 
						
						
					 
					
						2010-03-18 13:13:57 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						1de7badd78 
					 
					
						
						
							
							Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing  
						
						
						
						
					 
					
						2010-03-18 10:55:20 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a764603e73 
					 
					
						
						
							
							reverse order from delete, insert to insert, delete on ostatus conversion  
						
						
						
						
					 
					
						2010-03-18 08:04:22 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f1af583e3e 
					 
					
						
						
							
							catch exceptions in OStatus updates, log, and continue  
						
						
						
						
					 
					
						2010-03-18 07:55:14 -05:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						c9232d8f26 
					 
					
						
						
							
							Ticket  #2242 : fix reading of inline XHTML content in Atom feeds for OStatus input.  
						
						... 
						
						
						
						Lookup of the <div> needed to check for the XHTML namespace. 
						
						
					 
					
						2010-03-15 20:21:55 +00:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						66518df435 
					 
					
						
						
							
							OStatus: reject attempts to create a remote profile for a local user or group.  
						
						... 
						
						
						
						Some stray shadow entries were ending up getting created, which would steal group posts from remote users.
Run plugins/OStatus/scripts/fixup-shadow.php for each site to remove any existing ones. 
						
						
					 
					
						2010-03-10 17:00:05 -08:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0512151eab 
					 
					
						
						
							
							more output in updateostatus.php  
						
						
						
						
					 
					
						2010-03-01 18:19:20 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						d77248343f 
					 
					
						
						
							
							fix path for updateostatus.php  
						
						
						
						
					 
					
						2010-03-01 18:03:17 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						3ff3abb247 
					 
					
						
						
							
							Script to convert OMB subscriptions to OStatus subscriptions  
						
						
						
						
					 
					
						2010-03-01 18:03:17 -05:00