JoanFo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61dcb9a3ba 
							
						 
					 
					
						
						
							
							Fixed Allocations not calling webhooks on server creation & Object events ( #1595 )  
						
						
						
						
					 
					
						2025-09-10 10:39:50 -04:00 
						 
				 
			
				
					
						
							
							
								Charles 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1900c04b71 
							
						 
					 
					
						
						
							
							Filament v4  🎉   ( #1651 )  
						
						... 
						
						
						
						Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
Co-authored-by: Lance Pioch <git@lance.sh> 
						
						
					 
					
						2025-09-08 13:12:33 -04:00 
						 
				 
			
				
					
						
							
							
								JoanFo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bab8ec6e18 
							
						 
					 
					
						
						
							
							Fixed not working variables on DiscordWebhooks and headers. ( #1516 )  
						
						... 
						
						
						
						Co-authored-by: notCharles <charles@pelican.dev> 
						
						
					 
					
						2025-07-31 15:47:46 -06:00 
						 
				 
			
				
					
						
							
							
								JoanFo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5aa8a3980 
							
						 
					 
					
						
						
							
							DiscordWebhooks ( #1355 )  
						
						... 
						
						
						
						Co-authored-by: notCharles <charles@pelican.dev>
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
Co-authored-by: Boy132 <mail@boy132.de>
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> 
						
						
					 
					
						2025-07-05 12:42:34 -04:00 
						 
				 
			
				
					
						
							
							
								Lance Pioch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da195fd2fe 
							
						 
					 
					
						
						
							
							PHPstan updates ( #1047 )  
						
						... 
						
						
						
						* Not found property rule
* Make these “better”
* Day 1
* Day 2
* Day 3
* Dat 4
* Remove disabled check
* Day 4 continued
* Run pint
* Final changes hopefully
* Pint fixes
* Fix again
* Reset these
* Update app/Filament/Admin/Pages/Health.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
* Update app/Traits/CheckMigrationsTrait.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
---------
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com> 
						
						
					 
					
						2025-03-03 14:41:19 -05:00 
						 
				 
			
				
					
						
							
							
								Thibault Junin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d48cf6b722 
							
						 
					 
					
						
						
							
							Add Webhook Event header ( #996 )  
						
						... 
						
						
						
						* Add Webhook Event header 
						
						
					 
					
						2025-02-11 13:43:40 +01:00 
						 
				 
			
				
					
						
							
							
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d555c42644 
							
						 
					 
					
						
						
							
							Update all dependencies ( #712 )  
						
						... 
						
						
						
						* update composer.lock
* run pint
* fix phpstan
* update migrations (sqlite `dropForeign`)
* fix migrations
* Reset these back for now
* Alphabetize the rules
* run `php artisan filament:upgrade`
---------
Co-authored-by: Lance Pioch <git@lance.sh> 
						
						
					 
					
						2024-11-22 09:27:57 +01:00 
						 
				 
			
				
					
						
							
							
								Colin DeCarlo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86c369d7ce 
							
						 
					 
					
						
						
							
							Implement Webhooks ( #548 )  
						
						... 
						
						
						
						* feat: First Webhook PoC draft
* feat: Dispatch Webhooks PoC
* fix: typo in webhook configuration scope
* Update 2024_04_21_162552_create_webhooks_table.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update 2024_04_21_162552_create_webhooks_table.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update 2024_04_21_162544_create_webhook_configurations_table.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update 2024_04_21_162544_create_webhook_configurations_table.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhooks.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhooksJob.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhookForConfiguration.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhookForConfiguration.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhookForConfiguration.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhooksJob.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhooksJob.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* Update DispatchWebhooksJob.php
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
* chore: Implement Webhook Event Discovery
* we got a test working for webhooks
* WIP
* Something is working!
* More tests
* clean up the tests now that they are passing
* WIP
* Don't use model specific events
* WIP
* WIP
* WIP
* WIP
* WIP
* Do it sync
* Reset these
* Don't need restored event type
* Deleted some unused jobs
* Find custom Events
* Remove observers
* Add custom event test
* Run Pint
* Add caching
* Don't cache every single event
* Fix tests
* Run Pint
* Phpstan fixes
* Pint fix
* Test fixes
* Middleware unit test fix
* Pint fixes
* Remove index not working for older dbs
* Use facade instead
---------
Co-authored-by: Pascale Beier <mail@pascalebeier.de>
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
Co-authored-by: Vehikl <go@vehikl.com> 
						
						
					 
					
						2024-10-26 20:35:25 -04:00