118 Commits (61eb7c91300eed64ef3bcef2ac457cf218c17e80)

Author SHA1 Message Date
withgod 7a2e4c9866 implements IceCtroller **Texture methods 15 years ago
withgod 5c4aadde69 last commit forgot Ctl Class.. 15 years ago
withgod d25ae7b18a split mctl.py 15 years ago
withgod 93c72f306d implement setACL. 15 years ago
withgod da9d0c1ea1 set*** method implements. 15 years ago
withgod 70ee45beb4 implements get**** methods. 15 years ago
withgod b1f5ffe10c management.py using mctl.py 15 years ago
Michael Ziegler 72df6d5cc8 /mumble now redirects to /mumble/x if only one server has been configured 15 years ago
Michael Ziegler 046f4ebbd1 changed url to point to "texture.png" instead of .jpg 15 years ago
Michael Ziegler 2dffabcf08 changed output format to PNG because it has transparency 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 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 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 d0a8a88c2f yet another change to fix #4... 15 years ago
Michael Ziegler 878315df91 honoured case sensitivity of getConf(). closes: #4 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 b6a192e0fe fixed wrong request context in the "imprint" view 15 years ago
Michael Ziegler 654311a4f9 tested - now it actually works too 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 a617cbdffb added copyright and license information 15 years ago
Michael Ziegler abf565014d changed copyright notice to clarify GPLv2+ licensing 15 years ago
Michael Ziegler a1e0584597 small, but noticeable bug that caused the root channel to appear in the links. meh. 15 years ago
Michael Ziegler 366722f3e1 player profiles 15 years ago
Michael Ziegler 451511cde7 lol fail 15 years ago
Michael Ziegler c3b8da0561 implemented detail views 15 years ago
Michael Ziegler bd61a84010 built a few nice interface features using ExtJS (JavaScript is not and will not be _required_ to use this website, the basics will work without it) 15 years ago
Michael Ziegler df3c1d039c various layout tunings 15 years ago
Michael Ziegler 3c92f0d376 created a new template using YAML 15 years ago
Michael Ziegler cea8c2c07b corrected whitespace 15 years ago
Michael Ziegler ab92032cf6 added / url to standard urls (easier than redirect in apache config), repaired showContent 15 years ago
Michael Ziegler e2854bc7d5 updated changelog for v0.4. forms.py: only whitespace changes 15 years ago
Michael Ziegler a2f34a764c removed ssl settings from admin form, because the key must be kept secret and imho most users won't want to change this anyway 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
Michael Ziegler ca4ba79461 altered "settings" import to fit the django way, which should be better portable 15 years ago
Michael Ziegler 8380cd6c2f updated to replace "" with noname in the RegistrationName 15 years ago
Michael Ziegler 35c72922fe updated to use a default email address from settings when owner is None 15 years ago
Michael Ziegler 3cee925da6 added default from email address and account activation days, as registration needs them 15 years ago
Michael Ziegler 482043561f this didn't check the server instance, hence it only worked reliably when a single instance was running during syncdb 15 years ago
Michael Ziegler 008f938d79 changed to update only if owner and password given (cant update without owner due to email) 15 years ago
Michael Ziegler 91fc0a75b3 fixed to work with psycopg2 15 years ago
Michael Ziegler 51976cdfa7 hrmpf 15 years ago
Michael Ziegler cc82e65156 bugfix: missing argument 15 years ago
Michael Ziegler 3b7f720451 added base path autodetection, so people don't have to configure *anything* anymore... 15 years ago
Michael Ziegler facb069dad added an object that represents the ACL instead of messing with array indices 15 years ago
mistagee 50b0b127cf implemented setting users' admin rights on the root channel via the web admin 15 years ago