Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PufferPanel

Game server management panel
Collective - Host: opensource - https://opencollective.com/pufferpanel - Website: https://pufferpanel.com - Code: https://github.com/pufferpanel/pufferpanel

Remove node links.

github.com/pufferpanel/pufferpanel - 70357000a3b45c9ebbdaa21a8f7606febceb7234 authored almost 11 years ago
Begin support for the use of GSD for managing servers.

github.com/pufferpanel/pufferpanel - 11ef17a4da1a2e0f52763d3b58a9aa10d7e33d2b authored almost 11 years ago
Fix wording for assets url

github.com/pufferpanel/pufferpanel - bd222c6c59607fd0ac2f7103530d816da206f123 authored almost 11 years ago
Delete server page

github.com/pufferpanel/pufferpanel - e9521eb29df1f49eb2e973b480791607d6d65ff7 authored almost 11 years ago
Add message if no plugins installed

github.com/pufferpanel/pufferpanel - eafe6a399f6970ee425a3afbd29aa67dbec69bb0 authored almost 11 years ago
Add mod pack settings to installer

github.com/pufferpanel/pufferpanel - 35f0fff4cc8644f79a2de3c0faec38727a6be7bc authored almost 11 years ago
Commas are important. Fixes error.

github.com/pufferpanel/pufferpanel - d23b67728609d40edec9b5fcd49d16562344e7f8 authored almost 11 years ago
Why two arrays.

github.com/pufferpanel/pufferpanel - de52b15c53cd6e371fc50bb11ef49746492562ab authored almost 11 years ago
Add support for SSL connections over PHP-PDO

github.com/pufferpanel/pufferpanel - 83e74a92c710039bb49895b1706bb94d284faec6 authored almost 11 years ago
Log start/stop/kill failures into SQL log

github.com/pufferpanel/pufferpanel - 9a7332e5eb6f92d472c459f7050779b824d6ba36 authored almost 11 years ago
Start of custom jar file names

github.com/pufferpanel/pufferpanel - fa09647c86278309a0545709515d8183b2343c3a authored almost 11 years ago
Removed from this version, will replace later on.

github.com/pufferpanel/pufferpanel - 900be1b96c4a18ac007ebcbb8cb975afb9ee1eb0 authored almost 11 years ago
Fix error if no plugins are used.

github.com/pufferpanel/pufferpanel - 93a0d59a375dd69a7a6a13afc49e132a809c04b3 authored almost 11 years ago
Basic properties page setup

github.com/pufferpanel/pufferpanel - 08edc04773ce61821b43abbdb04f5ecfea87a28b authored almost 11 years ago
Template page for editing server properties.

github.com/pufferpanel/pufferpanel - ddb6e0b801c4e4291a95ed03978c63418c0c5767 authored about 11 years ago
Re-arrange AJAX calls because browsers are annoying. Load easy content first and then do long load content.

github.com/pufferpanel/pufferpanel - fb4a079cf13108def28b524d5fc425d6e1857fcf authored about 11 years ago
Throw error on connection problem.

github.com/pufferpanel/pufferpanel - 19345aee0a1cb3d688b8e65f6fa41d7a1e801230 authored about 11 years ago
Fix read/write of properties file.

Reduce number of times a file is opened/closed.

github.com/pufferpanel/pufferpanel - 7d3c99430114530c8321504d2ab626e9700d0884 authored about 11 years ago
Add links to sidebar

github.com/pufferpanel/pufferpanel - 926e112717e70ecf685836fce75b1d49b5478ba9 authored about 11 years ago
Switch to rsync to preserve file ownership & prevent setting to root:root

github.com/pufferpanel/pufferpanel - 20455770c641ccb82bbc1c4267a6894f6b1d813a authored about 11 years ago
Wheeeeee, add support for AJAX based server status indicators

github.com/pufferpanel/pufferpanel - 4971e340f584c10e8e23dcddc7b2063f15e4f873 authored about 11 years ago
Minor CSS improvements

github.com/pufferpanel/pufferpanel - 8b3ca7cd1708d3a1612f5bbd117272db6d2eb70f authored about 11 years ago
Fix query class on master

