Brion Vibber 
							
						 
					 
					
						
						
							
						
						1339f1f908 
					 
					
						
						
							
							Commit hubprepqueuehandler.php -- fix for OStatus bulk output.  
						
						
						
						
					 
					
						2010-07-12 14:24:43 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						21f253c584 
					 
					
						
						
							
							Fix regression in OStatus remote group subscribe -- a bug was previously masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here)  
						
						
						
						
					 
					
						2010-06-29 10:31:30 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						d88b208edc 
					 
					
						
						
							
							Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x  
						
						... 
						
						
						
						Conflicts:
	plugins/OpenID/openid.php 
						
						
					 
					
						2010-06-07 10:19:40 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						41e9dba729 
					 
					
						
						
							
							OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing sites. Keeps latency down for other things enqueued while we work...  
						
						
						
						
					 
					
						2010-06-07 10:03:43 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						8b9436e8ae 
					 
					
						
						
							
							Option to divert PuSH items directly to the target site's queue when local  
						
						
						
						
					 
					
						2010-06-03 18:06:55 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						5f4c6ec626 
					 
					
						
						
							
							Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers.  
						
						... 
						
						
						
						Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. 
						
						
					 
					
						2010-06-03 16:58:45 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						6eae5d6a7e 
					 
					
						
						
							
							Merge branch 'testing' into 0.9.x  
						
						
						
						
					 
					
						2010-05-21 13:15:08 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						cbf2e7cfea 
					 
					
						
						
							
							Avoid PHP notice about undefined array index when no avatar photo available from Google profile  
						
						
						
						
					 
					
						2010-05-21 10:18:13 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						7005ef6661 
					 
					
						
						
							
							Merge branch 'testing' into 0.9.x  
						
						... 
						
						
						
						Conflicts:
	plugins/OpenID/openidlogin.php 
						
						
					 
					
						2010-05-19 12:51:25 -07:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						6187266205 
					 
					
						
						
							
							- OStatusPlugin should return true if it doesn't need to handle source  
						
						... 
						
						
						
						attribution
