Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e74d8e3501 
							
						 
					 
					
						
						
							
							ci: update go versions  
						
						 
						
						
						
					 
					
						2023-01-13 11:07:09 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b3bd2ff47 
							
						 
					 
					
						
						
							
							ci(docker): fix latest tag  
						
						 
						
						
						
					 
					
						2022-12-04 18:37:53 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e652d2df84 
							
						 
					 
					
						
						
							
							ci: cleanup  
						
						 
						
						
						
					 
					
						2022-12-04 17:39:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4d790ea40 
							
						 
					 
					
						
						
							
							ci: remove use of deprecated ::set-output  
						
						 
						
						
						
					 
					
						2022-12-04 17:29:36 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5641e45059 
							
						 
					 
					
						
						
							
							ci: overhaul workflows  
						
						 
						
						
						
					 
					
						2022-12-04 17:24:33 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a718b699f 
							
						 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						
						
					 
					
						2022-12-04 15:23:29 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92efdb1981 
							
						 
					 
					
						
						
							
							remote: use POST for server tranfer status  
						
						 
						
						
						
					 
					
						2022-12-01 11:50:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43227bf24d 
							
						 
					 
					
						
						
							
							server(transfer): fix dead-lock while uploading archive  
						
						 
						
						... 
						
						
						
						Previously we waited for both the request and multipart writer
