2fd46ca886
	 
					 
					
						
						
							
							[TOOLS] Continue raising PHPStan level to 6  
						
						
						
						
					 
					
						2022-10-19 22:39:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d4b7e990ce
	 
					 
					
						
						
							
							[CORE][Event] Make all events return \EventResult, enforced at container build time  
						
						
						
						
					 
					
						2022-04-03 21:40:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						483983790a
	 
					 
					
						
						
							
							[CORE][Router] Rename \App\Core\Router\Router to \App\Core\Router and merge \App\Core\Router\RouteLoader with \App\Core\Router  
						
						
						
						
					 
					
						2022-03-28 20:59:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						60af9f5e9b
	 
					 
					
						
						
							
							[CORE][Queue] Rename App\Core\Queue\Queue to App\Core\Queue  
						
						
						
						
					 
					
						2022-03-28 20:59:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abe35428da
	 
					 
					
						
						
							
							[CORE][DB] Rename App\Core\DB\DB to App\Core\DB  
						
						
						
						
					 
					
						2022-03-28 20:59:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16f51e5143
	 
					 
					
						
						
							
							[COMPONENT][Notification] ->getSubscribers() should not be pre-included  
						
						... 
						
						
						
						Notification bug fix on Subscription component
Correct docblock 
						
						
					 
					
						2022-03-28 20:53:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e63c310d70
	 
					 
					
						
						
							
							[COMPONENT][Notification] Always pre-add Actor subscribers when notifying  
						
						
						
						
					 
					
						2022-03-23 13:23:44 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						888c3798b7
	 
					 
					
						
						
							
							[COMPONENT][Notification] Make logic more generic and robust  
						
						... 
						
						
						
						Fixed various bugs
Some important concepts to bear in mind:
* Notification: Associated with activities, won't be reconstructed
together with objects, can be thought of as transient
* Attention: Associated with objects, will be reconstructed with them, can
be thought as persistent
* Notifications and Attentions have no direct implications.
* Mentions are a specific form of attentions in notes, leads to the creation of Attentions.
Finally,
Potential PHP issue detected and reported: https://github.com/php/php-src/issues/8199 
`static::method()` from a non static context (such as a class method) calls `__call`, rather than
the expected `__callStatic`. Can be fixed by using `(static fn() => static::method())()`, but the
usage of the magic method is strictly unnecessary in this case. 
						
						
					 
					
						2022-03-14 11:37:09 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a0c9e720f
	 
					 
					
						
						
							
							[COMPONENT][FreeNetwork] Start using queues  
						
						... 
						
						
						
						[COMPONENT][Notification] Start using queues
[PLUGIN][ActivityPub] Start using queues 
						
						
					 
					
						2022-03-05 14:23:08 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45c7888676
	 
					 
					
						
						
							
							[TOOLS] Run CS-Fixer on whole project  
						
						
						
						
					 
					
						2022-02-28 15:47:37 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e86dbad6d6
	 
					 
					
						
						
							
							[COMPONENT][Notification] Don't explode with understandable duplicate notifications  
						
						... 
						
						
						
						This is common when a duplicate federation request is received 
						
						
					 
					
						2022-02-20 05:03:40 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ae8f8213f
	 
					 
					
						
						
							
							[GROUP] Notifity group subscribers of new activity concerning the group  
						
						
						
						
					 
					
						2022-02-13 23:15:00 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56c884026f
	 
					 
					
						
						
							
							[COMPONENT][Notification] We must record remote notifications because of feeds  
						
						
						
						
					 
					
						2022-02-13 23:14:59 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6b4fa8c303
	 
					 
					
						
						
							
							[COMPONENT][Notification] Additional check to avoid unnecessary notifications  
						
						
						
						
					 
					
						2022-02-11 15:31:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f1524c2b3
	 
					 
					
						
						
							
							[GROUP] Simplify logic by making Actor::Organisation a type of Actor::Group  
						
						... 
						
						
						
						Some minor bug fixes 
						
						
					 
					
						2022-02-11 00:26:43 +00:00 
						 
				 
			
				
					
						
							
							
								Bruno Aleixo 
							
						 
					 
					
						
						
							
						
						fb76775716 
					 
					
						
						
							
							[TOOLS][COMPONENTS][CORE] Ran cs-fixer on all files  
						
						
						
						
					 
					
						2022-01-30 16:41:54 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee007befa4
	 
					 
					
						
						
							
							[COMPONENT][Posting] DB::Flush after Notification and fix minor issues with In targets  
						
						
						
						
					 
					
						2022-01-05 01:30:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a99762699
	 
					 
					
						
						
							
							[COMPONENT][Posting][Notification] Move group inbox message creation to Notification component  
						
						
						
						
					 
					
						2022-01-01 10:32:07 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5229d4cd8c
	 
					 
					
						
						
							
							[COMPONENT][Notification] Remove nickname GET parameter  
						
						
						
						
					 
					
						2021-12-30 18:28:56 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						846ec37cd9
	 
					 
					
						
						
							
							[COMPONENT][Notification] Add event to decide whether local actors should be bothered  
						
						
						
						
					 
					
						2021-12-28 18:45:18 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78fddaf86a
	 
					 
					
						
						
							
							[PLUGIN][ActivityPub] Notify mentions in tags  
						
						
						
						
					 
					
						2021-12-26 06:22:28 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e743a17883
	 
					 
					
						
						
							
							[COMPONENT][Notification] Introduce Notifications Feed  
						
						
						
						
					 
					
						2021-12-24 00:47:36 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						57beb178cc
	 
					 
					
						
						
							
							[Notification][ENTITY][Activity] Avoid including sender in notification targets  
						
						
						
						
					 
					
						2021-12-19 19:04:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9506909e7a
	 
					 
					
						
						
							
							[COMPONENT][FreeNetwork] Iterate documentation  
						
						
						
						
					 
					
						2021-12-04 21:05:09 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ddd00a091
	 
					 
					
						
						
							
							[NOTIFICATION] Add FreeNetwork distribution  
						
						
						
						
					 
					
						2021-11-30 00:48:46 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b9d388a44
	 
					 
					
						
						
							
							[NOTIFICATION] Implement Target Collector  
						
						
						
						
					 
					
						2021-11-27 15:14:15 +00:00