Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Ziegler 6bebc1b828 add the "priority speaker" status icon, and reorder the icons to appear like they do in the mumble client 14 years ago
..
conversionsql move transaction handling from update_schema to the SQL scripts, as it didn't work. 14 years ago
locale add usereditor, use Django's jsi18n, language update 14 years ago
locale_outdated move outdated languages out of the locale dir to prevent makemessages from trying to process them 14 years ago
management a few code style fixes 14 years ago
templates/mumble restructure the code a little by outsourcing various elements into their own objects 14 years ago
templatetags implement the administration form teh ext.direct wayz 14 years ago
MumbleCtlDbus.py remove debug print statement from MumbleCtlDbus 14 years ago
MumbleCtlIce.py add getLog method to ice control objects 14 years ago
__init__.py Bump version 14 years ago
admin.py remove a few not-so-interesting columns from the admin to save some space. fixes #88 14 years ago
forms.py add EXT_authorize method to MumbleForm that checks for auth before sending/accepting data 14 years ago
mctl.py a few code style fixes 14 years ago
mmobjects.py replace the x- prefix with x_ to get valid object attribute names 14 years ago
models.py remove unneccessary Ice import that breaks DBus. fixes #101 14 years ago
murmurenvutils.py a few code style fixes 14 years ago
testrunner.py a few code style fixes 14 years ago
tests.py a few code style fixes 14 years ago
urls.py reindent mumble.html; implement avatar updating 14 years ago
utils.py a few code style fixes 14 years ago
views.py include the server ID in the update() call 14 years ago