| 
							
							
								 Dane Everitt | 94ea9c37d0 | Don't require auto-allocation settings if not enabled; closes #3085 | 2021-02-17 21:11:23 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | b00def2537 | Switch to JSON from TEXT when storing denylist items for an egg; closes #3034 | 2021-01-26 21:08:53 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | c449ca5155 | Use more standardized phpcs | 2021-01-23 12:33:34 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | a043071e3c | Update to Laravel 8 Co-authored-by: Matthew Penner <me@matthewp.io> | 2021-01-23 12:12:54 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 239984f92c | Add internal support for file denylist on eggs; closes #569 | 2021-01-10 17:02:14 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 638ea2e815 | Support creating/updating docker images on eggs | 2020-12-13 10:13:32 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 78c4ac80bc | Basic implemention of multiple selectable images for an egg The admin side of this is quite ugly when creating/editing a server, but I'm not putting effort into that right now with React Admin soon™ | 2020-12-13 09:53:17 -08:00 |  | 
			
				
					| 
							
							
								 Charles Morgan | f029b7239e | re-remove console limiting options | 2020-11-01 03:16:30 -05:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | c6bd7ff661 | Improve logic handle auto-allocation of ports for a server | 2020-10-31 14:58:15 -07:00 |  | 
			
				
					| 
							
							
								 Caleb | ea778e9345 | Merge branch 'develop' into develop | 2020-10-13 15:35:38 -04:00 |  | 
			
				
					| 
							
							
								 Charles Morgan | 4b8a275a78 | Update AdvancedSettingsFormRequest.php | 2020-10-11 18:33:25 -04:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 99c9682f67 | Fix errors with mounts; closes #2374 | 2020-10-03 12:42:27 -07:00 |  | 
			
				
					| 
							
							
								 Caleb | d80660f047 | Added admin configuration This is not working just yet but the fields have been added to the admin control area. | 2020-09-28 16:14:14 -04:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | cc6f98c0fd | Replace all instances of 255 as a max length with 191; ref #2421 | 2020-09-26 16:29:26 -07:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 3c7ffaaadb | Remove all references of packs from the Panel | 2020-09-13 11:13:37 -07:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 540cc82e3d | Don't resolve database hosts; closes #2237 | 2020-08-19 20:38:51 -07:00 |  | 
			
				
					| 
							
							
								 Charles Morgan | cb4f8efbe6 | Add Google Analytics Added Google Analytics to latest dev branch | 2020-07-26 21:05:54 -04:00 |  | 
			
				
					| 
							
							
								 Matthew Penner | a4af8ec977 | Add the ability to create mounts | 2020-05-20 18:55:59 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 72ecac5236 | Merge pull request #1963 from Sir3lit/maxconn Add Max Concurrent Connections for database users | 2020-04-25 11:01:01 -07:00 |  | 
			
				
					| 
							
							
								 Charles Morgan | 82dd7dc8e3 | Allow Null = 0 Allow Value to be nullable, will autofill 0 if value is null or 0, to facilitate "unlimited" connections. | 2020-04-23 10:45:44 -04:00 |  | 
			
				
					| 
							
							
								 AreYouScared | d55af822e3 | Typo Removed un-neede | | 2020-04-17 20:55:01 -04:00 |  | 
			
				
					| 
							
							
								 AreYouScared | 21491e3aaa | Allow descrition field to be optional Allows for Nest, Node, Location and Egg description fields to be blank / nullable.
Removed "required" wording next to them aswell | 2020-04-17 20:52:40 -04:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | c087f6429f | Temporary patch to get user management pages displaying correctly | 2019-12-08 11:02:59 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 0d6cf54314 | [L6] Update even more areas of codebase using custom model validation logic | 2019-09-04 22:26:28 -07:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 8253246955 | Prevent an exception when creating databases with the same name on multiple hosts. closes #1456 | 2019-03-02 15:31:25 -08:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 6967b9ba12 | Fix exception thrown due to lack of pre-validation on the model. closes #1158 | 2018-05-20 17:11:52 -07:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 00df0b66a6 | Merge pull request #1148 from pterodactyl/feature/doc-block-improvements @throws docblock improvements | 2018-05-20 16:25:59 -07:00 |  | 
			
				
					| 
							
							
								 Lance Pioch | 71257c67bf | Add more throwing | 2018-05-13 12:42:22 -04:00 |  | 
			
				
					| 
							
							
								 Lance Pioch | e2dc0638d9 | Fix app/ spelling errors | 2018-05-13 11:12:41 -04:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 3fb02a4b3c | Fix FQDN failing validation in database host UI, ref #957 | 2018-02-18 13:43:54 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | d52f8d9215 | Fix behavior of validation when creating egg variables | 2018-02-17 13:09:54 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | ff8b5fc5a3 | Fix exception when modifying existing DB host, closes #910 | 2018-02-04 12:59:14 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 0b00895261 | fix saving of egg variable values, closes #905 | 2018-02-03 12:36:57 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | d9355b93b4 | Fix exception when adjusting mail settings, closes #907 | 2018-02-03 12:28:39 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 407120a854 | Merge branch 'develop' into feature/api-v1 | 2018-01-21 17:06:31 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 655d2485b5 | Fix error causing inability to save variables. | 2018-01-21 17:02:25 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 8dcab927e5 | Merge branch 'develop' into feature/api-v1 | 2018-01-21 14:31:32 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 2212f28351 | Don't break the page if no variable rules are provided. | 2018-01-21 11:58:59 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | c3b9738364 | Implement application API Keys | 2018-01-18 21:36:15 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | adcab5969a | Fix server description nullablility | 2018-01-06 12:58:30 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | a75b15cd8d | closes #852 | 2018-01-06 12:53:17 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 4457634127 | Fix user creation to use UUIDs correctly Also updates the notification send method to be cleaner and more maintainable | 2018-01-01 12:13:08 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 5efee34378 | close #840 | 2017-12-30 20:25:04 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | b9d67459b2 | Update to Laravel 5.5 (#814) | 2017-12-17 13:07:38 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | f9df463d32 | Implement a better management interface for Settings (#809) | 2017-12-14 21:05:26 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 975597b4d0 | Implement changes to administrative user revocation, closes #733 | 2017-12-03 14:00:47 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | a710bdf457 | Make a todo a todid, closes #774 | 2017-11-25 13:45:47 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | 81869bd5f2 | Fix allocation alias setting | 2017-11-10 21:47:43 -06:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | e01d7497f5 | Add ability to update an Egg by re-uploading a file. | 2017-10-08 23:50:52 -05:00 |  | 
			
				
					| 
							
							
								 Dane Everitt | aaf96669d4 | Misc fixes | 2017-10-08 21:36:22 -05:00 |  |