Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						7be4641040 
					 
					
						
						
							
							Actually return an Ostatus_profile  
						
						
						
						
							
						
					 
					
						2016-03-27 14:54:14 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						4790db348d 
					 
					
						
						
							
							FetchRemoteNotice event call in Notice (not effective yet)  
						
						
						
						
							
						
					 
					
						2016-03-27 14:00:05 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						4d382a59d0 
					 
					
						
						
							
							Use HTTPClient instead of Yadis HTTPFetcher in Linkback plugin  
						
						
						
						
							
						
					 
					
						2016-03-24 03:01:18 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						9fa18fa366 
					 
					
						
						
							
							HTTPClient::quickGet now supports headers as argument  
						
						... 
						
						
						
						They should be in a numeric array, already formatted as headers,
ready to go. (Header-Name: Content of the header) 
						
						
							
						
					 
					
						2016-03-24 02:44:11 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						be22886be8 
					 
					
						
						
							
							Catch some exceptions in Linkback  
						
						
						
						
							
						
					 
					
						2016-03-24 02:00:16 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						49a91885c9 
					 
					
						
						
							
							Strictify Notice->isPublic()  
						
						
						
						
							
						
					 
					
						2016-03-24 01:54:33 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						f522c08438 
					 
					
						
						
							
							Stricter typing in Realtime plugin functions  
						
						
						
						
							
						
					 
					
						2016-03-24 01:41:58 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						6b4c331060 
					 
					
						
						
							
							Attachment and file handling since we could get NULL instead of File  
						
						
						
						
							
						
					 
					
						2016-03-23 17:53:38 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						2759c3f0db 
					 
					
						
						
							
							Debugging output in OStatus for easier reading+greping  
						
						
						
						
							
						
					 
					
						2016-03-23 17:52:02 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						e32f2b0a39 
					 
					
						
						
							
							Not really necessary in practice but makes better queries  
						
						
						
						
							
						
					 
					
						2016-03-23 17:51:13 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						8c6d0759c7 
					 
					
						
						
							
							If upgraded from http to https, keep hubsub->topic up to date too (thanks hannes2peer)  
						
						
						
						
							
						
					 
					
						2016-03-23 15:37:55 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						0767bf487e 
					 
					
						
						
							
							Use the new onUpdateKeys in dataobject for tasks on-update of keys  
						
						... 
						
						
						
						sets the hashkey column of the row to sha1(topic + '|' + callback) 
						
						
							
						
					 
					
						2016-03-23 15:22:34 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						f83b81b8c4 
					 
					
						
						
							
							Change config webfinger/http_alias to fix/legacy_http  
						
						... 
						
						
						
						Set $config['fix']['legacy_http'] to perform some actions that are
needed if your site used to be served over http but now has upgraded
to https! 
						
						
							
						
					 
					
						2016-03-23 15:21:02 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						250d99d997 
					 
					
						
						
							
							Allow actions to be performed on updateWithKeys  
						
						... 
						
						
						
						Avoids overloading and lets dataobject classes use onUpdateKeys()
to do special stuff, like if a key is made up of a hash of other fields etc. 
						
						
							
						
					 
					
						2016-03-23 15:19:50 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						8933022edc 
					 
					
						
						
							
							Forgot a microsummary route in the latest commit  
						
						
						
						
							
						
					 
					
						2016-03-22 22:37:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						dafe775ffa 
					 
					
						
						
							
							Microsummaries had issues and were removed in Firefox 6.0 anyway  
						
						... 
						
						
						
						It is argued there are many better ways to get a "micro summary" of
