Michael Ziegler
|
bd3fe30560
|
optimize looking for existing players to not fire one DB query per player
|
15 years ago |
Michael Ziegler
|
f326990591
|
double check config fields, and substract -1 (server IDs start at 1)
|
15 years ago |
Michael Ziegler
|
85a516110f
|
use default instance port = server default port + server_id, and only set host/port if not default.
|
15 years ago |
Michael Ziegler
|
62ffb43795
|
fix "new user" dialog being broken by getAdmin trying to access a not-yet-set ForeignKey.
|
15 years ago |
Michael Ziegler
|
1295c33a17
|
fix i18n, sadly breaking the docstrings :(
|
15 years ago |
Michael Ziegler
|
fe7f32103a
|
add properties for new Murmur configuration fields
|
15 years ago |
Michael Ziegler
|
dd56f56429
|
add mk_registration_property helper to easily create properties for user registration fields
|
15 years ago |
Michael Ziegler
|
67a46466f5
|
improve detection of the server's bind and registration adresses
|
15 years ago |
Michael Ziegler
|
ae36d5b495
|
properly coerce Murmur's config variable to Python types and handle None
|
15 years ago |
Michael Ziegler
|
06af88eb89
|
normalize server connectivity info into MumbleServer model
|
15 years ago |
Michael Ziegler
|
b741e01d88
|
implement authentication to Murmur using the Ice secret.
|
15 years ago |
Michael Ziegler
|
6e95ecd191
|
add Ice secret and display address fields. (this means mumble-django-nat is now integrated in the main branch.)
|
15 years ago |
Michael Ziegler
|
8fb3877a77
|
fix the properties to return None instead of excepting when queried while creating a new server instance
|
15 years ago |
Michael Ziegler
|
c51320afeb
|
turn supw and booted into properties and remove a lot of now unnecessary code from save()
|
15 years ago |
Michael Ziegler
|
198860fa1a
|
move fields that just require a get/setConf to properties and pimp PMF to show translated docstrings as labels
|
15 years ago |
Michael Ziegler
|
6305a82c5b
|
remove model's isAdmin field, and add a PropertyModelForm for the admin to set the aclAdmin property
|
15 years ago |
Michael Ziegler
|
e336523df4
|
introduce slicefile parameter to get the CTL stuff independent from django.conf.settings
|
15 years ago |
Michael Ziegler
|
1846d027ec
|
reformat docstrings
|
15 years ago |
Michael Ziegler
|
020d6a7bcf
|
cleaned up to satisfy pylint
|
15 years ago |
Michael Ziegler
|
bd151332a5
|
changes to satisfy django-lint.
|
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
|
fad11e6d4d
|
move handling of the "playername"/"username" config field to the CTLs
|
15 years ago |
Michael Ziegler
|
f62c878a53
|
clear cache, fix a few glitches in the tests
|
15 years ago |
Michael Ziegler
|
6d32b13210
|
standardize user information handling
|
15 years ago |
Michael Ziegler
|
368c137a61
|
properly implement ACL handling
|
15 years ago |
Michael Ziegler
|
d925fec378
|
transform mmObjects to use Murmur's data more directly, and change the templates accordingly
|
15 years ago |
Michael Ziegler
|
33bcb3bce4
|
create ice-like PlayerInfo objects for the dbus ifaces
|
15 years ago |
Michael Ziegler
|
0caba5a1ae
|
create ChannelInfo objects like ice does for dbus as well, prevent Ice errors from being hidden by an IndexError
|
15 years ago |
Michael Ziegler
|
1aa360cf6c
|
add drafts for the mumpytz interface that is in planning
|
15 years ago |
Michael Ziegler
|
72f2fad025
|
show user comments in their detail pages
|
15 years ago |
Michael Ziegler
|
39271700ce
|
fix "IntegrityError: mumble_mumble.player may not be NULL". (I've been able to reproduce it at last.)
|
15 years ago |
Michael Ziegler
|
1022a018e1
|
validate that the address and port are available by trying to bind when saving a new server instance. fixes #57
|
15 years ago |
Michael Ziegler
|
3527f8c790
|
do I wanna ask..?
|
15 years ago |
Michael Ziegler
|
b2acbb0ce0
|
add ?version= tag to connect URLs
|
15 years ago |
Michael Ziegler
|
0c7c813ead
|
add unique constraint for (server,mumbleid)
|
15 years ago |
Michael Ziegler
|
d9b461af68
|
thoughtless copypasta bound to go wrong - apart from that, it works. fixes #55
|
15 years ago |
fdai2875
|
390e1ba972
|
move user detection code to Mumble model, see #55
|
15 years ago |
Michael Ziegler
|
01e238d892
|
murmur doesn't rename the field when converting, so check both fields
|
15 years ago |
Michael Ziegler
|
af00127f5d
|
playername has been renamed to username in 1.2
|
15 years ago |
Michael Ziegler
|
1cfd056106
|
format change
|
15 years ago |
Michael Ziegler
|
4ee583bef6
|
add default value for "port" field.
|
15 years ago |
Michael Ziegler
|
ebf1f59b5c
|
check for an existing texture when building the page, and display a message when none is set. fixes #43
|
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
|
409c313426
|
add doc strings to properties (just found out how to do that correctly :P )
|
15 years ago |
Michael Ziegler
|
27aa076552
|
a few style fixes
|
15 years ago |
Michael Ziegler
|
bd982d9368
|
unsetting +x bit (it's not needed anyway and lintian doesn't like it)
|
15 years ago |
Michael Ziegler
|
f2b004d7b9
|
added help_texts and port number sanity check; and the channel ids are now shown to serveradmins and staff
|
16 years ago |
Michael Ziegler
|
2f418fde89
|
implemented auto port assignment - not such a clean way, but it should work. fixes #6
|
16 years ago |
Michael Ziegler
|
0900db9664
|
added i18n to the code and wrote a German translation file. doesn't cover *everything* yet, but it's a start.
|
16 years ago |