Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	2310bf994a  
						 
						
							
							
								
								
								Normalize line endings instead of adding <br> before Markdown()  
							
							
							
						 
						
							2017-03-12 03:55:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Santilli 
								
							 
						 
						
							
							
								
							
							
	df6304cc42  
						 
						
							
							
								
								
								Fix "remember me" cookie for OpenID logins  
							
							... 
							
							
							
							Closes  #2432 
NOTE: in order to obtain the same "cookie hash" it was required
to include unneeded fields in the user record structure, this would
be good to change in the future... 
						
							2017-03-12 01:11:35 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	3249152ac3  
						 
						
							
							
								
								
								Merge branch '1702-detect-server' of github.com:annando/friendica into 1702-detect-server  
							
							
							
						 
						
							2017-03-11 19:29:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	3fa4605ace  
						 
						
							
							
								
								
								Merge remote-tracking branch 'refs/remotes/friendica/develop' into develop  
							
							
							
						 
						
							2017-03-09 21:11:14 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fabrixxm 
								
							 
						 
						
							
							
								
							
							
	3f6fd8ee69  
						 
						
							
							
								
								
								Merge pull request  #3208  from Hypolite/issue/#3194  
							
							... 
							
							
							
							Strip @hubzilla.server part from guid for autoscrolling purpuses 
							
						 
						
							2017-03-09 09:37:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2d2a35af73  
						 
						
							
							
								
								
								Make Hypolite happy  
							
							
							
						 
						
							2017-03-08 18:03:41 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	32f1b2de20  
						 
						
							
							
								
								
								Forgotten debug output  
							
							
							
						 
						
							2017-03-08 13:15:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	d898616f8d  
						 
						
							
							
								
								
								Remove junk from the version number  
							
							
							
						 
						
							2017-03-08 05:40:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	37b15995d8  
						 
						
							
							
								
								
								Add pump.io network to probing supported networks  
							
							... 
							
							
							
							- Remove useless condition 
							
						 
						
							2017-03-07 16:43:22 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	d7f62e82b9  
						 
						
							
							
								
								
								Fix behavior regression  
							
							... 
							
							
							
							Reverted quitting get_contact if Probe::uri didn’t yield an url for
“nick@server.tld” form. 
							
						 
						
							2017-03-07 16:28:15 -05:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	f7f23038db  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/develop' into 1701-performance  
							
							
							
						 
						
							2017-03-07 21:24:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	f09a8609df  
						 
						
							
							
								
								
								Better separation between queries with or without result  
							
							
							
						 
						
							2017-03-07 17:16:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	97378893cd  
						 
						
							
							
								
								
								Switch nurl and addr lookups  
							
							... 
							
							
							
							- nurl lookup is more frequent than addr lookup, saves queries 
							
						 
						
							2017-03-06 16:26:04 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	89f0b85905  
						 
						
							
							
								
								
								Split slow catch-all query into three fast queries  
							
							... 
							
							
							
							Thanks @annando for the tip. 
							
						 
						
							2017-03-06 16:19:12 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	116b9e1c1f  
						 
						
							
							
								
								
								Use Probe::uri instead of probe_url()  
							
							... 
							
							
							
							- Moved file inclusion to enable lazy loading 
							
						 
						
							2017-03-06 06:01:08 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	ff64beeb4e  
						 
						
							
							
								
								
								Reformatted get_contact()  
							
							... 
							
							
							
							- Resolved one `@todo` (the catch-all contact query)
- Improved code readability by naming variables
- Code standards compliance 
							
						 
						
							2017-03-06 05:37:01 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	4931ecafbb  
						 
						
							
							
								
								
								Rewriting of do_like()  
							
							... 
							
							
							
							- Fix behavior where event actions had to be performed twice to switch
from one to another
- Simplify the contact data retrieval
- Make sure contact-id, owner-id and author-id are correctly set 
							
						 
						
							2017-03-06 05:28:01 -05:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	d686bdcf09  
						 
						
							
							
								
								
								Quickfix for SQL commands that should return "true" instead of an empty array  
							
							
							
						 
						
							2017-03-06 10:10:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	67ae0fed7f  
						 
						
							
							
								
								
								Fix response "self" assigment  
							
							... 
							
							
							
							- Switch from unreliable `uid` matching to `author-id` using
public_contact() 
							
						 
						
							2017-03-06 05:07:17 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	da5bbe8b50  
						 
						
							
							
								
								
								Add public_contact() function  
							
							... 
							
							
							
							- Add function to retrieve the public contact id (uid = 0) of the
