rabuzarus 
								
							 
						 
						
							
							
								
							
							
	a6322b1c4e  
						 
						
							
							
								
								
								attachment preview: some backend work in the item module:  
							
							 
							
							... 
							
							
							
							- convert attachment to bbcode and
- add the attachment bbcode to the item body 
							
						 
						
							2019-02-01 23:42:36 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	7f2dc40601  
						 
						
							
							
								
								
								Fix potential bugs without expected behavior change  
							
							 
							
							... 
							
							
							
							- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value 
							
						 
						
							2019-01-21 11:04:19 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	dbc6eb5422  
						 
						
							
							
								
								
								Remove unused code in mod/  
							
							 
							
							... 
							
							
							
							- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code 
							
						 
						
							2019-01-21 10:53:32 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	070aa016e0  
						 
						
							
							
								
								
								Update more PHPDoc, including in include/  
							
							 
							
							
							
						 
						
							2019-01-21 10:39:28 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	af9067a381  
						 
						
							
							
								
								
								Update PHPDoc in mod/  
							
							 
							
							
							
						 
						
							2019-01-21 10:39:27 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fabrixxm 
								
							 
						 
						
							
							
								
							
							
	14622c4bfd  
						 
						
							
							
								
								
								Use more Attach model  
							
							 
							
							
							
						 
						
							2019-01-21 10:00:47 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	55e54bb950  
						 
						
							
							
								
								
								Replace deprecated Addon::callHooks with Hook::callAll  
							
							 
							
							... 
							
							
							
							- Update documentation 
							
						 
						
							2019-01-21 09:50:56 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	895b3abf32  
						 
						
							
							
								
								
								Remove/replace killme() with *exit()  
							
							 
							
							
							
						 
						
							2019-01-21 09:49:17 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	dea1a98a5d  
						 
						
							
							
								
								
								Fix various documentation issues/unused variables  
							
							 
							
							
							
						 
						
							2019-01-21 09:33:24 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fabrixxm 
								
							 
						 
						
							
							
								
							
							
	55292c954b  
						 
						
							
							
								
								
								Remove resourceid parameter from Photo::exists()  
							
							 
							
							
							
						 
						
							2019-01-21 09:12:29 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fabrixxm 
								
							 
						 
						
							
							
								
							
							
	8c75c26361  
						 
						
							
							
								
								
								Use Model\Photo as much as possible  
							
							 
							
							... 
							
							
							
							Most important is to use `Photo::delete()` to have backend
to remove data. 
							
						 
						
							2019-01-21 09:12:28 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	5e1ceb57de  
						 
						
							
							
								
								
								Escape global namespaced get_app() calls  
							
							 
							
							... 
							
							
							
							- Add deprecated status 
							
						 
						
							2019-01-03 21:27:36 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	acaee626f5  
						 
						
							
							
								
								
								Remove include/ requires that are now done directly from Composer  
							
							 
							
							
							
						 
						
							2018-12-24 09:56:25 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	458981f75c  
						 
						
							
							
								
								
								Replace x() by isset(), !empty() or defaults()  
							
							 
							
							... 
							
							
							
							- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x() 
							
						 
						
							2018-11-30 09:06:22 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jonny Tischbein 
								
							 
						 
						
							
							
								
							
							
	7c690c93bb  
						 
						
							
							
								
								
								Fix setting permisson as post for uploaded photo in album via modal create post  
							
							 
							
							
							
						 
						
							2018-11-17 19:14:59 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	218f0734be  
						 
						
							
							
								
								
								Rename removeTags to escapeTags  
							
							 
							
							... 
							
							
							
							rename function and update calls. 
							
						 
						
							2018-11-09 13:29:42 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	063f0e9cb0  
						 
						
							
							
								
								
								Rename escapeTags to escapeHtml  
							
							 
							
							... 
							
							
							
							rename function and update calls. 
							
						 
						
							2018-11-09 13:27:58 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	b5a97c1abe  
						 
						
							
							
								
								
								Move getTags to BBCode  
							
							 
							
							... 
							
							
							
							move getTags function to BBCode class and update calls. 
							
						 
						
							2018-11-09 13:24:19 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	5276c28a78  
						 
						
							
							
								
								
								link_compare calls  
							
							 
							
							... 
							
							
							
							implement compareLink function. 
							
						 
						
							2018-11-08 10:46:50 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	0e01568ccd  
						 
						
							
							
								
								
								escape_tags calls  
							
							 
							
							... 
							
							
							
							implement escapeTags function 
							
						 
						
							2018-11-08 10:20:03 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	a0f65ca7a1  
						 
						
							
							
								
								
								notags calls  
							
							 
							
							... 
							
							
							
							implement removeTags function 
							
						 
						
							2018-11-08 10:14:37 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	e537f7d017  
						 
						
							
							
								
								
								Function calls  
							
							 
							
							... 
							
							
							
							update function calls to new class 
							
						 
						
							2018-11-06 21:16:27 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	1b43d459b6  
						 
						
							
							
								
								
								Fix for delivering forum posts again  
							
							 
							
							
							
						 
						
							2018-11-01 23:52:06 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jonny Tischbein 
								
							 
						 
						
							
							
								
							
							
	6b43174a74  
						 
						
							
							
								
								
								Fix for vier theme / NonAjax Call  
							
							 
							
							
							
						 
						
							2018-10-31 20:09:44 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jonny Tischbein 
								
							 
						 
						
							
							
								
							
							
	b66bcb20da  
						 
						
							
							
								
								
								Redirect to previous page after NON-AJAX Post delete via second parameter in /item/drop  
							
							 
							
							
							
						 
						
							2018-10-31 20:09:44 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	d9b558a8ed  
						 
						
							
							
								
								
								Update function calls  
							
							 
							
							... 
							
							
							
							update function calls to new class. 
							
						 
						
							2018-10-30 14:51:45 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	50da89d861  
						 
						
							
							
								
								
								Logger Levels  
							
							 
							
							... 
							
							
							
							update logger levels in calls 
							
						 
						
							2018-10-30 09:58:45 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	14fde5dc9b  
						 
						
							
							
								
								
								Log function  
							
							 
							
							... 
							
							
							
							implement log() function. 
							
						 
						
							2018-10-30 09:57:14 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	84be62982a  
						 
						
							
							
								
								
								Diaspora signature transport via AP/DFRN should be repaired now  
							
							 
							
							
							
						 
						
							2018-10-29 21:15:37 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	933f43218a 
 
						 
						
							
							
								
								
								Merge pull request  #6037  from annando/ap-signatures  
							
							 
							
							... 
							
							
							
							Diaspora signatures are now stored and transmitted correctly 
							
						 
						
							2018-10-27 13:49:19 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	4831688dc0  
						 
						
							
							
								
								
								Diaspora signatures are now stored and transmitted correctly  
							
							 
							
							
							
						 
						
							2018-10-27 14:35:22 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	de6b640483 
 
						 
						
							
							
								
								
								Remove extra use statement in mod/item  
							
							 
							
							... 
							
							
							
							Fix  #6036  
							
						 
						
							2018-10-27 09:54:38 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	73f596cc46  
						 
						
							
							
								
								
								Fixes duplicated transmissions and not working undo of like/dislike  
							
							 
							
							
							
						 
						
							2018-10-27 11:09:23 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	14237a9599  
						 
						
							
							
								
								
								Move $pager and $page_offset out of App  
							
							 
							
							... 
							
							
							
							- Move infinite scroll data output in a module hook
