28 Commits (50547665bc23fffd327da70d1fbca0260a332500)

Author SHA1 Message Date
Michael Ziegler 340c64b257 fix imports 15 years ago
Michael Ziegler ab56be2310 add debug output when reading the config values fails 15 years ago
Michael Ziegler b779ab9cb8 when detecting a new instance fails due to a duplicate entry, print both. 15 years ago
Michael Ziegler 5f73c19d94 prevent checkenv from failing if Ice is not available. 15 years ago
Michael Ziegler 8c09edeee7 properly detect if an upgrade is necessary using Django's DB introspection. 15 years ago
Michael Ziegler 099feacc73 only use transactions for PGSQL 15 years ago
Michael Ziegler 626888c2e3 fix icesecret not having been entered into the db if meta has been entered into the db by the conversion 15 years ago
Michael Ziegler 45dc3ac55b implement data conversion and add scripts to convert the SQLITE db. todo: mysql/pgsql. 15 years ago
Michael Ziegler ee406af055 various fixes to adapt the new model layout 15 years ago
Michael Ziegler b50247e1a2 ask for the Ice secret 15 years ago
Michael Ziegler 06af88eb89 normalize server connectivity info into MumbleServer model 15 years ago
Michael Ziegler e336523df4 introduce slicefile parameter to get the CTL stuff independent from django.conf.settings 15 years ago
Michael Ziegler cffb25ac2b only catch Ice exceptions 15 years ago
Michael Ziegler 53d00abd66 add checks to prevent confusing Ice with spaces in the slice path. (no kidding.) 15 years ago
Michael Ziegler 68ec9950c5 add checks for the slice file and MUMBLE_DJANGO_ROOT. 15 years ago
Michael Ziegler 862787a16d remove getSlice management command 15 years ago
Michael Ziegler d78bd39cc9 add a command to download the current HEAD version of Murmur.ice from Mumble's Git 15 years ago
Michael Ziegler c16d62d07e a bunch'a cleanups to fix pyflakes warnings (and a few so far undiscovered bugs as well...) 15 years ago
Michael Ziegler fc53d4467d update years in the copyright claims 15 years ago
Michael Ziegler ccc8c89dfa add mm{shell,syncdb,runserver} commands that allow to choose a Murmur version first 15 years ago
Michael Ziegler cf8e8e96fe increase verbosity, fix testAddrPortUnique test to use the correct connstring 15 years ago
fdai2875 390e1ba972 move user detection code to Mumble model, see #55 15 years ago
Michael Ziegler dddc9e5758 a few last tweaks to fix errors found during testing. fixes #49 15 years ago
Michael Ziegler 729ab451d5 move the code that copies config data from murmur to md to the models and add syncing for existing instances, see #49 15 years ago
Michael Ziegler 858e3706a6 check SECRET_KEY 15 years ago
Michael Ziegler 30080192cd add copyright headers 15 years ago
Michael Ziegler f0b567e7a7 improve Sites checks to detect SITE_ID not set or no site of that ID existing, see #30 15 years ago
Michael Ziegler 2156c9bb3e add a "checkenv" command to manage.py that runs a few tests on the setup of mumble-django, to prevent configuration problems like bug #30. 15 years ago