65 Commits (5a6747c83a663b33a9d0fbf6f32641e3f10c98d6)

Author SHA1 Message Date
Michael Ziegler 5a6747c83a a few code style fixes 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 24a60fe541 add setting your own texture to your gravatar 14 years ago
Michael Ziegler 0a057b5508 a few cleanups 14 years ago
Michael Ziegler 230c64cc77 don't show suppressed users as deafened in Murmur Manager's Channel viewer 14 years ago
Michael Ziegler f595868302 add a JSON data source for mumbleviewer-ng. 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 a71c0704e1 order servers by name, and display a helpful message when none have been entered into the db 14 years ago
Michael Ziegler 4c04145a42 implement basic banning. see #81 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 2d8d2f39e5 fix the user admin thing still trying to set the isAdmin field 14 years ago
Michael Ziegler a6491314fb add a real docstring to the ajax channel viewer thing 14 years ago
Michael Ziegler b14a168f0c fix parent ID not being set in the JSON. 14 years ago
Michael Ziegler 18239ecf0f add view to feed Antiarc's AJAX channel viewer (http://tinyurl.com/ydun45e) with data. 14 years ago
Michael Ziegler 40ae2e5999 merge the "mumbles" and "mobile_mumbles" views, as they practically do the same thing 14 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 432f97e654 use context processors for MEDIA_URL and ROSETTA_ISNTALLED variables 15 years ago
Michael Ziegler a60d703900 move templates to app dirs, rename .htm to .html, clean up i18n 15 years ago
withgod e7bc200927 mobile_index.htm 15 years ago
Michael Ziegler 5ee6440a21 add user agent string for opera mobile 15 years ago
Michael Ziegler 0488e08485 recognize more (most, I hope) mobile browsers 15 years ago
Michael Ziegler 4fef7f9e95 add views for mobiles (currently only detects BlackBerries, need more browser strings...) 15 years ago
Michael Ziegler 92ddc5d57a remove save() method which doesn't exist in MumbleUserForm, which would cause problems when linking is disabled 15 years ago
Michael Ziegler f3405dcbc7 if linking accounts, don't update Murmur. see #56 15 years ago
Michael Ziegler c03b775478 implement save method with respect to linking, see #56 15 years ago
Michael Ziegler 68731f3ea9 display MumbleLinkForm if account linking is enabled in settings.py. TODO: implement saving. see #56 15 years ago
Michael Ziegler d9b461af68 thoughtless copypasta bound to go wrong - apart from that, it works. fixes #55 15 years ago
Michael Ziegler 1bf2176870 add resync button to the 'users' view. see #55 15 years ago
Michael Ziegler 07b132a378 when registering a player, validate the input name against the server's configured player name regex. fixes #44 15 years ago
Michael Ziegler 22d9874746 a few style fixes and docstrings 15 years ago
Michael Ziegler e668504a36 change case of MEDIA_URL in templates, defer resolving in settings.py until after the WSGI daemon had a chance of setting the script prefix 15 years ago
Michael Ziegler bc85e76ed1 changed hardcoded urls to reverse resolved ones, finally allowing m-d to run in a shared apache vhost. 15 years ago
Michael Ziegler 27aa076552 a few style fixes 15 years ago
Michael Ziegler c5497d5618 add sorting 15 years ago
Michael Ziegler 2c9ad43f2a finish user admin thingy. fixes #15 15 years ago
Michael Ziegler 7ba21f0270 add user manager for server admins, see #15. changing an account's owner doesn't work yet, backing up what I have so far :) 15 years ago
Michael Ziegler 44580b161a show user textures in the detail pages 15 years ago
Michael Ziegler 19c452e837 introducing protected mode: if active, people will need the server password to register on private servers. fixes #16 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 7f844e245c added docstrings 15 years ago
Michael Ziegler 35df252d55 fixed my last two fixes. it was just too late at night yesterday. 15 years ago
Michael Ziegler d34aa40dbe last fix didn't help... 15 years ago
Michael Ziegler edc7af8cf4 *sigh* fixed hidden channels breaking the JavaScript 15 years ago
Michael Ziegler 61b80ddf72 merged mmServer class into Mumble model, changed channel viewer to use divs instead of a table (can be more cleanly generated), cleaned up views and removed a whole lot of bad(tm) code 15 years ago
Michael Ziegler 47dc521d57 fixed "Username@" missing from the channel links 15 years ago
Michael Ziegler 72df6d5cc8 /mumble now redirects to /mumble/x if only one server has been configured 15 years ago
Michael Ziegler 2dffabcf08 changed output format to PNG because it has transparency 15 years ago