963 Commits (master)
 

Author SHA1 Message Date
Michael Ziegler 63f4aef910 moved all copyright information about mumble-django, ExtJS and YAML into the COPYRIGHT file 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 40fe9bba76 Added tag v0.5 for changeset 907c71e62d03 15 years ago
Michael Ziegler 152a24ba9b updated changelog and install files, and polished the <noscript> messages a bit 15 years ago
Michael Ziegler c6a08e6e1f these are now unneccessary too... 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
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 03739178f3 Added tag v0.4 for changeset ab8eb2df2952 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 90816c0401 updated for v0.3 15 years ago
Michael Ziegler ef98cf8ff6 Added tag v0.3 for changeset c5590552c227 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
mistagee 03d0d93754 Added tag v0.2 for changeset f2091c1dbd55 15 years ago
mistagee 097fd3892a updated changelog 15 years ago
work c7655e2515 now this should really catch users' attention... 15 years ago
work b70cf00fe5 added MUMBLE_DJANGO_PATH setting, to resemble the layout users know from settings.py. 15 years ago
work 458816f9ad ignored .pyc, *~ and .db3 files 15 years ago
work 6b9be097d5 added redirect from / to /mumble 15 years ago
work 3b18eb75af added MUMBLE_DJANGO_ROOT setting for the base path, so users only need to edit a single config line in order to get started 15 years ago
work f20c7d19e3 the syncdb hook now takes verbosity into account 15 years ago
work 0d04fbf7b6 Added an Error handling routine, in case the syncdb hook can't connect to Murmur the admin can choose a different Dbus name or skip the detection altogether 15 years ago
work 74741c380f Now players are being entered into the DB as well. 15 years ago
work 08b1b34794 implemented detecting Murmur instances on syncdb. 15 years ago
mistagee f3335de8ac Added tag v0.1 for changeset bfb3f262ca7c 15 years ago
mistagee 29d110800a added AUTHORS CHANGELOG INSTALL LICENSE and README files 15 years ago
mistagee f7f7e3c4ff Created a complete Django application wrapping around the Mumble app to make usage for Django inexperienced users easier 15 years ago