168 Commits (87cec419d13c6bb747c3fcecdc07ba818cd6c88c)

Author SHA1 Message Date
Michael Ziegler d925fec378 transform mmObjects to use Murmur's data more directly, and change the templates accordingly 15 years ago
Michael Ziegler 33bcb3bce4 create ice-like PlayerInfo objects for the dbus ifaces 15 years ago
Michael Ziegler 0caba5a1ae create ChannelInfo objects like ice does for dbus as well, prevent Ice errors from being hidden by an IndexError 15 years ago
Michael Ziegler 1aa360cf6c add drafts for the mumpytz interface that is in planning 15 years ago
Michael Ziegler 72f2fad025 show user comments in their detail pages 15 years ago
Michael Ziegler 39271700ce fix "IntegrityError: mumble_mumble.player may not be NULL". (I've been able to reproduce it at last.) 15 years ago
Michael Ziegler 1022a018e1 validate that the address and port are available by trying to bind when saving a new server instance. fixes #57 15 years ago
Michael Ziegler 3527f8c790 do I wanna ask..? 15 years ago
Michael Ziegler b2acbb0ce0 add ?version= tag to connect URLs 15 years ago
Michael Ziegler 0c7c813ead add unique constraint for (server,mumbleid) 15 years ago
Michael Ziegler d9b461af68 thoughtless copypasta bound to go wrong - apart from that, it works. fixes #55 15 years ago
fdai2875 390e1ba972 move user detection code to Mumble model, see #55 15 years ago
Michael Ziegler 01e238d892 murmur doesn't rename the field when converting, so check both fields 15 years ago
Michael Ziegler af00127f5d playername has been renamed to username in 1.2 15 years ago
Michael Ziegler 1cfd056106 format change 15 years ago
Michael Ziegler 4ee583bef6 add default value for "port" field. 15 years ago
Michael Ziegler ebf1f59b5c check for an existing texture when building the page, and display a message when none is set. fixes #43 15 years ago
Michael Ziegler 729ab451d5 move the code that copies config data from murmur to md to the models and add syncing for existing instances, see #49 15 years ago
Michael Ziegler 409c313426 add doc strings to properties (just found out how to do that correctly :P ) 15 years ago
Michael Ziegler 27aa076552 a few style fixes 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 f2b004d7b9 added help_texts and port number sanity check; and the channel ids are now shown to serveradmins and staff 15 years ago
Michael Ziegler 2f418fde89 implemented auto port assignment - not such a clean way, but it should work. fixes #6 15 years ago
Michael Ziegler 0900db9664 added i18n to the code and wrote a German translation file. doesn't cover *everything* yet, but it's a start. 15 years ago
Michael Ziegler 65973518f2 first alpha of a CLI to administer Murmur. this still needs a LOT of improvement, maybe an ncurses interface? 15 years ago
Michael Ziegler 7f844e245c added docstrings 15 years ago
Michael Ziegler 7c790ba929 changed *everything* just to handle the new user registration in Murmur 1.2.0. Hope it works. 15 years ago
Michael Ziegler 0e2f58c35e removed dysfunctional unit tests and changed raised exceptions to better fitting class names 15 years ago
Michael Ziegler 73bda3ca3b added UNIQUE constraints 15 years ago
Michael Ziegler 48f366c76b renamed "identifier" to "channelid", revoke users admin status before deleting 15 years ago
svedrin 4d3bbee3e3 added check if the player name the user tries to register is already taken 15 years ago
Michael Ziegler a6113dc743 default connstring for new models can now be configured in settings.py 15 years ago
Michael Ziegler 48b4ca659f server info and channel description 15 years ago
Michael Ziegler 8b84fe9dba changed field description and default of the "dbus" field to use ICE as default 15 years ago
Michael Ziegler 7e25cb7bc1 fixed "url" property overwriting RegisterURL field, moved default port number to settings, port no only shows up if not default 15 years ago
Michael Ziegler 75f30b0c84 implemented sorted channel list 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 bf5a5972c6 fixing player list not working when multiple servers in different installations have the same server ID 15 years ago
Michael Ziegler 1f67272b9b removed "DAOTYPE" setting (that's what the dbus field in the Mumble model is for), and added an automatic switch between the methods to MumbleCtlBase. repaired management.py. 15 years ago
Michael Ziegler 76d66448fc prevented "server" field on MumbleUser model from being changed once the record has been entered into the database (and hence into murmur). fixes #2 15 years ago
Michael Ziegler 787e0ff1d3 implemented current texture to be displayed in the "set texture" form 15 years ago
Michael Ziegler d62cb9f453 implemented setting user textures 15 years ago
withgod 957f8ae01d without DBus code modesl.py 15 years ago
withgod 066f9942d1 code review commit... 15 years ago
Michael Ziegler b884425048 fixed various settings not being updated in Murmur correctly due to case sensitivity of setConf(). closes: #4 15 years ago
Michael Ziegler 24ff9ce515 bugfix: used syntax that is not available in python 2.4 15 years ago
Michael Ziegler 6ce1563e89 renamed column "default" to "defchan" (default is a reserved word, bad karma), created a script to update the schema from v0.5 15 years ago
Michael Ziegler ecbf04d284 added options to configure channel and player name regexes, ip obfuscation and default channel id. 15 years ago
Michael Ziegler abf565014d changed copyright notice to clarify GPLv2+ licensing 15 years ago
Michael Ziegler f51a52bc13 added rudimentary "admin" view to allow server admins to configure their servers without being able to alter "hoster only" config options 15 years ago