current logged-in user 
							
						 
						
							2017-03-06 05:06:05 -05:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2ea50d9c47  
						 
						
							
							
								
								
								Emulation for the mysqli behaviour when executing insert, update, ...  
							
							
							
						 
						
							2017-03-05 23:59:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	07516c318c  
						 
						
							
							
								
								
								We now support PDO for database connections as well  
							
							
							
						 
						
							2017-03-05 21:56:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	0989f725a6  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/3.5.1rc' into 1702-detect-server  
							
							
							
						 
						
							2017-03-05 16:23:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	9cbab5cd7a  
						 
						
							
							
								
								
								Merge pull request  #3212  from annando/followup2-profile  
							
							... 
							
							
							
							Second followup for profile issue 
							
						 
						
							2017-03-05 13:29:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	7867f6fcef  
						 
						
							
							
								
								
								Merge pull request  #3211  from tobiasd/3.5.1rc  
							
							... 
							
							
							
							DE translation and one solved issue for the CHANGELOG 
							
						 
						
							2017-03-05 13:09:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	67dda52f4b  
						 
						
							
							
								
								
								issue solved  
							
							
							
						 
						
							2017-03-05 12:41:02 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	5097c74d21  
						 
						
							
							
								
								
								DE translations  
							
							
							
						 
						
							2017-03-05 12:40:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2775adfdf5  
						 
						
							
							
								
								
								Second followup for profile issue  
							
							
							
						 
						
							2017-03-05 11:07:10 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	9a71472be6  
						 
						
							
							
								
								
								Only store a new gserver entry if it is a valid one  
							
							
							
						 
						
							2017-03-04 14:32:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	953477de87  
						 
						
							
							
								
								
								Improved check for the server base url  
							
							
							
						 
						
							2017-03-04 13:30:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	b42167f0ac  
						 
						
							
							
								
								
								We can now return a list of known servers  
							
							
							
						 
						
							2017-03-04 11:04:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ec9dddb445  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/3.5.1rc' into 1702-detect-server  
							
							
							
						 
						
							2017-03-04 10:33:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ad9303868b  
						 
						
							
							
								
								
								Merge pull request  #3209  from annando/followup-3196  
							
							... 
							
							
							
							Follow up for issue 3196: We need an index hint for performance issues 
							
						 
						
							2017-03-04 09:41:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	461ee5c8a8  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/3.5.1rc' into 1702-detect-server  
							
							
							
						 
						
							2017-03-04 08:38:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	8690b97c27  
						 
						
							
							
								
								
								Follow up for issue 3196: We need an index hint for performance issues  
							
							
							
						 
						
							2017-03-04 08:25:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	25e6244950  
						 
						
							
							
								
								
								BlaBlaNet is now detected again. No false positive for Statusnet anymore  
							
							
							
						 
						
							2017-03-04 07:57:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	3ea830e221  
						 
						
							
							
								
								
								Strip @hubzilla.server part from guid for autoscrolling purpuses  
							
							
							
						 
						
							2017-03-03 21:45:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	9ccb6072b8  
						 
						
							
							
								
								
								Merge pull request  #3205  from tobiasd/20170226-issue3187  
							
							... 
							
							
							
							Bugfix issue 3187 
							
						 
						
							2017-03-03 21:36:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	1d667d7a45  
						 
						
							
							
								
								
								tag change  
							
							
							
						 
						
							2017-03-03 17:18:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	0d83082343  
						 
						
							
							
								
								
								regenerated master messages.po file  
							
							
							
						 
						
							2017-03-03 10:31:10 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2fa9f76e67  
						 
						
							
							
								
								
								better wording and placeholder for name  
							
							
							
						 
						
							2017-03-03 10:28:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	cb49bcdb04  
						 
						
							
							
								
								
								Turn actions links into buttons (nav, search)  
							
							... 
							
							
							
							- Mirrored the changes from wall_thread to search_item
- Replaced a navbar link with a button with according CSS 
							
						 
						
							2017-03-03 01:19:49 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	71f00eaf5f  
						 
						
							
							
								
								
								Turn action links into buttons  
							
							... 
							
							
							
							- Turns <a role="button"> into <button type="button"> for responses and
dropdown menu in wall_thread.tpl
- Removes extraneous decorations
- Updates dropdown style to prevent hover shenanigans
- Add theme color to active "btn-default" buttons
- Add margin top to comment box that was stuck to the action buttons 
							
						 
						
							2017-03-03 01:00:52 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	024908a3ec  
						 
						
							
							
								
								
								Delete frio obsolete Colors.php library  
							
							
							
						 
						
							2017-03-02 19:00:22 -05:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	9965061359  
						 
						
							
							
								
								
								Better detection for Hubzilla  
							
							
							
						 
						
							2017-03-02 21:20:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	324d8bfe8e  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/3.5.1rc' into 1702-detect-server  
							
							
							
						 
						
							2017-03-02 20:20:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	ebdc9667f7  
						 
						
							
							
								
								
								Improve readability  
							
							... 
							
							
							
							- Move CSS block above the temporary block
- Add template description 
							
						 
						
							2017-03-02 11:30:41 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	372b660aa1  
						 
						
							
							
								
								
								Merge pull request  #3201  from tobiasd/20170302-changelog  
							
							... 
							
							
							
							issues solved 
							
						 
						
							2017-03-02 10:16:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	3476820529  
						 
						
							
							
								
								
								issues solved  
							
							
							
						 
						
							2017-03-02 09:05:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	e66ad9d6bd  
						 
						
							
							
								
								
								Merge pull request  #3199  from annando/issue-3196  
							
							... 
							
							
							
							Bugfix Issue 3196: Not all forum posts weren't shown 
							
						 
						
							2017-03-02 07:29:45 +01:00