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.
 
 
 
 
 
 
Harry Gabriel 8a0f0f6957 Run the embedded Django server and point the web browser to it. (for Desktop usage) 14 years ago
..
conversionsql move transaction handling from update_schema to the SQL scripts, as it didn't work. 15 years ago
fixtures update test fixtures and backup the murmur database I use for testing 15 years ago
locale properly translate Bans 14 years ago
locale_outdated move outdated languages out of the locale dir to prevent makemessages from trying to process them 15 years ago
management update checkenv to not tell people to run gen_secret_key.sh and use getSlice. fixes #108 14 years ago
media fix indentation 14 years ago
templates/mumble if qrencode is available, display a QR code for the channel viewer 14 years ago
templatetags fix the mobile views to use the new media paths 15 years ago
MumbleCtlDbus.py add missing kickUser method 14 years ago
MumbleCtlIce.py add missing kickUser method 14 years ago
__init__.py Bump mumble module version 14 years ago
admin.py list user name in the first column instead of account owner 15 years ago
forms.py fix user registration not working due to MumbleUser.owner field not being set 14 years ago
mctl.py a few code style fixes 15 years ago
mmobjects.py fix borkage with murmur 1.2.0 due to accessing the wrong object 14 years ago
models.py unify getUptime implementations and correctly handle None. fixes #116 14 years ago
murmurenvutils.py a few code style fixes 15 years ago
testrunner.py a few code style fixes 15 years ago
tests.py if simplejson isn't available, fallback to json 14 years ago
urls.py if qrencode is available, display a QR code for the channel viewer 14 years ago
utils.py a few code style fixes 15 years ago
views.py set qr code scale to 82 14 years ago