Skip to content

Releases: alfg/guildbit

Refactoring, bugfixes and performance improvements

20 Feb 21:48
Compare
Choose a tag to compare

Mostly database related updates to manage hosts and packages and various performance and bug fixes to support the increase in traffic and managed murmur servers.

  • Replace Knockout.js with Vanilla JS #42
  • Admin Hosts Management #44
  • Deploy servers from hosts in DB #45
  • Admin Packages Management #47 #48
  • Server extensions #49
  • Dependency Upgrades #50
  • Celery retry timeout improvements #51
  • Admin Banlist #53

1.7.0 - Python 3 Upgrade + Docker

11 Aug 03:20
Compare
Choose a tag to compare
  • Upgrade project to Python 3
  • Dockerize the project
  • Minor updates around translations

Flask, SQLAlchemy and Flask Extensions Upgrades

12 Nov 02:41
5fc47ab
Compare
Choose a tag to compare

Just a chore to upgrade some outdated packages.

1.5.1

12 Nov 02:12
ea55cb5
Compare
Choose a tag to compare
  • Updated Mumble download source links.

Dockerfile, Documentation and Password Generator

09 Jan 01:17
Compare
Choose a tag to compare
  • Added a Dockerfile and docker-compose.yml for easier local development.
  • Updated README.md documentation to make setup a bit more clear.
  • Added a random password generator.

Widgets, CDN, 15 free slots, HTTPS, and User Controls

07 Oct 03:53
Compare
Choose a tag to compare
  • Added mumble-widget project so premium users can embed on their website
  • Added CDN endpoint for serving logo to mumble instances and hosting widget
  • Updated free slot count to 15 users
  • HTTPS support thanks to CloudFlare
  • UserControls so users can delete their own servers (by IP address)
  • More GA event tracking

CVP Endpoints, SQL migrations support and maintenance

30 Jul 02:39
Compare
Choose a tag to compare

CVP (Mumble Channel Viewer Protocol):

  • Added uuid for cvp endpoints on premium servers.
  • Added caching to cvp views for performance
  • CVP UI Updates on server page for premium servers.

Added Flask-Migrate library for managing database migrations.
Generated a migration script for adding cvp_uuid column to the server table.
Fixed up run_server.py to use flask-script.

Premium servers, refectoring and maintenance

01 Jul 05:51
Compare
Choose a tag to compare
  • Flask-assets for compiling/minifying js/css files
  • Google Universal Analytics
  • Refactored views into separate controllers
  • Sitemap, robots.txt
  • Server upgrades via Bitcoin purchases
  • Admin Updates
  • Internationalization and Localization support
  • Various maintenance and bug fixes

1.1.0 Release

19 Apr 23:14
Compare
Choose a tag to compare
  • Admin Dashboard Updates (Ports)
  • Port chooser algorithm to select next open port addressing issue #3