Charles 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							36863f94c0 
							
						 
					 
					
						
						
							
							Allow user selectable navigation type ( #1572 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Boy132 <Boy132@users.noreply.github.com> 
						
						
					 
					
						2025-08-05 08:56:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6107524522 
							
						 
					 
					
						
						
							
							Trait-ify resources and add customizable options ( #1396 )  
						
						 
						
						
						
						
					 
					
						2025-06-19 18:24:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0156ac1509 
							
						 
					 
					
						
						
							
							Role icons: Use correct capitalization for class names ( #1447 )  
						
						 
						
						
						
						
					 
					
						2025-06-12 20:27:02 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03745eb4be 
							
						 
					 
					
						
						
							
							Allow to assign nodes to roles (node ownership) ( #1231 )  
						
						 
						
						... 
						
						
						
						* allow to assign nodes to roles
* fix typo
* fix node policy
* small ui improvements
* add missing translation
* make phpstan happy
* fix migration on mysql
* also restrict mounts & database hosts to allowed nodes
* fix migration on mysql v2
* changes from review
* fix hasManyThrough
* change `accessibleNodes` to builder
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
---------
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> 
						
						
					 
					
						2025-05-05 12:58:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0037b4a1d4 
							
						 
					 
					
						
						
							
							Only use navigation groups when using sidebar ( #1288 )  
						
						 
						
						... 
						
						
						
						* Revert "Remove `NavigationGroups` for Admin Navbar (#1248 )"
This reverts commit a1869002629b18500b346e5c505869bc45d43456.
* make navigation groups conditional 
						
						
					 
					
						2025-04-23 16:02:21 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MartinOscar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a186900262 
							
						 
					 
					
						
						
							
							Remove NavigationGroups for Admin Navbar ( #1248 )  
						
						 
						
						
						
						
					 
					
						2025-04-18 10:39:25 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							20f271041a 
							
						 
					 
					
						
						
							
							Allow to register custom role permissions ( #1208 )  
						
						 
						
						
						
						
					 
					
						2025-04-04 09:30:45 +02: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f56ca5ed5 
							
						 
					 
					
						
						
							
							Add deleteAny and replicate to policies ( #1030 )  
						
						 
						
						... 
						
						
						
						* add `deleteAny` to policies
* add `replicate` to policies 
						
						
					 
					
						2025-02-25 13:50:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d53820bbdc 
							
						 
					 
					
						
						
							
							Add view pages for "simple" resources ( #963 )  
						
						 
						
						... 
						
						
						
						* update ApiKeyResource
* update DatabaseHostResource
* update MountResource
* update RoleResource
* update UserResource
* WebhookResource
* fix phpstan
* add back label translations for resources
* add back other labels
* upstream changes 
						
						
					 
					
						2025-02-24 15:44:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Charles 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8ad720f52 
							
						 
					 
					
						
						
							
							Admin Area Translations ( #965 )  
						
						 
						
						... 
						
						
						
						* Init
* Health Page
* Admin API Keys
* Update API Keys
* Database Hosts
* Mounts
* remove `s`
* Users
* Webhooks
* Server
never again...
* Fix Server
* Settings
* Update Mounts
* Update Databasehost
* Update Server
* Oops, Update Server
* Nodes
* Update User
* Dashboard
* Update Server
* Profile
* Egg
* Role & Update Egg
* Add base Laravel lang files
* update apikey
* remove html back to settings, remove comment
* add `:resource` to create_action
* Update Egg
* Update Egg v2
* Update 1
* trans cf info label
* Update charts
* more trans
* Update Webhook
* update Health
* Update Server
* Update Role
* Fixes
* Bulk Update
* AnotherOne
* Fix relation button label
* rename `admin1` to `admin`
Leftover from testing... oops
* More Translations
* Updates
* `pint` + Relation Manager Titles 
						
						
					 
					
						2025-02-08 23:16:54 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af4ac1db92 
							
						 
					 
					
						
						
							
							Update admin area navigation ( #881 )  
						
						 
						
						
						
						
					 
					
						2025-01-07 08:24:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							448fe41e78 
							
						 
					 
					
						
						
							
							Add role permission for health page ( #878 )  
						
						 
						
						
						
						
					 
					
						2025-01-06 15:43:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f37b3b099 
							
						 
					 
					
						
						
							
							Fix namespace for role permission icons ( #877 )  
						
						 
						
						
						
						
					 
					
						2025-01-06 15:42:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lance Pioch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a859cdec3 
							
						 
					 
					
						
						
							
							Move role resource under the advanced settings ( #847 )  
						
						 
						
						
						
						
					 
					
						2024-12-29 18:15:25 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boy132 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e27f23b1b6 
							
						 
					 
					
						
						
							
							Move admin pages & resources into own namespace ( #741 )  
						
						 
						
						... 
						
						
						
						* move admin pages & resources into own namespace
* fix imports for resource pages 
						
						
					 
					
						2024-12-07 15:51:27 +01:00