github.com/pufferpanel/pufferpanel - 51c0fce47f224817d58490eeb912d211b8a96bf5 authored about 11 years ago
Add fix for console with new query class.

github.com/pufferpanel/pufferpanel - a715b6c9c28dd4a913f27fbfc8f5b9bff910f89f authored about 11 years ago
Move $i outside of loop

github.com/pufferpanel/pufferpanel - 4a0a19f721ec5a8ce0d50ec4d55bbf94897f2a33 authored about 11 years ago
Implemented new query class; fixed overview display

Removes old “RCON” class, implements new code by @xPaw (with permission)

github.com/pufferpanel/pufferpanel - ac4d4d0eb392d2dae5e2085c5bebfc822a9f02f1 authored about 11 years ago
Fix modpack install, closes #37

github.com/pufferpanel/pufferpanel - 8aa24796e1544f69dc448ede09d7f6d89cd705d2 authored about 11 years ago
Merge pull request #36 from connor4312/patch-1

Added apropriate BASH prompts for installations

github.com/pufferpanel/pufferpanel - 8f154ac6c5e0ff7a617dc989646970fef2f548f5 authored about 11 years ago
Fix MySQL Error, Install Modpack automatically

github.com/pufferpanel/pufferpanel - 3e1bee3e7a524185d151813caee2607eee582df4 authored about 11 years ago
Added apropriate BASH prompts for installations

github.com/pufferpanel/pufferpanel - 13e1890831f30b787dd33f0cb491b53104cac08f authored about 11 years ago
Fix popover overflow, closes #30

github.com/pufferpanel/pufferpanel - 190bb1aaee3edf5a7dca9aef41ec49f423a870b6 authored about 11 years ago
Modpacks installable by users now

github.com/pufferpanel/pufferpanel - 43135c7eea9a8bb8b5b7003dfa61e65fc59ded5f authored about 11 years ago
Fix install script

(includes code to prevent OSX files from being included)

github.com/pufferpanel/pufferpanel - 056e91d90e73dcc04bf2b8808b6ea80c3f212252 authored about 11 years ago
Implement beginning of user editable mod packs. (Needs testing)

github.com/pufferpanel/pufferpanel - 6372701eda484d09d4cf5275c5b8f7654fcaf08b authored about 11 years ago
Add download_hash for encryption purposes.

github.com/pufferpanel/pufferpanel - 3937ce28771053212de841df1781f4a3fb008c36 authored about 11 years ago
Fix up display for readability

github.com/pufferpanel/pufferpanel - 3fa8427dceb854c2948a01cfe521f504c53f3169 authored about 11 years ago
Update installer for new tables and changed tables

github.com/pufferpanel/pufferpanel - cde954e4ec4ac827d63c2bbfff3c8c905a4de4a9 authored about 11 years ago
Modpack create, edit, delete

github.com/pufferpanel/pufferpanel - 9cba60095233a8991d58744cf432f634f35921ed authored about 11 years ago
Add mod pack management on sidebar

github.com/pufferpanel/pufferpanel - 2f9a38066f00092c99b4884095972bf9b657b337 authored about 11 years ago
Add support for setting server mod pack on creation

github.com/pufferpanel/pufferpanel - 1e761cd85a4e217bc9b529e63a2fe9be5957898c authored about 11 years ago
Begin mod pack install

github.com/pufferpanel/pufferpanel - ccbbcead82c906b1c776a357dbc39eeb3db26c37 authored about 11 years ago
Push to v0.5.0.1-beta

github.com/pufferpanel/pufferpanel - c900a454b45c741465bce71c895ccf569590fc9b authored about 11 years ago
Fix PHP static:: class warning on DB classes.

(how this managed to keep working is a feat in and of itself)

github.com/pufferpanel/pufferpanel - 98c509bfa8b21e8d9afd10d7a1259c9cb4632e99 authored about 11 years ago
Merge pull request #34 from DaneEveritt/v0.5-beta

V0.5 beta --> master

