Diogo Cordeiro 
							
						 
					 
					
						
						
							
						
						165edc2609 
					 
					
						
						
							
							[CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL  
						
						
						
						
					 
					
						2021-07-16 19:44:36 +01:00 
						 
				 
			
				
					
						
							
							
								Diogo Cordeiro 
							
						 
					 
					
						
						
							
						
						20a6f1d4f4 
					 
					
						
						
							
							[CORE] Plugin API now extends a new Module API  
						
						
						
						
					 
					
						2021-07-16 19:44:33 +01:00 
						 
				 
			
				
					
						
							
							
								Miguel Dantas 
							
						 
					 
					
						
						
							
						
						b25632ebc4 
					 
					
						
						
							
							[PLUGINS] Fixed oEmbed dependents to use Embed  
						
						
						
						
					 
					
						2019-08-03 17:49:06 +01:00 
						 
				 
			
				
					
						
							
							
								Miguel Dantas 
							
						 
					 
					
						
						
							
						
						7070a14480 
					 
					
						
						
							
							[CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root  
						
						
						
						
					 
					
						2019-08-03 17:31:43 +01:00 
						 
				 
			
				
					
						
							
							
								Miguel Dantas 
							
						 
					 
					
						
						
							
						
						f746866b65 
					 
					
						
						
							
							[StoreRemoteMedia] StoreRemoteMedia now uses the new filename format, which allows it to display correctly in the UI. Formatting fixes  
						
						
						
						
					 
					
						2019-08-03 17:31:42 +01:00 
						 
				 
			
				
					
						
							
							
								Miguel Dantas 
							
						 
					 
					
						
						
							
						
						da82048d77 
					 
					
						
						
							
							[MEDIA] Fix trying to display file wich is not available locally  
						
						
						
						
					 
					
						2019-08-03 17:31:41 +01:00 
						 
				 
			
				
					
						
							
							
								Diogo Cordeiro 
							
						 
					 
					
						
						
							
						
						46f98b3142 
					 
					
						
						
							
							[VersionBump] 1.19.0, fairly late  
						
						... 
						
						
						
						The core plugins whose version was attached to GS's were reseted to 2.0.0.
2.0.0 was chosen as reset version for plugins because it is higher than
  the one that was set by inheriting GS version. Furthermore, it's a
  major change from prior plugin versioning system thus it also makes
  semantic sense.
Justification for version bump:
== GS ==
9a4ab31f26 1.19.0
c13b935201c13b93520118fc39d2cfc083a8bcc2e8783d46d0d9a42550ff1536d3ef29c03ed457a6d2e6519badfe411e8138b17e0b4169daa5f87fd4d75b5d2f4af6dbf669836cf674f8f87845a09b34e4d432295d339204f1eea4e679a1187967db6ff5bc030da3209cc7df51d6bf7f17474d8a07edec5f0042971d746b5450b7e65dcc98d1c6e6667db0cd3290227b50a59c439b46496ab8c920986030060b1d529c021af89c052cf838f2eceface473937cb99a39ebe66fddc3cecfc02b43d484ebe8e487187ee0887220b0e186ad57d0e186ad57d0ceae66a30f586fb5a517195296846e 
						
						
					 
					
						2019-06-07 15:02:08 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						948744538c 
					 
					
						
						
							
							StoreRemoteMedia now checks remote filesize before downloading  
						
						
						
						
					 
					
						2017-03-18 01:35:45 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						25f623565a 
					 
					
						
						
							
							Catch http exception in StoreRemoteMedia  
						
						
						
						
					 
					
						2016-02-07 01:54:37 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						efe23ed404 
					 
					
						
						
							
							updateWithKeys now understands multi-column keys  
						
						... 
						
						
						
						and automatically identifies _which_ columns are the right ones,
so for example 'uri' primary keys don't need to be explicitly set 
						
						
					 
					
						2016-01-28 16:42:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						f5ed66280b 
					 
					
						
						
							
							$url should've been $file->getUrl()  
						
						
						
						
					 
					
						2015-12-15 12:31:10 +01:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						a9b1b60a97 
					 
					
						
						
							
							Refactor on File::processNew  
						
						... 
						
						
						
						The code was so involved there was even a comment asking for a refactor.
Now, File_redirection::where always returns a nice File_redirection
object instead of an array or string or nothing.  The object is
either one which already existed or else a new, unsaved object.
Instead of duplicating "does it exist" checks everywhere, do it in
File_redirection::where.  You either get what exists or something to save.
An unsaved File_redirection may be paired with an unsaved File.
You will want to save the File first (using ->saveFile()) and put the
id in File_redirection#file_id before saving. 
						
						
					 
					
						2015-11-02 05:15:08 +00:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						ae73baf4ee 
					 
					
						
						
							
							Undefined variable use  
						
						
						
						
					 
					
						2015-10-03 01:47:40 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						b8f52965a9 
					 
					
						
						
							
							StoreRemoteMedia plugin to enable locally served thumbs of remote images  
						
						... 
						
						
						
						Add addPlugin('StoreRemoteMedia'); in your config.php to enable. 
						
						
					 
					
						2015-10-01 22:18:47 +02:00