f66f631079  
						 
						
							
							
								
								
								We now have a single menu item again  
							
							 
							
							
							
						 
						
							2018-01-04 14:02:04 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	e96dbbe7f7  
						 
						
							
							
								
								
								It's now in a single file  
							
							 
							
							
							
						 
						
							2018-01-04 13:04:12 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	04e802e0f6  
						 
						
							
							
								
								
								Use network paging  
							
							 
							
							
							
						 
						
							2018-01-04 10:51:49 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	b002574590  
						 
						
							
							
								
								
								Make the community pages available to local users every time  
							
							 
							
							
							
						 
						
							2018-01-03 14:49:22 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	3ffea2cd2c  
						 
						
							
							
								
								
								We now have a global page for all global entries from the network.  
							
							 
							
							
							
						 
						
							2018-01-03 13:27:43 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	6925299e5a  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/develop' into community  
							
							 
							
							
							
						 
						
							2018-01-03 01:15:27 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	4e6050489d  
						 
						
							
							
								
								
								Fix formatting and PHP notice in mod/profile  
							
							 
							
							... 
							
							
							
							- Use x() and defaults() to fix undefined indexes
- Simplify boolean variables assignment
- Add back undefined variables 
							
						 
						
							2018-01-02 08:18:18 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	93ca0d79fe  
						 
						
							
							
								
								
								Fix formatting and PHP notice in mod/photos  
							
							 
							
							... 
							
							
							
							- Use x() and defaults() to fix undefined indexes.
- Add missing fields in SQL query in dropalbum
- Improve file upload error messaging
- Remove unused variables
- Add back undefined variables
- Simplify nested conditions
- Remove unused public/private code block in photo upload and photo edit 
							
						 
						
							2018-01-02 08:11:14 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	97bc54cf1b  
						 
						
							
							
								
								
								Fix formatting and PHP notices in network and photo modules  
							
							 
							
							... 
							
							
							
							- Remove unused variable $file and associated SQL
- Add back uninitialized variables 
							
						 
						
							2018-01-02 08:11:14 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	e52c11cc58  
						 
						
							
							
								
								
								Fix formatting and PHP notice in mod/message  
							
							 
							
							... 
							
							
							
							- Use argc to check for argv existence
- Simplify sprintf(t()) structures 
							
						 
						
							2018-01-02 08:11:14 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	f7165156f1  
						 
						
							
							
								
								
								Fix formatting and PHP notices in contacts  
							
							 
							
							... 
							
							
							
							- Use x() and defaults() to fix undefined indexes
- Fix variable and constant name typos
- Remove unused variables and commented out code
- Add back undefined variables 
							
						 
						
							2018-01-02 08:11:14 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	9f04017e27  
						 
						
							
							
								
								
								Quick fix PHP notices in various files  
							
							 
							
							... 
							
							
							
							- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables 
							
						 
						
							2018-01-02 08:11:14 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	a964129085  
						 
						
							
							
								
								
								Fix formatting and PHP notices in events  
							
							 
							
							... 
							
							
							
							- Initialized variables in include/event
- Check for argc before retrieving argv in mod/events 
							
						 
						
							2018-01-02 08:09:50 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	
	
	a86ffd878d 
 
						 
						
							
							
								
								
								Merge pull request  #4152  from MrPetovan/task/4137-add-posts-only-feed  
							
							 
							
							... 
							
							
							
							Add posts only feed 
							
						 
						
							2018-01-02 10:14:56 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	23e38cd559  
						 
						
							
							
								
								
								Revert "Updated hcard with the new feed links"  
							
							 
							
							... 
							
							
							
							This reverts commit cc84939658 . 
							
						 
						
							2018-01-01 17:29:50 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	eb1b6605b7  
						 
						
							
							
								
								
								Remove include/oembed and mod/oembed  
							
							 
							
							
							
						 
						
							2017-12-31 20:58:32 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	db653e4451  
						 
						
							
							
								
								
								Move salmonKey to Salmon class  
							
							 
							
							... 
							
							
							
							move the salmonKey function from Crypto to Salmon 
							
						 
						
							2017-12-31 08:04:36 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	9e6bf79380  
						 
						
							
							
								
								
								Crypto to src  
							
							 
							
							... 
							
							
							
							move Crypto to src and Friendica\Util namespace 
							
						 
						
							2017-12-30 11:51:49 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	cc84939658  
						 
						
							
							
								
								
								Updated hcard with the new feed links  
							
							 
							
							
							
						 
						
							2017-12-30 00:40:21 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	a75a27e08f  
						 
						
							
							
								
								
								Add Feed module  
							
							 
							
							... 
							
							
							
							- Update profile alternate links 
							
						 
						
							2017-12-30 00:32:45 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	c2e29f2685  
						 
						
							
							
								
								
								Add type parameter to OStatus::feed  
							
							 
							
							... 
							
							
							
							- Removed unused parameter $a