a profile or site. 
						
						
							
						
					 
					
						2016-03-22 22:31:01 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						53c1750f0d 
					 
					
						
						
							
							If the attachment is a photo, don't replace representation in oEmbed  
						
						
						
						
							
						
					 
					
						2016-03-22 14:02:36 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						f3f619cc41 
					 
					
						
						
							
							entry attachment css  
						
						
						
						
							
						
					 
					
						2016-03-22 00:03:22 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						51840a6693 
					 
					
						
						
							
							doActionPost for delete should use deleteAs  
						
						
						
						
							
						
					 
					
						2016-03-21 18:07:29 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						55544845db 
					 
					
						
						
							
							Just some comment clarification  
						
						
						
						
							
						
					 
					
						2016-03-21 17:50:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						86ce93b376 
					 
					
						
						
							
							Notice->deleteRelated should be called from delete()  
						
						
						
						
							
						
					 
					
						2016-03-21 17:34:03 +01:00 
						 
				 
			
				
					
						
							
							
								Neil E. Hodges 
							
						 
					 
					
						
						
							
						
						39ebb64b85 
					 
					
						
						
							
							Added proper enabling and disabling of sending RTs to Twitter.  
						
						
						
						
							
						
					 
					
						2016-03-21 07:12:52 -07:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						14cb2d5398 
					 
					
						
						
							
							Merge branch 'master' into mmn_fixes  
						
						
						
						
							
						
					 
					
						2016-03-21 12:27:04 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						afdd6d39ec 
					 
					
						
						
							
							Some Google stuff that need to be there (or comments)  
						
						... 
						
						
						
						Note that these won't be shown to the enduser and will never be accessed automatically.
We should put the salmon-protocol stuff on ostatus.org 
						
						
							
						
					 
					
						2016-03-21 12:25:04 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						b4cbf620ab 
					 
					
						
						
							
							woops, accidentally deleted updates-from rel on mass Google-deletion  
						
						
						
						
							
						
					 
					
						2016-03-21 12:13:01 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						1ebd4f342e 
					 
					
						
						
							
							woops, accidentally deleted updates-from rel on mass Google-deletion  
						
						
						
						
							
						
					 
					
						2016-03-21 12:12:24 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						38f7deca78 
					 
					
						
						
							
							Avoid "property of non-object" PHP notice.  
						
						
						
						
							
						
					 
					
						2016-03-21 11:17:25 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						51ef894a47 
					 
					
						
						
							
							Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes  
						
						
						
						
							
						
					 
					
						2016-03-21 03:24:15 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						1e89369ef8 
					 
					
						
						
							
							geometa.js doesn't exist anymore  
						
						
						
						
							
						
					 
					
						2016-03-21 03:23:39 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						a2d8305e21 
					 
					
						
						
							
							Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes  
						
						
						
						
							
						
					 
					
						2016-03-21 03:21:51 +01:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						9f84f63471 
					 
					
						
						
							
							Merge branch 'new-avatar' into 'master'  
						
						... 
						
						
						
						Changed default avatar in neo-gnu for the more fun @mosphirit gnu.
For now I am going to propose only that change, the default avatar. In the future maybe we can use only one SVG instead multiple PNG but I want to do for now the less changes possible.
See merge request !116  
						
						
							
						
					 
					
						2016-03-20 22:21:39 -04:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						241b965715 
					 
					
						
						
							
							oEmbed CSS file  
						
						
						
						
							
						
					 
					
						2016-03-21 03:12:24 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						ae681b10e7 
					 
					
						
						
							
							geometa.js doesn't exist anymore  
						
						
						
						
							
						
					 
					
						2016-03-21 03:11:22 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						980085a8a3 
					 
					
						
						
							
							Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes  
						
						... 
						
						
						
						Conflicts:
	plugins/Minify/extlib/minify/README.txt
	plugins/Minify/extlib/minify/UPGRADING.txt
	plugins/Minify/extlib/minify/min/README.txt
	plugins/Minify/extlib/minify/min/builder/index.php
	plugins/Minify/extlib/minify/min/lib/JSMin.php
	plugins/Minify/extlib/minify/min/lib/Minify.php
	plugins/Minify/extlib/minify/min/lib/Minify/CSS.php
	plugins/Minify/extlib/minify/min/lib/Minify/CSS/Compressor.php
	plugins/Minify/extlib/minify/min/lib/Minify/Controller/Page.php
	plugins/Minify/extlib/minify/min/lib/Minify/Packer.php
	plugins/Recaptcha/RecaptchaPlugin.php 
						
						
							
						
					 
					
						2016-03-21 03:10:19 +01:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						43178dfe10 
					 
					
						
						
							
							Merge branch 'bashrc/remove_google_references' into 'master'  
						
						... 
						
						
						
						Remove Google References
