87 Commits (13c86e9cae2e2cd96f62a3d6cdcb0035ea7628e1)

Author SHA1 Message Date
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 db20ed3895 Extify the server list, resize the main panels when the size of the browser window changes 14 years ago
Michael Ziegler b6f829d939 include the server ID in the update() call 14 years ago
Michael Ziegler 1727c353ba wrap up all views for the user admin thingy into the MumbleUserAdmin object and fix saving 14 years ago
Michael Ziegler 78d4851a94 remove @login_required decorators which don't have any effect on the Provider anyway 14 years ago
Michael Ziegler ad87dbed82 properly handle log retrieval in the model and add filtering functionality 14 years ago
Michael Ziegler a6dfc29f2e add a log viewer 14 years ago
Michael Ziegler 8fabd54ff2 add login/logout views (those will be moved to djextdirect sooner or later) 14 years ago
Michael Ziegler 15180b5e5e prevent exception when user isn't logged in 14 years ago
Michael Ziegler 7f266468e7 rename extdirect.py to djextdirect.py (outsourced it to its own project) 14 years ago
Michael Ziegler d50460da5b reindent mumble.html; implement avatar updating 14 years ago
Michael Ziegler e3a6839002 throw out that olde, overloaded "show" view and start implementing this stuff properly :) 14 years ago
Michael Ziegler 941a16c511 implement the administration form teh ext.direct wayz 14 years ago
Michael Ziegler a16bd64701 finish ext.direct provider integration and move stuff to DirectStores 14 years ago
Michael Ziegler efa43c5f52 add draft for an Ext.Direct provider implementation 14 years ago
Michael Ziegler 637b3e01ad add a proper fallback to JSON if JSONP has not been requested 14 years ago
Michael Ziegler 1a5965d638 check if getSliceDir is actually available before trying to call it (Debian Lenny...) 14 years ago
Michael Ziegler 4943b4cbb2 modify the channel viewer protocol implementation to only deliver addresses for authenticated requests 14 years ago
Michael Ziegler 73c01b3547 properly encode stuff for the XML output 14 years ago
Michael Ziegler f624f84022 add support for the <http://mumble.sourceforge.net/Channel_Viewer_Protocol> draft 14 years ago
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 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 a71c0704e1 order servers by name, and display a helpful message when none have been entered into the db 15 years ago
Michael Ziegler 4c04145a42 implement basic banning. see #81 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 2d8d2f39e5 fix the user admin thing still trying to set the isAdmin field 15 years ago
Michael Ziegler a6491314fb add a real docstring to the ajax channel viewer thing 15 years ago
Michael Ziegler b14a168f0c fix parent ID not being set in the JSON. 15 years ago
Michael Ziegler 18239ecf0f add view to feed Antiarc's AJAX channel viewer (http://tinyurl.com/ydun45e) with data. 15 years ago
Michael Ziegler 40ae2e5999 merge the "mumbles" and "mobile_mumbles" views, as they practically do the same thing 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 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