13 Commits (22583692f9a9d7fc3934bbca5f6c1cf6fa370d03)

Author SHA1 Message Date
Michael Ziegler 24a60fe541 add setting your own texture to your gravatar 14 years ago
Michael Ziegler 7d293b7224 implement displaying Gravatars in the user detail pages 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 a725a1e3e3 Releasing v2.0beta3; I feel more testing needs to be done before final. If you want to help, test and tell me stuff works. 15 years ago
Michael Ziegler 0b6acafc09 disable the texture stuff for Murmur 1.2.2, and remove the 600x60 hint for >=1.2.3. 15 years ago
Michael Ziegler 84e70f2934 fix a few last glitches in the IP address formatting and display the users' FQDN. 15 years ago
Michael Ziegler 9fb1ba96db implement displaying users' IP addresses to Admins and SuperUsers. 15 years ago
Michael Ziegler 8e8fb6237e implement basic kicking of users. todo: banning/moving. see #81 15 years ago
Michael Ziegler 576cdf50d7 move "extends" directive before comments, as it needs to be on the first line 15 years ago
Michael Ziegler 54ea276b40 prevent output of the comma in the last loop iteration. fixes #75 15 years ago
Michael Ziegler 83192cf0ff put kate modelines in {%comment%}s so they don't get written into the HTML, and reindent JS using 2 spaces 15 years ago
Michael Ziegler 97baf5cc60 only display connect URLs if a sensible address is known 15 years ago
Michael Ziegler a60d703900 move templates to app dirs, rename .htm to .html, clean up i18n 15 years ago
Michael Ziegler b61b2ea1cd fix syntax error caused by the ie compatibilty patch that prevented the JS from working 15 years ago
Michael Ziegler 630acf1f2b apply patch by puddlejumper to make the JS IE compatible 15 years ago
Michael Ziegler d925fec378 transform mmObjects to use Murmur's data more directly, and change the templates accordingly 15 years ago
Michael Ziegler 72f2fad025 show user comments in their detail pages 15 years ago
Michael Ziegler 92d9385f1a add JavaScript snippets to focus the login and registration forms. fixes #46 15 years ago
Michael Ziegler 1bf2176870 add resync button to the 'users' view. see #55 15 years ago
Michael Ziegler 19f7c38df4 check in the user detail pages for their textures, see #43 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 dc92c0ec60 fix typo 15 years ago
Michael Ziegler bbde3f950b fix date/time formats and remove translations for yes and no (django has these itself) 15 years ago
Michael Ziegler 0164ad6b68 bugfix: when a user without a registration joins, showTexture wasn't found due to the second argument being empty 15 years ago
Michael Ziegler 3752f1d09b resolve the correct user view 15 years ago
Michael Ziegler d49f5c4743 move background-image from .css to template - not pretty, but saves me a view 15 years ago
Michael Ziegler 24120846aa add missing url tag 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 c5497d5618 add sorting 15 years ago
Michael Ziegler d946a7ad8b work around store.find() comparing as "starts with", thereby finding uid=16 when searching for uid=1. 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 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 3379501b3b added channel id to channel detail page (visible for admins only) 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 d5aaa63dee show connecturl at "Server address" field 15 years ago
Michael Ziegler 48b4ca659f server info and channel description 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 a893ea57ee replaced the YAML template with a self-written one due to License problems (Debian won't accept CCA2 and Dirk Jesse didn't respond to a request to update the YAML license.) 15 years ago
Michael Ziegler 3a0c06fafe added missing port number 15 years ago
Michael Ziegler 046f4ebbd1 changed url to point to "texture.png" instead of .jpg 15 years ago
Michael Ziegler f585277852 added hint about image size 15 years ago
Michael Ziegler 787e0ff1d3 implemented current texture to be displayed in the "set texture" form 15 years ago
Michael Ziegler 0da3477e00 moved texture tab to the right so the tab indices for the admin panel is correct and error handling will switch to the correct tab 15 years ago
Michael Ziegler d62cb9f453 implemented setting user textures 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 152a24ba9b updated changelog and install files, and polished the <noscript> messages a bit 15 years ago
Michael Ziegler 366722f3e1 player profiles 15 years ago