149 Commits (a34173e8080488612239762017ae70fc3980cb1f)

Author SHA1 Message Date
Michael Ziegler 7be1973ff2 remove obfuscate option and add rememberchannel. fixes #105 14 years ago
Michael Ziegler 3f1ea99873 add setTextureFromGravatar method and fix setTexture 14 years ago
Michael Ziegler 778f54323e dont use i18n in exception strings as it won't get rendered correctly 14 years ago
Michael Ziegler e9a4c1d454 implement sending messages to users and channels 14 years ago
Michael Ziegler ae63d7abb2 add get_absolute_url method to the Mumble model to enable "view on site" buttonés in the admin 14 years ago
Michael Ziegler 8a155895a4 add channel functions: add/delete/change name, description. fixes #89 14 years ago
Michael Ziegler 4152896163 fix hasUserTexture to not try getting the texture for anonymous users 14 years ago
Michael Ziegler 24f454d9ea implement user muting/deafening and displaying their avatars in the channel viewer user edit thingy 14 years ago
Michael Ziegler 770eceef83 add a ban viewer panel 14 years ago
Michael Ziegler e232a218fa implement kicking and banning users. fixes #81 14 years ago
Michael Ziegler 13c86e9cae implement moving channels via drag&drop, don't set leaf:true on channels so they can be drop targets 14 years ago
Michael Ziegler ae377cd309 add move{User,Channel} events, implement moving users to other channels via DD. see #81 14 years ago
Michael Ziegler a66e932dd1 implement rendering the server overview in JS to allow dynamically rendering it in the server list 14 years ago
Michael Ziegler 0ba1f084d2 remove unneccessary Ice import that breaks DBus. fixes #101 14 years ago
Michael Ziegler ad87dbed82 properly handle log retrieval in the model and add filtering functionality 14 years ago
Michael Ziegler d2cf8d7675 fix save()s to accept *args **kwargs 14 years ago
Michael Ziegler eb1c388159 only set avatar to gravatar if none has been set 14 years ago
Michael Ziegler 0993ef842b murmur accepts FQDNs in the host field, read/set it asas-is. this also prevents issues when syncdb'ing a server instance with multiple bind addresses. 14 years ago
Michael Ziegler b9b2d2ae2e testmessagelength ain't no boolean property... 15 years ago
Michael Ziegler ba60ce8936 replace the x- prefix with x_ to get valid object attribute names 15 years ago
Michael Ziegler 6d1f391a7e add getUptime() to the ctls 15 years ago
Michael Ziegler 84ccb94516 use spaces instead of commas to separate lists and include proper xmlns definitions 15 years ago
Michael Ziegler 4943b4cbb2 modify the channel viewer protocol implementation to only deliver addresses for authenticated requests 15 years ago
Michael Ziegler f624f84022 add support for the <http://mumble.sourceforge.net/Channel_Viewer_Protocol> draft 15 years ago
Michael Ziegler 2b462c87ac add "usersperchannel" configuration field, language update. 15 years ago
Michael Ziegler 821902ab31 correctly handle IPv6 addresses in the server/channel URLs 15 years ago
Michael Ziegler 5a6747c83a a few code style fixes 15 years ago
Michael Ziegler 6ec7990c90 support multiple addresses to be entered in the address field 15 years ago
Michael Ziegler dc181277d6 add support for IPv6 addresses in the "host" configuration field 15 years ago
Michael Ziegler a7f0bb8da3 convert the default port to int and fix displaying the correct port in the admin 15 years ago
Michael Ziegler 6234a69407 read default port from the server's default config instead of relying _only_ on the settings 15 years ago
Michael Ziegler 86b687aec4 move setting a downloaded image as avatar to MumbleUser.setTextureFromUrl, add setting gravatar when registering 15 years ago
Michael Ziegler 7d293b7224 implement displaying Gravatars in the user detail pages 15 years ago
Michael Ziegler 4dda6a212a fix the user registration field lookups 15 years ago
Michael Ziegler 37ccd499f3 cache the server version in the model, add a property to prettyprint it and display it in the admin. 15 years ago
Michael Ziegler 5ade490dab translate the MumbleServer.defaultconfig and Mumble.server fields; language update 15 years ago
Michael Ziegler f595868302 add a JSON data source for mumbleviewer-ng. 15 years ago
Michael Ziegler b4679528b9 don't try to display the default config when the server is offline; german language update 15 years ago
Michael Ziegler f878fb565c DRASTICALLY improve the way MD handles servers being offline, unavailable modules and configuration issues. fixes #86 15 years ago
Michael Ziegler 8ec67e9e0c add draft for an XML serialization for mumbleviewer-ng <http://bitbucket.org/nodefab/mumbleviewer-ng> 15 years ago
Michael Ziegler a40fded75f include self explicitly in the decorator's definition, and recognize None as an empty password 15 years ago
Michael Ziegler 8a30578065 review verbosity levels to display messages in a sensible context 15 years ago
Michael Ziegler 17e0aa285e various style fixes 15 years ago
Michael Ziegler 54856fa7f1 fix banning and prevent unwanted erasing of the supw and defaultchannel fields, various minor cleanups. 15 years ago
Michael Ziegler 4c04145a42 implement basic banning. see #81 15 years ago
Michael Ziegler 43aecc8b27 properly implement the translation of property docstrings, update German translation 15 years ago
Michael Ziegler ff23d484e6 fix crash when Murmurd is not running, display running states in the admin. Update German translation. 15 years ago
Michael Ziegler 1bd2808e88 fix setting the texture. fixes #84 15 years ago
Michael Ziegler 8e8fb6237e implement basic kicking of users. todo: banning/moving. see #81 15 years ago
Michael Ziegler bddef1de0c display admin stuff to superusers even when they are not server admins 15 years ago