github.com/pufferpanel/pufferpanel - b22dadf5621591149deff120600e2eac159d2b47 authored about 11 years ago
Fix display of queries on node.

github.com/pufferpanel/pufferpanel - c86463ac63c88dccbb361b29c7ceb5276e9ddb36 authored about 11 years ago
Update to 0.5beta.

Update footer to show page generation time and queries executed.
Updated PDO engine to allow exp...

github.com/pufferpanel/pufferpanel - 2871710cfad76092c666dbdbe0ca2304790ddefc authored about 11 years ago
Update node pages to new theme

github.com/pufferpanel/pufferpanel - 9fe696108f13c845b228ab1167ddbc7d958285cc authored about 11 years ago
Active sidebar correctly

github.com/pufferpanel/pufferpanel - 3b8ad288c0ba6a9ef36f7c9a2235d7ba71e335d1 authored about 11 years ago
Rename Node Finding page

github.com/pufferpanel/pufferpanel - 1d0b919807e6b9962af8aa8a98dcb37edfeb680b authored about 11 years ago
I'm a big 'ole panel heading that don't need no one to tell me what to be named.

github.com/pufferpanel/pufferpanel - 1ad53cc61bc70be91304c8e8c516cffd2f147de6 authored about 11 years ago
Update power settings.

github.com/pufferpanel/pufferpanel - 91450c5614b2dffe0c4d8672bc8760c43ad1fce9 authored about 11 years ago
Updated server view.php to new theme

github.com/pufferpanel/pufferpanel - ec8894492a7c9a97dfc2f147e93443312f14c5e7 authored about 11 years ago
Re-theme add server page

github.com/pufferpanel/pufferpanel - 1e819b07d979eb6adfa22ac9f0bf2ec1ae42756d authored about 11 years ago
Fix sidebar link for adding server

github.com/pufferpanel/pufferpanel - 8ba8e140e2f50cb68b3ff4ecfafa48898fa06203 authored about 11 years ago
Change javascript setting wrong tab title

github.com/pufferpanel/pufferpanel - d3a06a2de3c4f000c5c8b9d0cac33c3f6a1bbf9c authored about 11 years ago
Update cookie to last 30 seconds to fix bug

github.com/pufferpanel/pufferpanel - 7fe18b897e8a73245415f54ce3efc7a0249ad1d7 authored about 11 years ago
Whee. Fix some spelling stuff, and limit the name so something like siwggity_swooty_baggerbooty doesn't break the table.

github.com/pufferpanel/pufferpanel - 217030e23593a5cfd124b26d357448376a1c7987 authored about 11 years ago
Updated Server Searching for new theme

github.com/pufferpanel/pufferpanel - 1e59e878db00a9725c84ddd4da7ad0b9dc647879 authored about 11 years ago
Updated to new theme

github.com/pufferpanel/pufferpanel - bcdd38afa6d035941019218e57f4607a2dc6f605 authored about 11 years ago
Fix function location

github.com/pufferpanel/pufferpanel - 63e4b045a3d6f089bea7f0e1a92979cbcc2d414d authored about 11 years ago
Yo dawg, I heard you like nests so I nested a nest so you can nest your nests.

github.com/pufferpanel/pufferpanel - 796d6bd430e841f0960edcb4a6ed9542fc7ed12b authored about 11 years ago
Add error messages and correct form post location

github.com/pufferpanel/pufferpanel - 801d468bb194294b1c16b51ba0e51181a4d1e008 authored about 11 years ago
Improved searching options w/ new theme

github.com/pufferpanel/pufferpanel - 3a1324fa21bf69f36250912980b066b86f9a96c1 authored about 11 years ago
Improve authentication/password generation

github.com/pufferpanel/pufferpanel - 29175746a6598b9df31700f7f988f2d44368d557 authored about 11 years ago
Why was this pushed.

github.com/pufferpanel/pufferpanel - e8d8dc1b77b7f0e576ed76f9531cb7b907264dd0 authored about 11 years ago
Updated Simple Search & List all for new theme