- Added $nocache parameter
- Updated usages 
							
						 
						
							2017-12-30 00:19:16 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	095d458de4  
						 
						
							
							
								
								
								Fix formatting mod/profile  
							
							 
							
							
							
						 
						
							2017-12-29 22:23:58 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	19878a6397  
						 
						
							
							
								
								
								Fix formatting dfrn_poll  
							
							 
							
							
							
						 
						
							2017-12-29 22:12:18 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	69d16d9cfa  
						 
						
							
							
								
								
								Don't show the connect link in the profile on the "follow" page  
							
							 
							
							
							
						 
						
							2017-12-29 22:53:08 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	319e21f6e3  
						 
						
							
							
								
								
								Added explanation  
							
							 
							
							
							
						 
						
							2017-12-29 12:47:56 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	c7bcc13451  
						 
						
							
							
								
								
								Reformatted file, improved coding for "twist"  
							
							 
							
							
							
						 
						
							2017-12-28 20:37:23 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	d7039c6862  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/develop' into comment-public  
							
							 
							
							
							
						 
						
							2017-12-27 15:51:36 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	d0a43b8533  
						 
						
							
							
								
								
								Missing include  
							
							 
							
							
							
						 
						
							2017-12-27 15:26:17 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	d707c5afcd  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/develop' into comment-public  
							
							 
							
							
							
						 
						
							2017-12-26 23:59:32 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	3873d4863f  
						 
						
							
							
								
								
								add Socialhome to the federation stats  
							
							 
							
							
							
						 
						
							2017-12-24 16:08:34 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	5afedb28d4  
						 
						
							
							
								
								
								You can now comment on the community page  
							
							 
							
							
							
						 
						
							2017-12-23 07:33:51 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2e022733f6  
						 
						
							
							
								
								
								Standards  
							
							 
							
							
							
						 
						
							2017-12-21 22:54:58 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	4dcf14f62e  
						 
						
							
							
								
								
								Query was simplified  
							
							 
							
							
							
						 
						
							2017-12-21 18:49:27 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	cfa42552bc  
						 
						
							
							
								
								
								Standards  
							
							 
							
							
							
						 
						
							2017-12-21 18:46:35 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	fba40b8761  
						 
						
							
							
								
								
								Removed unneeded code  
							
							 
							
							
							
						 
						
							2017-12-21 08:58:36 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	f7272be4a8  
						 
						
							
							
								
								
								Reshares are now working  
							
							 
							
							
							
						 
						
							2017-12-20 18:18:25 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	343f22e02f  
						 
						
							
							
								
								
								Updating after post does now work  
							
							 
							
							
							
						 
						
							2017-12-20 10:16:25 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	fa8a09d977  
						 
						
							
							
								
								
								Comments to public posts no get through  
							
							 
							
							
							
						 
						
							2017-12-19 23:12:37 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	b457ed6876  
						 
						
							
							
								
								
								Preparation for being able to comment every public item  
							
							 
							
							
							
						 
						
							2017-12-19 17:15:56 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2b50f001b9  
						 
						
							
							
								
								
								Added statistics  
							
							 
							
							
							
						 
						
							2017-12-19 07:39:21 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	179b311978  
						 
						
							
							
								
								
								Remove group_member.uid  
							
							 
							
							... 
							
							
							
							- Use contact.uid alternatively
- Use JOIN with group table 
							
						 
						
							2017-12-14 22:47:58 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2d7cd2daf4  
						 
						
							
							
								
								
								"update" is enough  
							
							 
							
							
							
						 
						
							2017-12-14 22:18:53 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	cf56de1e77  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/develop' into dbstructure-class  
							
							 
							
							
							
						 
						
							2017-12-14 21:42:26 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	15d42de647  
						 
						
							
							
								
								
								Class moved, changes applied  
							
							 
							
							
							
						 
						
							2017-12-14 21:13:02 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	89ad41aca5  
						 
						
							
							
								
								
								Bugfix: Calls to a renamed function had been changed  
							
							 
							
							
							
						 
						
							2017-12-14 18:06:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ea10a7c002  
						 
						
							
							
								
								
								Map is moved to the new place  
							
							 
							
							
							
						 
						
							2017-12-13 21:37:34 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	
	
	6362296666 
 
						 
						
							
							
								
								
								Add INNER JOIN to admin pending user list please @annando  
							
							 
							
							
							
						 
						
							2017-12-13 10:32:59 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	4d72a40aa6  
						 
						
							
							
								
								
								Add Exception support to User::create usages  
							
							 
							
							
							
						 
						
							2017-12-12 21:13:36 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	9063c830f5  
						 
						
							
							
								
								
								Fix admin pending user list SQL  
							
							 
							
							
							
						 
						
							2017-12-12 21:07:22 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	ac3642e76f  
						 
						
							
							
								
								
								Add Exceptions to User::create  
							
							 
							
							
							
						 
						
							2017-12-12 20:43:21 -05:00