162 Commits (v2.7)

Author SHA1 Message Date
Michael Ziegler e730d86ed3 filter MumbleUsers by the current servers when detecting stale accounts 13 years ago
Michael Ziegler f5465baefd add missing encoding line 13 years ago
Michael Ziegler 59d24f19ca fix non-existing variable name. see #166 13 years ago
Michael Ziegler 5fdcc0b541 move the server detection code to MumbleServer.save(). see #166 13 years ago
Michael Ziegler ca0f81e190 fix encoding issue when printing user names. fixes #160 13 years ago
Michael Ziegler feafd8b189 add the fields to the forms and rephrase the suggestversion help text 13 years ago
Michael Ziegler 65868a2a20 add support for suggest{version,positional,pushtotalk} server settings. 13 years ago
Michael Ziegler b5f47053f4 set registerhostname to plain display/bind address instead of addr:port. fixes #150 13 years ago
Michael Ziegler bff97a817a check channel names before adding/renaming channels. fixes #149 13 years ago
Michael Ziegler e6cf9ca4f3 implement removing bans. (Natenom: you owe me a cookie.) 14 years ago
Michael Ziegler a6fdd8be7c check for stale mumble instances/users when syncing and remove them from the database. fixes #120 14 years ago
Michael Ziegler 7d1c0f0b00 update Mumble model docstring 14 years ago
Michael Ziegler 35573ed539 unify getUptime implementations and correctly handle None. fixes #116 14 years ago
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... 14 years ago
Michael Ziegler ba60ce8936 replace the x- prefix with x_ to get valid object attribute names 14 years ago
Michael Ziegler 6d1f391a7e add getUptime() to the ctls 14 years ago
Michael Ziegler 84ccb94516 use spaces instead of commas to separate lists and include proper xmlns definitions 14 years ago
Michael Ziegler 4943b4cbb2 modify the channel viewer protocol implementation to only deliver addresses for authenticated requests 14 years ago
Michael Ziegler f624f84022 add support for the <http://mumble.sourceforge.net/Channel_Viewer_Protocol> draft 14 years ago
Michael Ziegler 2b462c87ac add "usersperchannel" configuration field, language update. 14 years ago
Michael Ziegler 821902ab31 correctly handle IPv6 addresses in the server/channel URLs 14 years ago
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