0cecc67376
	 
					 
					
						
						
							
							[COMPONENT][Posting][Link] Create ProcessNoteContent event. Move link extraction to Link component. Cleanup Posting  
						
						
						
						
					 
					
						2021-09-14 13:13:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ef07e04d1
	 
					 
					
						
						
							
							[Posting][CSS] Right panel form uses a select box instead of radio buttons. Hover and focus of <a> elements using just an underline. Note author and actions padding redone. File-picker font is now correct. Left panel hierarchy should now be more clear.  
						
						
						
						
					 
					
						2021-09-14 13:13:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9739cc5f21
	 
					 
					
						
						
							
							[Posting] Respect process_links setting  
						
						
						
						
					 
					
						2021-09-14 13:13:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab142ab52d
	 
					 
					
						
						
							
							[FileQuota] Update plugin to respect the new entities  
						
						
						
						
					 
					
						2021-09-14 13:13:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						458b6d0009
	 
					 
					
						
						
							
							[UI] Rename all forms to more specific names, to avoid form name collisions  
						
						
						
						
					 
					
						2021-09-14 13:13:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de444a2a5a
	 
					 
					
						
						
							
							[Posting] Fix wrong usage of DB::findBy  
						
						
						
						
					 
					
						2021-09-14 13:13:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41b42407cd
	 
					 
					
						
						
							
							[Posting] Store uploaded filenames as titles  
						
						
						
						
					 
					
						2021-09-14 13:13:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e4cac0123
	 
					 
					
						
						
							
							[ENTITY] Refactor RemoteURL entities to Link  
						
						... 
						
						
						
						RemoteURL was being an awfully confusing term. 
						
						
					 
					
						2021-09-14 13:13:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4cc4523632
	 
					 
					
						
						
							
							[Posting] Re-add original file to attachment on upload, if it was previously removed  
						
						
						
						
					 
					
						2021-09-14 13:13:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75f70f8182
	 
					 
					
						
						
							
							[ENTITY][Posting] Remove GSActorToRemoteURL, Fix URL database store  
						
						
						
						
					 
					
						2021-09-14 13:13:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5175cc59d
	 
					 
					
						
						
							
							[ATTACHMENTS] Always store in the same location  
						
						
						
						
					 
					
						2021-09-14 13:13:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f61537140
	 
					 
					
						
						
							
							[ENTITY] Split Attachment in various new entities  
						
						... 
						
						
						
						Remove Attachment Scope
Fixed some minor bugs
Scope will be implemented later in v3. It doesn't make sense to have
the scope handling being per attachment. Different actors can post
the same attachment with different scopes. The attachment controller
will assume the highest level of scope applied to the attachment and
the rest will be handled at the note level.
Motivation:
* Remove title from attachment, as it's part of the relation between attachment and note.
* Remove actor from attachment, many actors may publish the same attachment.
* Remove is_local from attachment,  as it's part of the relation between attachment and note.
* Remove remote_url from attachment, different urls can return the same attachment.
Addition:
* Attachment now has a lives attribute,  it's a reference counter with a nicer name
* GSActorToAttachment
* GSActorToRemoteURL
* RemoteURL
* RemoteURLToNote
* RemoteURLToAttachment
* AttachmentToNote now has a title attribute 
						
						
					 
					
						2021-09-14 13:13:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						88dd9e542f
	 
					 
					
						
						
							
							[CORE][GSFile] Change actor_id paramenter of validateAndStoreFileAsAttachment to optional and reorder them and their usages  
						
						
						
						
					 
					
						2021-09-14 13:13:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						861732176e
	 
					 
					
						
						
							
							[Media] Support any kind of thumbnails in the Core  
						
						... 
						
						
						
						Sanitize Attachments instead of Validate (part 1)
Ensure the intended filetypes and mimetypes during Vips conversions (part 1)
Various bug fixes 
						
						
					 
					
						2021-09-14 13:13:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						488e700fab
	 
					 
					
						
						
							
							[POSTING] Make it possible for plugins to change the placeholder string  
						
						
						
						
					 
					
						2021-09-14 13:13:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab060332f0
	 
					 
					
						
						
							
							[Posting] Don't sanitize on storage  
						
						... 
						
						
						
						We prefer to have the original input in database and sanitize on output when appropriate 
						
						
					 
					
						2021-09-14 13:12:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9090e6cee
	 
					 
					
						
						
							
							[ATTACHMENTS][GSFile] Rename ValidateAndStore functions  
						
						
						
						
					 
					
						2021-09-14 13:12:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						353595eb97
	 
					 
					
						
						
							
							[Posting] Add missing default visibility option  
						
						
						
						
					 
					
						2021-09-14 13:12:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aea8639d44
	 
					 
					
						
						
							
							[ATTACHMENTS] Restrict thumbnail generation to allowed sizes. Defaults to only configured sizes, but can be extended with the event 'GetAllowedThumbnailSizes'. The intention is to prevent DoS attacks, since handling a thumbnail request is a relatively slow process  
						
						
						
						
					 
					
						2021-09-14 13:12:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34059a8d3d
	 
					 
					
						
						
							
							[ATTACHMENTS][EVENT] Add onHashFile event, which can be used to deduplicate files  
						
						... 
						
						
						
						Currently, we simply hash the contents of the file with sha256, but in the future we can use something smarter,
