Skip to content

Releases: pufferpanel/pufferpanel

0.7.2 Beta (Bug Fix)

07 Sep 03:09
Compare
Choose a tag to compare
0.7.2 Beta (Bug Fix) Pre-release
Pre-release

This release is the same as the old release but includes a fix for the installer and removes the SSH2 dependency requirement.

0.7.2 Beta

31 Aug 01:16
Compare
Choose a tag to compare
0.7.2 Beta Pre-release
Pre-release
0.7.2-beta

that part of the code is important I'd say

0.7.1 Beta

25 Aug 19:03
Compare
Choose a tag to compare
0.7.1 Beta Pre-release
Pre-release

This release fixes numerous bugs that existed in previous versions of the panel, and adds improvements to the installer.

Some features have been purposely disabled in this version as we work to fix them without having bug reports flood in about it. We are aware that FTP may not work correctly, it has not been throughly tested.

This version includes multiple security improvements such as GSD tokens, as well as the implementation of Two-factor authentication. However, there are still holes in the panel that need patching and we are working on that.

0.7.0 Alpha RC2

10 May 01:06
Compare
Choose a tag to compare
0.7.0 Alpha RC2 Pre-release
Pre-release

Fixes multiple issues in 0.7.0 Alpha RC1 including:

  • Fixes debugging instructions in core file
  • Adds missing semi-colon in add server (#121 & #123)
  • Fixes CHMOD issue in installer (#125 & #126)

0.7.0 Alpha RC1

06 May 16:22
Compare
Choose a tag to compare
0.7.0 Alpha RC1 Pre-release
Pre-release

Bug Fixes:

  • Fixes bug where server would show as online even when it was not (#87)
  • Fixes bug where you could not create a server without selecting a mod pack (#90)
  • Fixes bug where users were unable to view their servers (#95)
  • Fixes bug where renaming the jar would crash GSD infinitely (#104)
  • Fixes bug with selecting no mod pack that would throw an error (#106)
  • Fixes bug where install.lock.dist was missing from the system

Enhancements:

  • Front-end moved to tempting system (using Twig) to allow better customization by administrators
  • File Manager code refactored to reduce load-times and be less confusing
  • File Manager loading pages changed to be more graceful and prevent clicking while loading
  • Updated statistics page to better show server information
  • Language builder now included by default to allow admins to keeps languages updated on their own
  • Code refactor to move core files outside of publicly accessible directories and be less confusing
  • Moved to composer.json to handle dependencies allowing for cleaner code
  • Updated to work with newer versions of GSD without incident
  • Added advanced debugging options to allow administrators to tackle pesky bugs on their own and improve reporting
  • Prevents use of the panel until the installer has run and generated a configuration file

0.6.1-hotfix-2 Beta

30 Apr 21:45
Compare
Choose a tag to compare
0.6.1-hotfix-2 Beta Pre-release
Pre-release

This release addresses a critical bug in previous versions that managed to slip through undetected.

Please follow the instructions and information from the 0.6.1-beta release, obviously ignoring the version it is asking you to download.

Update: Friday May 2: Please download again, or manually update the files that have been changed:

/panel/servers.php
/panel/core/framework/framework.server.php

0.6.1 Beta

29 Apr 01:24
Compare
Choose a tag to compare
0.6.1 Beta Pre-release
Pre-release

Please download this version: https://github.com/DaneEveritt/PufferPanel/archive/63f7ee023c3f90b3652cd2d3eaa7d77fa8f3af88.zip

This version implements full language support on the front-end of the panel. It also includes a basic API that should not be used, that is being developed for 0.7 beta.

This version has not been tested with versions of GSD beyond the following:
https://github.com/gametainers/gsd/tree/95db572a50b9839879acbcfc32a6cdabcf4c01d1

You will need to run the following command on your MySQL DB if you are upgrading from 0.6.0.2 beta, or reinstall the panel:

CREATE TABLE `api` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`key` char(36) NOT NULL DEFAULT '',
`permissions` tinytext NOT NULL,
`request_ips` tinytext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

0.6.0.2 Beta

23 Apr 15:34
Compare
Choose a tag to compare
0.6.0.2 Beta Pre-release
Pre-release

This releases fixes some problems with 0.6.0.1 including installer and language setting bugs, as well as other things that slipped through.

View the full change-log here: DaneEveritt/PufferPanel@0.6.0.1-beta...0.6.0.2-beta

Attached are updated languages. Place them in /panel/core/framework/lang

You can also download this commit to have those language files pre-installed.

0.6.0.1 Beta

18 Apr 03:43
Compare
Choose a tag to compare
0.6.0.1 Beta Pre-release
Pre-release

This release is to fix a bug in the online checking code for GSD. It also introduces basic support for multiple languages. The language part is not a major part of this release, and will be rolled out fully (front-end wise) for 0.6.1.

Admin CP language support is planned for future versions as it requires a much greater amount of translation and code changes.

If you are updating from 0.6.0 please run the following commands on your database, and upload the fresh files. The installer does not need to be re-run if you currently have 0.6.0 (RC2) or higher.

ALTER TABLE usersADD COLUMNlanguagetinytext NOT NULL AFTERpassword``
INSERT INTO settings` VALUES('default_language', 'en')`

0.6.0 Beta

17 Apr 02:47
Compare
Choose a tag to compare
0.6.0 Beta Pre-release
Pre-release

This is the first beta release of PufferPanel 0.6.0! This release requires a fresh install if moving up from versions prior to 0.6.0 Alpha (RC3).