github.com/pufferpanel/pufferpanel - a98b4078a2f17fd4ce0ae41891a61efff6cb8087 authored about 11 years ago
Add logout and servers buttons to header in ACP

github.com/pufferpanel/pufferpanel - b6f2bb53036ed8aa9a71afe6cd6a63817709fde5 authored about 11 years ago
Add ability to change cookie settings

github.com/pufferpanel/pufferpanel - 85eb36aec3815b132443f37dcf28af23ffc89822 authored about 11 years ago
Support Documentation

github.com/pufferpanel/pufferpanel - 05e9dbc40c0f1af2c4e58e20c7990d2315340a2c authored about 11 years ago
Fix jQuery for selecting active tab

github.com/pufferpanel/pufferpanel - 36a4730d95742d6500198d8289aa083b3b2af3cb authored about 11 years ago
Include new file

github.com/pufferpanel/pufferpanel - ac5461000e873ab10eecdd9bc29751f3325cabef authored about 11 years ago
Fix minor id name issue

github.com/pufferpanel/pufferpanel - 7b6ff8707a215d3cace5a933ca141b78be008f6a authored about 11 years ago
Add minor style fix for side-by-side elements

github.com/pufferpanel/pufferpanel - a7f2b93923497bf545df35cc0586c2f24ada86d0 authored about 11 years ago
Configuration page re-styled.

github.com/pufferpanel/pufferpanel - 9cfb1199542b97ca8dfe4ad01369b08b364110c6 authored about 11 years ago
Updated files for Admin CP. Added function to automatically add active class based on page URL. Manual fallback for some pages.

github.com/pufferpanel/pufferpanel - dd1bdb482f0b4fc4d48cb5a99dfc7c779bd72ce5 authored about 11 years ago
Add headers to account and servers

github.com/pufferpanel/pufferpanel - b4c9a99687fdc7da69749f48952fc27c43ca4de6 authored about 11 years ago
Update backup manager

github.com/pufferpanel/pufferpanel - b52e4b0090005cc5133b1ee89f4155660f240da7 authored about 11 years ago
Add border to edit box

github.com/pufferpanel/pufferpanel - 3196cfd9cc236bcf13f0d709e2fd814acacee1ce authored about 11 years ago
Fix link for AJAX

github.com/pufferpanel/pufferpanel - 6c9cfcbe6b49bcb23704b2536614808c324cc351 authored about 11 years ago
Fix plugin installer

github.com/pufferpanel/pufferpanel - 5528c0cb36fe19483f64821d6d25fa01286b5f28 authored about 11 years ago
I like to test on live environments, its more fun.

github.com/pufferpanel/pufferpanel - ba2683d12a61a2f1e2acf9111c083e88c21f9828 authored about 11 years ago
That is a huge button, holy guac.

github.com/pufferpanel/pufferpanel - c794fd926bbeffe1f5e9cf009b1054058700f5ef authored about 11 years ago
File manager updated

github.com/pufferpanel/pufferpanel - 33c76bc6e55eb633248c6a4d7663166510ae72c8 authored about 11 years ago
Update plugins to new theme and split across multiple files

github.com/pufferpanel/pufferpanel - a4fdd9e12a06cb03cbc5a90c7c6f07563c0e3f70 authored about 11 years ago
No need to die on me.

github.com/pufferpanel/pufferpanel - 28b34cc470d5e867064a532f7202b3d49d423a31 authored about 11 years ago
Removed old code. Still broken

github.com/pufferpanel/pufferpanel - aff10b666ab3ff43df7a3e11400e2d4d8041bb37 authored about 11 years ago
We're 1.7+ only now anyways.

github.com/pufferpanel/pufferpanel - 244e2e0d49e074dc100303e347b60b204de19514 authored about 11 years ago
Thanks for the overnight breaking PHP.

github.com/pufferpanel/pufferpanel - 10b1a16d8a4d8127b0b248e04945ba0348ccad75 authored about 11 years ago
Fix links and jQuery code improvements

github.com/pufferpanel/pufferpanel - c0e4cf2994734fdaa34ea59071c47463308d7c8f authored about 11 years ago