60 Commits (4f19bee6f9d2784509e77e6fa0740a411a82055b)

Author SHA1 Message Date
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 a4139c77e1 add (draft) templates for errors 404 and 500 (used by Django if DEBUG is set to False). fixes #42 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 b9016bafb0 still a few urls missing... 15 years ago
Michael Ziegler 09fd92264d convert urls 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 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 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 ab8b089d85 show suppressed people like server-muted in the channel list 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 5e5b77204d removed info about YAML which should have been removed ages ago... 15 years ago
Michael Ziegler 48b4ca659f server info and channel description 15 years ago
Michael Ziegler 1c2caae81e improved look-and-feel of the profile page (and finally translated it fully to English) 15 years ago
Michael Ziegler 35df252d55 fixed my last two fixes. it was just too late at night yesterday. 15 years ago
Michael Ziegler 7fb8c9ea0f fixed auto-hiding of empty channels 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 e9de0eca08 auto-truncate channel and player names 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 85b234f502 added missing port number to the links 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 c38321db63 set favicon 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 152a24ba9b updated changelog and install files, and polished the <noscript> messages a bit 15 years ago
Michael Ziegler 68214ea6a0 removed unneccessary stuff left from the old template 15 years ago
Michael Ziegler c65bb88074 fixed too small width of the left div which can easily cause an ugly line break 15 years ago
Michael Ziegler 366722f3e1 player profiles 15 years ago
Michael Ziegler 62e46f89cf JS is now generated for Anon too 15 years ago
Michael Ziegler 49bec6bc16 added links for players so JS will work 15 years ago