which could find visual feature similarity between images 
						
						
					 
					
						2021-09-14 13:12:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e94df546c3
	 
					 
					
						
						
							
							[Posting] Extract and store URLs from note content. Introduce 'AttachmentStoreNew' event  
						
						
						
						
					 
					
						2021-09-14 13:12:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0eaccc32fe
	 
					 
					
						
						
							
							[ATTACHMENTS] Further refactoring  
						
						... 
						
						
						
						Some key points:
- Components and Plugins shouldn't extend Module directly
- Avatars should be fetched via GSActor ID, not by nickname as that isn't unique
- Avatar now is a separate Component
- Common file utilities are now to be placed in Core\GSFile, this will
  handle storage and trigger validation
- Some bug fixes 
						
						
					 
					
						2021-09-14 13:11:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c053e8da8e
	 
					 
					
						
						
							
							[Posting] Rename file to attachment and cache result of actor tag query  
						
						
						
						
					 
					
						2021-09-14 13:11:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ccf3aa990a
	 
					 
					
						
						
							
							[MODULES] Introduce the concept of abstract modules to V3  
						
						... 
						
						
						
						Introduce placeholder for abstract upload and thumb modules
Temporarily supress some bugs 
						
						
					 
					
						2021-09-14 13:11:45 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel 
							
						 
					 
					
						
						
							
						
						7a299162e1
	 
					 
					
						
						
							
							[Poll] Polls now have an associated note, poll templates, start_show_styles event, started css  
						
						
						
						
					 
					
						2021-09-14 13:10:13 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						e8feb2ae84
	 
					 
					
						
						
							
							[DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup  
						
						
						
						
					 
					
						2021-09-14 13:06:55 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						74350becc5
	 
					 
					
						
						
							
							[POSTING] Fix missing use statement  
						
						
						
						
					 
					
						2021-09-14 13:06:54 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						29082f4aa9
	 
					 
					
						
						
							
							POSTING remove REPLY route  
						
						
						
						
					 
					
						2021-09-14 13:06:52 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						a248f23cef
	 
					 
					
						
						
							
							[Reply] Move reply functionality to a plugin  
						
						
						
						
					 
					
						2021-09-14 13:06:52 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						4c15271d36
	 
					 
					
						
						
							
							[UI] Display error when submitted form is invalid  
						
						
						
						
					 
					
						2021-09-14 13:06:51 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						9573cab4cb
	 
					 
					
						
						
							
							[Posting] Fix form name and remove unused recycle route and controller  
						
						
						
						
					 
					
						2021-09-14 13:06:50 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						26f01c4c92
	 
					 
					
						
						
							
							[Posting] Fix posting form name and css  
						
						
						
						
					 
					
						2021-09-14 13:06:49 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						6dbd239544
	 
					 
					
						
						
							
							[Posting] Add missing includes  
						
						
						
						
					 
					
						2021-09-14 13:06:48 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						a804c5f981
	 
					 
					
						
						
							
							[COMPONENT][CONTROLLER][TWIG] Recycle component work  
						
						
						
						
					 
					
						2021-09-14 13:06:47 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						e1e3e2d9b3
	 
					 
					
						
						
							
							[COMPONENT] Favourite initial implementation  
						
						
						
						
					 
					
						2021-09-14 13:06:46 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						f1a687b057
	 
					 
					
						
						
							
							[COMPONENT] Fixing typo  
						
						
						
						
					 
					
						2021-09-14 13:06:45 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						0b50905ac8
	 
					 
					
						
						
							
							[NOTE][UI] Add note replying and UI displaying  
						
						
						
						
					 
					
						2021-09-14 13:06:45 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						ecfda08d37
	 
					 
					
						
						
							
							[CONTROLLER] Reply initial implementation  
						
						
						
						
					 
					
						2021-09-14 13:06:44 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						bc66e2c2a2
	 
					 
					
						
						
							
							[COMPONENT] Posting form restructure and minor fixes  
						
						
						
						
					 
					
						2021-09-14 13:06:44 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						1eab561b40
	 
					 
					
						
						
							
							[COMPONENT] Posting form now shows a random default string  
						
						
						
						
					 
					
						2021-09-14 13:06:44 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						9b421e0095
	 
					 
					
						
						
							
							[COMPONENTS] Small fix  
						
						
						
						
					 
					
						2021-09-14 13:06:43 +01:00 
						 
				 
			
				
					
						
							
							
								rainydaysavings 
							
						 
					 
					
						
						
							
						
						1563ebc546
	 
					 
					
						
						
							
							[COMPONENT] Posts scope initial form  
						
						
						
						
					 
					
						2021-09-14 13:06:43 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						6ed89c77f4
	 
					 
					
						
						
							
							[UI][NOTE] Post and see attachments  
						
						
						
						
					 
					
						2021-09-14 13:05:57 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo Sales 
							
						 
					 
					
						
						
							
						
						72876fe8dc
	 
					 
					
						
						
							
							[MODULE][Posting] Add Posting module, which handles notice posting  
						
						
						
						
					 
					
						2021-09-14 13:05:55 +01:00