- Use Pager instead of paginate() and alt_pager() 
							
						 
						
							2018-10-25 00:07:15 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	d00ddc01af 
 
						 
						
							
							
								
								
								Split goaway to System::externalRedirectTo() and App->internalRedirect()  
							
							 
							
							
							
						 
						
							2018-10-22 22:13:35 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	2ef81108b3 
 
						 
						
							
							
								
								
								Renamed System::redirect() to $a->redirect()  
							
							 
							
							
							
						 
						
							2018-10-22 22:13:22 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	ec0d3a6eac 
 
						 
						
							
							
								
								
								Merge pull request  #5946  from JonnyTischbein/move_include_security  
							
							 
							
							... 
							
							
							
							Move and Split include/security 
							
						 
						
							2018-10-19 08:55:08 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jonny Tischbein 
								
							 
						 
						
							
							
								
							
							
	f3fc1f36ca  
						 
						
							
							
								
								
								Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments  
							
							 
							
							
							
						 
						
							2018-10-17 21:30:41 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jonny Tischbein 
								
							 
						 
						
							
							
								
							
							
	45e5a7f59f  
						 
						
							
							
								
								
								remove unsed require_onces of security.php  
							
							 
							
							
							
						 
						
							2018-10-17 18:39:27 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jonny Tischbein 
								
							 
						 
						
							
							
								
							
							
	05be2db725  
						 
						
							
							
								
								
								Move include/security tp /src/Core/Authentication and /src/Util/Security  
							
							 
							
							
							
						 
						
							2018-10-17 14:19:58 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	45748da8a1  
						 
						
							
							
								
								
								Remove network exception in handle_tag  
							
							 
							
							
							
						 
						
							2018-10-17 01:11:50 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	2c541afd47 
 
						 
						
							
							
								
								
								Moved functions out of boot.php into class  
							
							 
							
							... 
							
							
							
							- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x) 
							
						 
						
							2018-10-13 19:03:08 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	7e9499ac13  
						 
						
							
							
								
								
								AP contacts are now tagged upon commenting  
							
							 
							
							
							
						 
						
							2018-10-01 21:09:08 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	93ccca5807  
						 
						
							
							
								
								
								AP hast to be enabled here as well  
							
							 
							
							
							
						 
						
							2018-09-30 21:23:40 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	cb9be8a7ab  
						 
						
							
							
								
								
								UUID is now createUUID  
							
							 
							
							
							
						 
						
							2018-09-27 11:52:15 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	60b0759b50  
						 
						
							
							
								
								
								UUID instead of GUID  
							
							 
							
							
							
						 
						
							2018-09-26 20:03:46 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	4bb45f611f  
						 
						
							
							
								
								
								Fix for timeout issues when posting to the API  
							
							 
							
							
							
						 
						
							2018-09-02 07:20:04 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	e8334c4655  
						 
						
							
							
								
								
								Use the Item class instead of DBA calls when possible  
							
							 
							
							
							
						 
						
							2018-08-15 04:41:49 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	880b7177c8  
						 
						
							
							
								
								
								And again, and again, and again, ... some more notices removed ( #5601 )  
							
							 
							
							... 
							
							
							
							* And again, and again, and again, ... some more notices removed
* And some more notices ...
* Some more place 
							
						 
						
							2018-08-11 23:05:42 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Roland Häder 
								
							 
						 
						
							
							
								
							
							
	e06fc2aa69  
						 
						
							
							
								
								
								Stopped using deprecated constants NETWORK_* ( #5537 )  
							
							 
							
							... 
							
							
							
							* Rewrite:
- stopped using deprecated NETWORK_* constants, now Protocol::* should be used
- still left them intact for slow/lazy developers ...
* Removed deprecated NETWORK_* constants as per code reviewer's request. 
							
						 
						
							2018-08-11 22:40:44 +02:00