- Remove stray break statement from NoticeList 
						
						
					 
					
						2010-05-18 15:16:03 -07:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						1999b836c0 
					 
					
						
						
							
							accept either salmon endpoint (until they're unified in the spec)  
						
						
						
						
					 
					
						2010-05-14 16:43:41 -04:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						275002d88a 
					 
					
						
						
							
							allow hyphens in subdomains for webfinger addresses  
						
						
						
						
					 
					
						2010-05-14 16:43:41 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						ce177400f8 
					 
					
						
						
							
							- OStatusPlugin should return true if it doesn't need to handle source  
						
						... 
						
						
						
						attribution
- Remove stray break statement from NoticeList 
						
						
					 
					
						2010-05-06 21:48:12 +00:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						e05415f621 
					 
					
						
						
							
							Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x  
						
						... 
						
						
						
						Conflicts:
	locale/ca/LC_MESSAGES/statusnet.po
	locale/de/LC_MESSAGES/statusnet.po
	locale/statusnet.pot 
						
						
					 
					
						2010-05-05 17:07:50 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						5f5d9518bd 
					 
					
						
						
							
							Avoid spewing giant debug backtrace into exception in certain OStatus subscription failure cases.  
						
						... 
						
						
						
						The code pattern 'new XXXException($e)' to chain exceptions doesn't actually work as intended, as exceptions are actually expecting a string message here.
This caused an implicit string conversion from HTTP_Request2_Exception, which is a PEAR_Exception, which defines an absurdly detailed __toString() method including a giant HTML table with a backtrace if you happen to be on a web request.
Simply passing $e->getMessage() instead clears this up, as we'll get the nice short message like 'Couldn't connect to tcp://blahblah:80' 
						
						
					 
					
						2010-05-04 17:11:43 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						67eeaa9cf4 
					 
					
						
						
							
							Pull localization updates from 0.9.x branch  
						
						
						
						
					 
					
						2010-05-03 12:27:44 -07:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						d811f14bed 
					 
					
						
						
							
							Remove .po source files. Using pot files.  
						
						
						
						
					 
					
						2010-04-30 01:57:22 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5ad2d0c30c 
					 
					
						
						
							
							Update gettext localisation files.  
						
						
						
						
					 
					
						2010-04-30 01:45:54 +02:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						ae2986527c 
					 
					
						
						
							
							Pull localization updates from 0.9.x  
						
						
						
						
					 
					
						2010-04-29 15:52:10 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						2260d6ec7c 
					 
					
						
						
							
							Merge branch 'testing' into 0.9.x  
						
						... 
						
						
						
						Conflicts:
	index.php 
						
						
					 
					
						2010-04-29 15:14:51 -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 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a129c455a2 
					 
					
						
						
							
							Fix exceptions with bad gravatar URLs  
						
						
						
						
					 
					
						2010-04-21 18:19:16 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						056cce4b5e 
					 
					
						
						
							
							Merge branch 'testing' into 0.9.x  
						
						
						
						
					 
					
						2010-04-19 19:46:46 +02:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						acea534044 
					 
					
						
						
							
							Disable the send-notice form at the top of the page OStatus subscription confirmation page to work around bugs in Cloudy theme.  
						
						... 
						
						
						
						This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken. 
						
						
					 
					
						2010-04-19 19:45:01 +02:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						76cce8a3c5 
					 
					
						
						
							
							Merge branch 'master' into 0.9.x  
						
						
						
						
					 
					
						2010-04-07 10:46:23 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						d352e5f5c4 
					 
					
						
						
							
							Handle attempt to subscribe a local user via their remote webfinger reference more gracefully.  
						
						... 
						
						
						
						The ensure* family of functions will now return an OStatusShadowException in this case, which gives us a pleasant error message instead of a giant exception backtrace when you do 'sub somebody@this.local.server '.
Can be extended later to allow actually using the local profile, since we could figure it out. 
						
						
					 
					
						2010-04-06 16:35:24 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						5dc169260d 
					 
					
						
						
							
							Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x  
						
						
						
						
					 
					
						2010-04-06 15:22:23 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						3ac3bc32fc 
					 
					
						
						
							
							Some localization cleanup and doc to aid in customization:  
						
						... 
						
						
						
						* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts
* added notes to locale/README about customizing and how to disable languages you haven't customized
* renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit 
						
						
					 
					
						2010-04-05 13:19:16 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						dbaa93d1aa 
					 
					
						
						
							
							Clean up and clarify output on fix-shadow.php  
						
						
						
						
					 
					
						2010-04-05 11:21:17 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						df9eb4164a 
					 
					
						
						
							
							Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x  
						
						
						
						
					 
					
						2010-03-31 12:48:24 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						6046a6cc6a 
					 
					
						
						
							
							Include meta charset header in saved HTML file for long OStatus messages; without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8.  
						
						
						
						
					 
					
						2010-03-29 16:29:57 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						990bbea07e 
					 
					
						
						
							
							Include meta charset header in saved HTML file for long OStatus messages; without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8.  
						
						
						
						
					 
					
						2010-03-29 16:27:50 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f0d905112e 
					 
					
						
						
							
							Merge branch 'master' into 0.9.x  
						
						... 
						
						
						
						Conflicts:
	lib/attachmentlist.php 
						
						
					 
					
						2010-03-28 15:25:02 -04:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						3227122ac3 
					 
					
						
						
							
							move base64_url_(encode|decode) to static functions in Magicsig  
						
						
						
						
					 
					
						2010-03-26 10:43:41 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						75b2bf2a4e 
					 
					
						
						
							
							Do ostatus queue first  
						
						... 
						
						
						
						We do the OStatus queue first, so if we're sending a notice to the
same server twice (e.g., with OMB), our richer and more featureful
notice comes in first. 
						
						
					 
					
						2010-03-26 08:45:23 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						e91bf2b8a9 
					 
					
						
						
							
							Tweak to OStatus long message cropping: use original source notice URL for the link in the text version, don't shorten the link for the HTML so we can append params to it in JS.  
						
						... 
						
						
						
						Conflicts:
	plugins/OStatus/classes/Ostatus_profile.php 
						
						
					 
					
						2010-03-25 16:08:09 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						013647f0ba 
					 
					
						
						
							
							Add doc comments on saveHTMLFile; drop the extra <div> wrapping the contents to make it easier to extract without getting extra markup.  
						
						
						
						
					 
					
						2010-03-25 23:11:06 +01:00 
						 
				 
			
				
					
						
							
							
								Sarven Capadisli 
							
						 
					 
					
						
						
							
						
						8336e24179 
					 
					
						
						
							
							Using … (hellip) instead of "more" for link text  
						
						
						
						
					 
					
						2010-03-25 22:18:21 +01:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						c11064a539 
					 
					
						
						
							
							Updated 'more' anchor for attachments to do an XHR GET  
						
						... 
						
						
						
						Conflicts:
	lib/attachmentlist.php
	plugins/OStatus/classes/Ostatus_profile.php
Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem. 
						
						
					 
					
						2010-03-25 14:15:54 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						ecb009bcf5 
					 
					
						
						
							
							Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x  
						
						
						
						
					 
					
						2010-03-24 13:57:20 -07:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						9e0b9857f4 
					 
					
						
						
							
							Make sure we're requiring the library  
						
						
						
						
					 
					
						2010-03-24 15:26:03 -04:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						cfca789b34 
					 
					
						
						
							
							Updated Math_Biginteger from upstream - removing safe* workarounds  
						
						
						
						
					 
					
						2010-03-24 15:18:41 -04:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						c4273f0ef3 
					 
					
						
						
							
							Check for 0.9.0 bad keys from old Crypt_RSA library  
						
						
						
						
					 
					
						2010-03-24 15:15:20 -04:00 
						 
				 
			
				
					
						
							
							
								James Walker 
							
						 
					 
					
						
						
							
						
						10410907a0 
					 
					
						
						
							
							A bit safer checking in the keypair parsing  
						
						
						
						
					 
					
						2010-03-24 14:27:35 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						7b1b6045e6 
					 
					
						
						
							
							Look for the first object in the Activity  
						
						
						
						
					 
					
						2010-03-24 00:00:55 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						fcf86b4fdf 
					 
					
						
						
							
							Improve legibility of OStatus remote tests output  
						
						
						
						
					 
					
						2010-03-23 18:56:40 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						9380eed794 
					 
					
						
						
							
							add a general PuSHed post and an @-reply back to a subscribee by name to OStatus remote test cases  
						
						
						
						
					 
					
						2010-03-23 18:44:54 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						2ae61307bb 
					 
					
						
						
							
							Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x  
						
						
						
						
					 
					
						2010-03-23 14:20:14 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						df8c9090c0 
					 
					
						
						
							
							Add basic subscribe/unsubscribe test to OStatus test cases  
						
						
						
						
					 
					
						2010-03-23 14:19:12 -07:00