This removes most references to:
 - Google Code
 - Google Buzz
 - Google Maps
 - Google Gears
 - General Google services promotion
There are still some remaining Google references, particularly a script within plugins/Minify. You might want to check that to see if it's really necessary and whether the javascript it points to is actually free software.
See merge request !117  
						
						
							
						
					 
					
						2016-03-20 22:07:06 -04:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						50a10cf161 
					 
					
						
						
							
							Minify is evil.  
						
						
						
						
							
						
					 
					
						2016-03-21 03:02:22 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						cd24f7d30a 
					 
					
						
						
							
							Issue  #166  - we test exif data below, no need for error output  
						
						
						
						
							
						
					 
					
						2016-03-21 02:56:47 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						78e23bd4ec 
					 
					
						
						
							
							Fix issue  #171  with latent htmLawed reference  
						
						
						
						
							
						
					 
					
						2016-03-21 02:55:10 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						b7c4c960e2 
					 
					
						
						
							
							Don't use default_port for irc schemes  
						
						
						
						
							
						
					 
					
						2016-03-21 02:48:37 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						e64c3a1d87 
					 
					
						
						
							
							irc and ircs schemes for HTMLPurifier  
						
						
						
						
							
						
					 
					
						2016-03-21 02:46:28 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						cdcf6cdb25 
					 
					
						
						
							
							Hacky method to avoid cutting conversation "more" link out  
						
						
						
						
							
						
					 
					
						2016-03-21 02:42:28 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						aa3865c303 
					 
					
						
						
							
							Split threaded notice list classes into own files.  
						
						
						
						
							
						
					 
					
						2016-03-21 02:33:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bob Mottram 
							
						 
					 
					
						
						
							
						
						11c57e7aee 
					 
					
						
						
							
							Remove Google References  
						
						... 
						
						
						
						This removes most references to Google, with some
remaining since they may point to things which are still
relevant. References to Google Code, Google Buzz and
Google Maps have been removed 
						
						
							
						
					 
					
						2016-03-20 13:06:58 +00:00 
						 
				 
			
				
					
						
							
							
								Carlos Sanmartín Bustos 
							
						 
					 
					
						
						
							
						
						2bb5c5806f 
					 
					
						
						
							
							Changed default avatar in neo-gnu for the more fun @mosphirit gnu.  
						
						
						
						
							
						
					 
					
						2016-03-19 12:53:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						365f3d2aa5 
					 
					
						
						
							
							Full-content oEmbed html doesn't take up all space (and renders properly)  
						
						
						
						
							
						
					 
					
						2016-03-17 12:58:40 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						102f7ab059 
					 
					
						
						
							
							oEmbed neatifying (inspired by Qvitter)  
						
						
						
						
							
						
					 
					
						2016-03-17 00:31:45 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						99a2230fdb 
					 
					
						
						
							
							h5 and h6 don't need margin-bottom methinks  
						
						
						
						
							
						
					 
					
						2016-03-17 00:31:32 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						bf7c035f99 
					 
					
						
						
							
							only direct .inline-attachment children  
						
						
						
						
							
						
					 
					
						2016-03-16 20:37:57 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						5f5e53a8d5 
					 
					
						
						
							
							Merge branch 'master' into mmn_fixes  
						
						
						
						
							
						
					 
					
						2016-03-15 16:55:39 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						b2cfbded2e 
					 
					
						
						
							
							Upgrading from 1.1.x would make uri fields have length=255  
						
						
						
						
							
 
						
					 
					
						2016-03-15 16:54:10 +01:00