to "complete", before handing any errors.  This lead to a problem
where if the request returns before all the data has been read,
the upload would become stuck and keep the server in a transferring
state when the transfer should've been aborted.
Closes https://github.com/pterodactyl/panel/issues/4578  
						
					 
					
						2022-11-29 14:04:27 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							105f0150f6 
							
						 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						
						
					 
					
						2022-11-22 13:49:10 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aeec51632e 
							
						 
					 
					
						
						
							
							Update README.md  
						
						 
						
						
						
					 
					
						2022-11-22 13:48:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dane Everitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff50d0e5bd 
							
						 
					 
					
						
						
							
							Cleanup request error handling; properly handle os.ErrNotExist errors ( #150 )  
						
						 
						
						
						
					 
					
						2022-11-22 11:18:27 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9226ccae31 
							
						 
					 
					
						
						
							
							system: more detailed system information  
						
						 
						
						
						
					 
					
						2022-11-21 16:01:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fd0edbff9 
							
						 
					 
					
						
						
							
							environment(docker): fix timeout when sending a stop signal  
						
						 
						
						... 
						
						
						
						Previously, Docker would terminate the container when it's stop
configuration was configured to send a signal to the container.
This was due to Docker's API wanting the value as a duration string
(`1s`) rather than a number, so our value of `-1` was being formatted
to `0s` rather than `-1s` like we needed.
Closes https://github.com/pterodactyl/panel/issues/4555  
						
					 
					
						2022-11-21 15:06:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1457470fff 
							
						 
					 
					
						
						
							
							environment(docker): fix outgoing ip not changing  
						
						 
						
						... 
						
						
						
						Fixes an issue where when a server has it's primary allocation
changed, the outgoing ip is not updated on the Docker network.
The only downside of this change is old networks are not cleaned up.
Closes https://github.com/pterodactyl/panel/issues/4547  
						
					 
					
						2022-11-21 14:59:53 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da94f750ad 
							
						 
					 
					
						
						
							
							server(install): update installation status request  
						
						 
						
						... 
						
						
						
						The new request includes a `reinstall` option to denote
whether the installation failed for the first time, or
during a reinstall.
ref https://github.com/pterodactyl/panel/issues/1994  
						
					 
					
						2022-11-21 14:57:44 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51cb6dfa42 
							
						 
					 
					
						
						
							
							ci(release): fix wrong directory name  
						
						 
						
						
						
					 
					
						2022-11-14 20:33:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47f94b8358 
							
						 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						
						
					 
					
						2022-11-14 20:26:20 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							57e7eb714c 
							
						 
					 
					
						
						
							
							Streaming Transfers ( #153 )  
						
						 
						
						
						
					 
					
						2022-11-14 18:25:01 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4781eeaedc 
							
						 
					 
					
						
						
							
							ci: fix arm64 failures  
						
						 
						
						
						
					 
					
						2022-11-06 14:39:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5a8200eb8 
							
						 
					 
					
						
						
							
							ci: cleanup  
						
						 
						
						
						
					 
					
						2022-11-06 13:55:49 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb4df39d14 
							
						 
					 
					
						
						
							
							server(filesystem): fix inaccurate archive progress ( #145 )  
						
						 
						
						
						
					 
					
						2022-11-06 13:38:30 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3337362955 
							
						 
					 
					
						
						
							
							environment(docker): fix podman compatibility ( #151 )  
						
						 
						
						
						
					 
					
						2022-11-06 13:33:01 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f577f5521f 
							
						 
					 
					
						
						
							
							server(filesystem): fix panic with archive Progress  
						
						 
						
						
						
					 
					
						2022-11-04 11:24:19 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cubxity 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a760a0dcc 
							
						 
					 
					
						
						
							
							Add customizable container labels ( #146 )  
						
						 
						
						
						
					 
					
						2022-10-16 17:17:27 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							058f643e65 
							
						 
					 
					
						
						
							
							chore: reformat code  
						
						 
						
						
						
					 
					
						2022-10-06 09:58:42 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c7065592d 
							
						 
					 
					
						
						
							
							ci: remove binary compression  
						
						 
						
						
						
					 
					
						2022-10-05 21:27:33 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f481e9540 
							
						 
					 
					
						
						
							
							chore: run gofumpt  
						
						 
						
						
						
					 
					
						2022-10-05 17:24:11 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							984bd10cf2 
							
						 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						
						
					 
					
						2022-10-04 20:43:05 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5a64a0d7f 
							
						 
					 
					
						
						
							
							docker: use go1.18  
						
						 
						
						
						
					 
					
						2022-10-04 20:42:48 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6fb61261b0 
							
						 
					 
					
						
						
							
							server(transfers): track progress of archive creation and extraction ( #143 )  
						
						 
						
						
						
					 
					
						2022-10-04 20:35:48 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3edec80efa 
							
						 
					 
					
						
						
							
							go: update minimum to 1.18, update dependencies ( #144 )  
						
						 
						
						
						
					 
					
						2022-10-04 20:13:27 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								argetlam-coder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0637eebefe 
							
						 
					 
					
						
						
							
							docker: add configuration for user namespace remapping ( #121 )  
						
						 
						
						
						
					 
					
						2022-10-04 18:12:13 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Barton 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e98d249cf7 
							
						 
					 
					
						
						
							
							Add configuration for trusted proxies ( #141 )  
						
						 
						
						
						
					 
					
						2022-10-04 18:11:07 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b20bf6deab 
							
						 
					 
					
						
						
							
							ci: pin go-version to 1.18.7  
						
						 
						
						
						
					 
					
						2022-10-04 13:22:46 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b268b5625 
							
						 
					 
					
						
						
							
							Update FUNDING.yml  
						
						 
						
						
						
					 
					
						2022-09-26 11:23:01 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7245791214 
							
						 
					 
					
						
						
							
							backups(s3): send uploaded parts in complete request  
						
						 
						
						
						
					 
					
						2022-09-26 11:14:57 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02cbf2df5b 
							
						 
					 
					
						
						
							
							Update README.md  
						
						 
						
						
						
					 
					
						2022-09-25 19:16:29 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6edf3acf9 
							
						 
					 
					
						
						
							
							environment(docker): set outgoing ip correctly ( #135 )  
						
						 
						
						... 
						
						
						
						Closes https://github.com/pterodactyl/panel/issues/3841  
						
					 
					
						2022-09-25 18:49:48 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PotatoMaaan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c686992e85 
							
						 
					 
					
						
						
							
							backups: add an option to change gzip compression level ( #128 )  
						
						 
						
						
						
					 
					
						2022-09-25 18:47:09 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								camjac251 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c736c24118 
							
						 
					 
					
						
						
							
							it's to its ( #123 )  
						
						 
						
						
						
					 
					
						2022-09-25 13:34:28 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chance Callahan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9dfc651a91 
							
						 
					 
					
						
						
							
							rpm: update to 1.7.0 ( #140 )  
						
						 
						
						
						
					 
					
						2022-09-25 13:25:53 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Penner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad26022c30 
							
						 
					 
					
						
						
							
							parser(yaml): fix issues  
						
						 
						
						... 
						
						
						
						Closes https://github.com/pterodactyl/panel/issues/4236 
Closes https://github.com/pterodactyl/wings/pull/139  
						
					 
					
						2022-09-21 11:50:55 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83861a6dec 
							
						 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						
						
					 
					
						2022-07-24 19:43:43 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							231e24aa33 
							
						 
					 
					
						
						
							
							Support new metadata from panel for servers  
						
						 
						
						
						
					 
					
						2022-07-24 17:16:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3ab241d7f 
							
						 
					 
					
						
						
							
							Track file upload activity  
						
						 
						
						
						
					 
					
						2022-07-24 17:12:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c18e844689 
							
						 
					 
					
						
						
							
							Support more rapid insertion; ignore issues with i/o  
						
						 
						
						
						
					 
					
						2022-07-24 16:58:03 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8cee18a92b 
							
						 
					 
					
						
						
							
							Save activity in a background routine to speed things along; cap query time at 3 seconds  
						
						 
						
						
						
					 
					
						2022-07-24 16:27:25 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f952efd9c7 
							
						 
					 
					
						
						
							
							Don't try to store nil for the metadata  
						
						 
						
						
						
					 
					
						2022-07-24 16:27:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21cf66b2b4 
							
						 
					 
					
						
						
							
							Use single connection in pool to avoid simultaneous write lock issues  
						
						 
						
						
						
					 
					
						2022-07-24 16:26:52 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaneEveritt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							251f91a08e 
							
						 
					 
					
						
						
							
							Fix crons to actually run correctly using the configuration values  
						
						 
						
						
						
					 
					
						2022-07-24 15:59:17 -04:00