Commit Graph

  • 63f4aef910 moved all copyright information about mumble-django, ExtJS and YAML into the COPYRIGHT file Michael Ziegler 2009-04-29 20:33:29 +0200
  • abf565014d changed copyright notice to clarify GPLv2+ licensing Michael Ziegler 2009-04-29 19:34:32 +0200
  • a1e0584597 small, but noticeable bug that caused the root channel to appear in the links. meh. Michael Ziegler 2009-04-18 20:54:46 +0200
  • 40fe9bba76 Added tag v0.5 for changeset 907c71e62d03 Michael Ziegler 2009-04-18 15:35:39 +0200
  • 152a24ba9b updated changelog and install files, and polished the <noscript> messages a bit v0.5 Michael Ziegler 2009-04-18 15:35:26 +0200
  • c6a08e6e1f these are now unneccessary too... Michael Ziegler 2009-04-18 15:15:03 +0200
  • 68214ea6a0 removed unneccessary stuff left from the old template Michael Ziegler 2009-04-18 15:10:58 +0200
  • c65bb88074 fixed too small width of the left div which can easily cause an ugly line break Michael Ziegler 2009-04-18 15:05:41 +0200
  • 366722f3e1 player profiles Michael Ziegler 2009-04-18 14:59:34 +0200
  • 62e46f89cf JS is now generated for Anon too Michael Ziegler 2009-04-18 14:21:16 +0200
  • 49bec6bc16 added links for players so JS will work Michael Ziegler 2009-04-18 14:13:35 +0200
  • 451511cde7 lol fail Michael Ziegler 2009-04-18 14:05:33 +0200
  • c3b8da0561 implemented detail views Michael Ziegler 2009-04-18 14:04:04 +0200
  • 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) Michael Ziegler 2009-04-18 12:28:49 +0200
  • df3c1d039c various layout tunings Michael Ziegler 2009-04-14 00:06:13 +0200
  • 3c92f0d376 created a new template using YAML Michael Ziegler 2009-04-13 19:37:33 +0200
  • cea8c2c07b corrected whitespace Michael Ziegler 2009-04-10 15:23:03 +0200
  • ab92032cf6 added / url to standard urls (easier than redirect in apache config), repaired showContent Michael Ziegler 2009-04-10 15:19:10 +0200
  • 03739178f3 Added tag v0.4 for changeset ab8eb2df2952 Michael Ziegler 2009-04-10 13:36:52 +0200
  • e2854bc7d5 updated changelog for v0.4. forms.py: only whitespace changes v0.4 Michael Ziegler 2009-04-10 13:36:48 +0200
  • 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 Michael Ziegler 2009-04-10 11:47:53 +0200
  • f51a52bc13 added rudimentary "admin" view to allow server admins to configure their servers without being able to alter "hoster only" config options Michael Ziegler 2009-04-10 02:19:25 +0200
  • ca4ba79461 altered "settings" import to fit the django way, which should be better portable Michael Ziegler 2009-04-09 15:41:06 +0200
  • 8380cd6c2f updated to replace "" with noname in the RegistrationName Michael Ziegler 2009-04-09 14:22:51 +0200
  • 35c72922fe updated to use a default email address from settings when owner is None Michael Ziegler 2009-04-09 14:22:31 +0200
  • 3cee925da6 added default from email address and account activation days, as registration needs them Michael Ziegler 2009-04-04 17:55:33 +0200
  • 482043561f this didn't check the server instance, hence it only worked reliably when a single instance was running during syncdb Michael Ziegler 2009-04-04 17:07:17 +0200
  • 008f938d79 changed to update only if owner and password given (cant update without owner due to email) Michael Ziegler 2009-04-04 16:55:12 +0200
  • 91fc0a75b3 fixed to work with psycopg2 Michael Ziegler 2009-04-04 16:40:52 +0200
  • 51976cdfa7 hrmpf Michael Ziegler 2009-03-29 21:15:56 +0200
  • cc82e65156 bugfix: missing argument Michael Ziegler 2009-03-29 21:10:17 +0200
  • 90816c0401 updated for v0.3 Michael Ziegler 2009-03-25 22:23:28 +0100
  • ef98cf8ff6 Added tag v0.3 for changeset c5590552c227 Michael Ziegler 2009-03-25 22:18:52 +0100
  • 3b7f720451 added base path autodetection, so people don't have to configure *anything* anymore... v0.3 Michael Ziegler 2009-03-25 22:14:37 +0100
  • facb069dad added an object that represents the ACL instead of messing with array indices Michael Ziegler 2009-03-25 21:03:10 +0100
  • 50b0b127cf implemented setting users' admin rights on the root channel via the web admin mistagee 2009-03-25 00:40:12 +0100
  • 03d0d93754 Added tag v0.2 for changeset f2091c1dbd55 mistagee 2009-03-24 19:55:17 +0100
  • 097fd3892a updated changelog v0.2 mistagee 2009-03-24 19:55:06 +0100
  • c7655e2515 now this should really catch users' attention... work 2009-03-24 11:40:13 +0100
  • b70cf00fe5 added MUMBLE_DJANGO_PATH setting, to resemble the layout users know from settings.py. work 2009-03-24 11:31:40 +0100
  • 458816f9ad ignored .pyc, *~ and .db3 files work 2009-03-24 11:24:49 +0100
  • 6b9be097d5 added redirect from / to /mumble work 2009-03-24 11:24:23 +0100
  • 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 work 2009-03-24 11:24:12 +0100
  • f20c7d19e3 the syncdb hook now takes verbosity into account work 2009-03-24 11:23:09 +0100
  • 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 work 2009-03-11 11:44:21 +0100
  • 74741c380f Now players are being entered into the DB as well. work 2009-03-11 11:03:17 +0100
  • 08b1b34794 implemented detecting Murmur instances on syncdb. work 2009-03-11 10:34:59 +0100
  • f3335de8ac Added tag v0.1 for changeset bfb3f262ca7c mistagee 2009-02-21 11:59:53 +0100
  • 29d110800a added AUTHORS CHANGELOG INSTALL LICENSE and README files v0.1 mistagee 2009-02-21 11:56:23 +0100
  • f7f7e3c4ff Created a complete Django application wrapping around the Mumble app to make usage for Django inexperienced users easier mistagee 2009-02-20 12:22:18 +0100
  • 2969d71598 Fixed a bug that caused an Exception when Users tried to register a new Account in Murmur, instead of updating the old one root 2009-02-19 13:04:29 +0100
  • 7960cb7ab6 I broke the dam root 2009-02-17 19:55:21 +0100
  • 99bac3f6d9 Cort on IRC ran into a few problems and we discovered that, <slicer> From DBus 1.2.<something> on, you HAVE to set the interface in function calls, or it will be denied. He was so kind as to send me a patch, which I now applied. root 2009-02-17 19:49:03 +0100
  • 9aa5b908e4 superuser password can be configured root 2009-02-05 20:34:19 +0100
  • 1b9ee60ebd Bugfix: ProxyObject used from dbus.proxies module root 2009-02-05 20:09:25 +0100
  • fab9cf879a Now the links in the channel viewer work correctly root 2009-01-25 15:49:52 +0100
  • a5bd43cdf8 Fixed a bug that prevented the Channel list from working for anonymous users root 2009-01-25 14:53:25 +0100
  • 6b795e4494 superfluous root 2009-01-25 13:23:54 +0100
  • dd971d53e8 renamed the path of the python app root 2009-01-25 12:43:16 +0100
  • 43f439163b fail root 2009-01-25 01:46:52 +0100
  • 057e364ac7 now updating the server password should work as well root 2009-01-25 01:27:51 +0100
  • f3f969d049 forgot static content in the import... root 2009-01-25 01:12:29 +0100
  • 646da21f74 initial import root 2009-01-25 01:07:44 +0100