123 Commits (5a6747c83a663b33a9d0fbf6f32641e3f10c98d6)

Author SHA1 Message Date
Michael Ziegler 5a6747c83a a few code style fixes 14 years ago
Michael Ziegler 6ec7990c90 support multiple addresses to be entered in the address field 14 years ago
Michael Ziegler dc181277d6 add support for IPv6 addresses in the "host" configuration field 14 years ago
Michael Ziegler a7f0bb8da3 convert the default port to int and fix displaying the correct port in the admin 14 years ago
Michael Ziegler 6234a69407 read default port from the server's default config instead of relying _only_ on the settings 14 years ago
Michael Ziegler 86b687aec4 move setting a downloaded image as avatar to MumbleUser.setTextureFromUrl, add setting gravatar when registering 14 years ago
Michael Ziegler 7d293b7224 implement displaying Gravatars in the user detail pages 14 years ago
Michael Ziegler 4dda6a212a fix the user registration field lookups 14 years ago
Michael Ziegler 37ccd499f3 cache the server version in the model, add a property to prettyprint it and display it in the admin. 14 years ago
Michael Ziegler 5ade490dab translate the MumbleServer.defaultconfig and Mumble.server fields; language update 14 years ago
Michael Ziegler f595868302 add a JSON data source for mumbleviewer-ng. 14 years ago
Michael Ziegler b4679528b9 don't try to display the default config when the server is offline; german language update 14 years ago
Michael Ziegler f878fb565c DRASTICALLY improve the way MD handles servers being offline, unavailable modules and configuration issues. fixes #86 14 years ago
Michael Ziegler 8ec67e9e0c add draft for an XML serialization for mumbleviewer-ng <http://bitbucket.org/nodefab/mumbleviewer-ng> 14 years ago
Michael Ziegler a40fded75f include self explicitly in the decorator's definition, and recognize None as an empty password 14 years ago
Michael Ziegler 8a30578065 review verbosity levels to display messages in a sensible context 14 years ago
Michael Ziegler 17e0aa285e various style fixes 14 years ago
Michael Ziegler 54856fa7f1 fix banning and prevent unwanted erasing of the supw and defaultchannel fields, various minor cleanups. 14 years ago
Michael Ziegler 4c04145a42 implement basic banning. see #81 14 years ago
Michael Ziegler 43aecc8b27 properly implement the translation of property docstrings, update German translation 14 years ago
Michael Ziegler ff23d484e6 fix crash when Murmurd is not running, display running states in the admin. Update German translation. 14 years ago
Michael Ziegler 1bd2808e88 fix setting the texture. fixes #84 14 years ago
Michael Ziegler 8e8fb6237e implement basic kicking of users. todo: banning/moving. see #81 14 years ago
Michael Ziegler bddef1de0c display admin stuff to superusers even when they are not server admins 14 years ago
Michael Ziegler 15de0018ae display the server's default config in a TextArea in the Admin 14 years ago
Michael Ziegler bcfeedbb0d coerce config properties to unicode instead of str by default 14 years ago
Michael Ziegler 6942907e26 unset the registerhostname config field if the netloc is unknown 14 years ago
Michael Ziegler 97baf5cc60 only display connect URLs if a sensible address is known 14 years ago
Michael Ziegler 8e5296e03e add support for the "boot" config field 14 years ago
Michael Ziegler d3eaa051b3 don't require the address/port fields anymore as Murmur can handle them not being set. 14 years ago
Michael Ziegler bd3fe30560 optimize looking for existing players to not fire one DB query per player 14 years ago
Michael Ziegler f326990591 double check config fields, and substract -1 (server IDs start at 1) 14 years ago
Michael Ziegler 85a516110f use default instance port = server default port + server_id, and only set host/port if not default. 14 years ago
Michael Ziegler 62ffb43795 fix "new user" dialog being broken by getAdmin trying to access a not-yet-set ForeignKey. 14 years ago
Michael Ziegler 1295c33a17 fix i18n, sadly breaking the docstrings :( 14 years ago
Michael Ziegler fe7f32103a add properties for new Murmur configuration fields 14 years ago
Michael Ziegler dd56f56429 add mk_registration_property helper to easily create properties for user registration fields 14 years ago
Michael Ziegler 67a46466f5 improve detection of the server's bind and registration adresses 14 years ago
Michael Ziegler ae36d5b495 properly coerce Murmur's config variable to Python types and handle None 14 years ago
Michael Ziegler 06af88eb89 normalize server connectivity info into MumbleServer model 14 years ago
Michael Ziegler b741e01d88 implement authentication to Murmur using the Ice secret. 14 years ago
Michael Ziegler 6e95ecd191 add Ice secret and display address fields. (this means mumble-django-nat is now integrated in the main branch.) 14 years ago
Michael Ziegler 8fb3877a77 fix the properties to return None instead of excepting when queried while creating a new server instance 14 years ago
Michael Ziegler c51320afeb turn supw and booted into properties and remove a lot of now unnecessary code from save() 14 years ago
Michael Ziegler 198860fa1a move fields that just require a get/setConf to properties and pimp PMF to show translated docstrings as labels 14 years ago
Michael Ziegler 6305a82c5b remove model's isAdmin field, and add a PropertyModelForm for the admin to set the aclAdmin property 14 years ago
Michael Ziegler e336523df4 introduce slicefile parameter to get the CTL stuff independent from django.conf.settings 14 years ago
Michael Ziegler 1846d027ec reformat docstrings 14 years ago
Michael Ziegler 020d6a7bcf cleaned up to satisfy pylint 15 years ago
Michael Ziegler bd151332a5 changes to satisfy django-lint. 15 years ago