Commit Graph

  • 83d045ce0c update djextdirect to 0.7 Michael Ziegler 2012-03-31 18:43:49 +0200
  • 0720106f09 adapt settings for Django 1.4 Michael Ziegler 2012-03-31 18:42:40 +0200
  • 31bfc717d0 adapt to (not so) new settings.DATABASES layout Michael Ziegler 2012-03-31 18:41:58 +0200
  • e63f9f1391 add USERS_ABOVE_CHANNELS setting to settings.py Michael Ziegler 2012-01-05 12:30:31 +0100
  • 47b202c6e3 add usersAboveChannels config option to the channel viewer Michael Ziegler 2012-01-05 12:26:19 +0100
  • e730d86ed3 filter MumbleUsers by the current servers when detecting stale accounts Michael Ziegler 2012-01-02 21:17:40 +0100
  • 734d55221c add host/port options and a setup script for flaskcvp Michael Ziegler 2011-11-05 09:13:14 +0100
  • c17d9b3888 fix user objects Michael Ziegler 2011-11-04 00:20:42 +0100
  • ed969ead51 add a Flask CVP provider for @paniq and the lulz. Michael Ziegler 2011-11-04 00:05:13 +0100
  • ce20d899c0 fix typo Michael Ziegler 2011-10-27 18:54:03 +0200
  • c67dd0e46f Added tag stable for changeset 9e8d9175aa62 Michael Ziegler 2011-10-09 20:28:55 +0200
  • ab7dbb7592 Added tag v2.5 for changeset 9e8d9175aa62 Michael Ziegler 2011-10-09 20:28:55 +0200
  • e7b5e0c981 Releasing v2.5. v2.5 Michael Ziegler 2011-10-09 20:28:55 +0200
  • 2bb30c610d update djextdirect Michael Ziegler 2011-09-24 19:29:32 +0200
  • ecbc1310eb update djextdirect Michael Ziegler 2011-09-24 18:12:37 +0200
  • 7d19e36b2a re-add the fix for #123 that was lost in a recent djextdirect update Michael Ziegler 2011-09-12 21:21:56 +0200
  • f5465baefd add missing encoding line Michael Ziegler 2011-09-11 20:35:20 +0200
  • 59d24f19ca fix non-existing variable name. see #166 Michael Ziegler 2011-09-11 20:23:32 +0200
  • 52e704799e defer the whole "set focus" thing by 250ms to correctly focus the username field. #fixes #167 Michael Ziegler 2011-09-05 21:24:30 +0200
  • 2016476716 update changelog Michael Ziegler 2011-09-05 20:13:03 +0200
  • 5fea2d3a18 Bump version in setup_mucli.py Michael Ziegler 2011-09-05 20:06:29 +0200
  • d08c225e92 Bump mumble module version Michael Ziegler 2011-09-05 20:06:21 +0200
  • 2b931f463d update djextdirect to v0.5. Michael Ziegler 2011-09-05 19:56:37 +0200
  • 4414375d31 update djextdirect Michael Ziegler 2011-09-05 19:23:49 +0200
  • 5fdcc0b541 move the server detection code to MumbleServer.save(). see #166 Michael Ziegler 2011-09-04 13:52:50 +0200
  • 23439ca7e6 validate the jsonp callback name to prevent xss Michael Ziegler 2011-07-25 19:07:24 +0200
  • da6021658c update checkenv to use the new DATABASES setting, and to check the database dirs correctly Michael Ziegler 2011-07-03 23:46:41 +0200
  • ca0f81e190 fix encoding issue when printing user names. fixes #160 Michael Ziegler 2011-06-24 18:42:46 +0200
  • feafd8b189 add the fields to the forms and rephrase the suggestversion help text Michael Ziegler 2011-06-16 20:39:28 +0200
  • 65868a2a20 add support for suggest{version,positional,pushtotalk} server settings. Michael Ziegler 2011-06-16 20:02:39 +0200
  • 288643fe4e add a setting to hide offline servers from the servers list. fixes #144 Michael Ziegler 2011-06-04 14:28:14 +0200
  • d0351b3371 use a borderlayout for the channel editor panel. fixes #125 Michael Ziegler 2011-06-04 13:11:57 +0200
  • 33141588d9 display the channel ID to admins in the channel window's title. fixes #154 Michael Ziegler 2011-06-04 12:40:52 +0200
  • 309fae6041 check if HTTP_USER_AGENT is actually set before trying to interpret it. fixes #155 Michael Ziegler 2011-06-04 12:09:30 +0200
  • b2a8ada44b remove django_evolution as it seems to cause issues and isn't used anyway. see #157 Michael Ziegler 2011-06-04 12:03:35 +0200
  • 939ada64b6 fix for mumble 1.2.4 (no actual changes needed currently) Michael Ziegler 2011-05-22 20:38:44 +0200
  • f56857b9ff display total number and number of free slots. see #138 Michael Ziegler 2011-04-17 01:01:08 +0200
  • 290971bdb3 fix the size of the description and message field for the user detail window. see #125 Michael Ziegler 2011-04-16 22:25:41 +0200
  • da8fba5afb automatically grow textareas to the size of their content. fixes #123 Michael Ziegler 2011-04-16 20:15:42 +0200
  • dfa0d96068 provide a success/failure message when sending messages to channels and users. fixes #133 Michael Ziegler 2011-04-16 19:57:00 +0200
  • c1cb16da0a catch importerrors in case the library is being used outside MD Michael Ziegler 2011-04-16 19:56:24 +0200
  • 2aba51df21 pass the MessageSizeMax=65536 property to Ice when initializing the connection. fixes #148 Michael Ziegler 2011-04-16 19:45:40 +0200
  • b5f47053f4 set registerhostname to plain display/bind address instead of addr:port. fixes #150 Michael Ziegler 2011-04-16 19:34:54 +0200
  • 8c22ddde36 fix DeprecationWarnings about DATABASES setting by converting to the new Django style Michael Ziegler 2011-04-16 19:26:23 +0200
  • bff97a817a check channel names before adding/renaming channels. fixes #149 Michael Ziegler 2011-04-16 19:23:13 +0200
  • f32c13fc34 add ozon's uWSGI xml config Michael Ziegler 2011-03-05 22:47:53 +0100
  • 7538c3a35d deal with getSliceDir returning nothing Michael Ziegler 2011-02-23 19:56:09 +0100
  • b5ea4fb24d clean args before proceeding to delete the ban Michael Ziegler 2011-01-12 22:03:46 +0100
  • e6cf9ca4f3 implement removing bans. (Natenom: you owe me a cookie.) Michael Ziegler 2011-01-12 21:14:02 +0100
  • 1f86f53c8a remove testing stuff and implement getUptime for 1.2.3 Michael Ziegler 2010-12-29 13:10:22 +0100
  • eb2eb452c9 update copyright years Michael Ziegler 2010-12-21 13:14:24 +0100
  • 22cd0d5ce4 update the stable tag for releases Michael Ziegler 2010-12-21 13:14:07 +0100
  • 5d9da5472f Added tag stable for changeset a3bd058a1b56 Michael Ziegler 2010-12-21 13:07:46 +0100
  • dc31ce6556 phrase Murmur <= 1.1.8 more clearly Michael Ziegler 2010-12-21 12:47:51 +0100
  • 5cf7ee386b recommend 2 as service string Michael Ziegler 2010-12-21 12:35:35 +0100
  • c0f7927397 minor refactoring (and bugfix); show IP address and user name in the ban list. see #126 Michael Ziegler 2010-12-09 21:38:08 +0100
  • 072dc548e5 use MumbleChannelNodeUi for the root channel. fixes #128 Michael Ziegler 2010-12-09 19:54:50 +0100
  • 12c9423d54 deliver the debug templates only if DEBUG enabled and request IP is in INTERNAL_IPS setting Michael Ziegler 2010-12-06 09:25:41 +0100
  • 3d34343124 add SLICEDIR config option to set the slice include dir if it can't be discovered (debian Lenny). fixes #122 Michael Ziegler 2010-12-05 14:50:08 +0100
  • dfa536662f check if the instance is in unseen_ids before trying to remove it Michael Ziegler 2010-11-26 21:47:11 +0100
  • a6fdd8be7c check for stale mumble instances/users when syncing and remove them from the database. fixes #120 Michael Ziegler 2010-11-26 21:40:21 +0100
  • 8e140168d5 add admin action to set the users avatar to their gravatar Michael Ziegler 2010-11-26 21:39:00 +0100
  • 8a7b6b0d4b add start,stop,restart,{en,dis}able_autoboot admin actions Michael Ziegler 2010-11-26 20:57:12 +0100
  • 2b6870b6cb fix japanese translation bug withgod 2010-11-26 23:24:43 +0900
  • 7d1c0f0b00 update Mumble model docstring Michael Ziegler 2010-11-20 12:26:50 +0100
  • ef978a58d0 Added tag v2.4 for changeset a3bd058a1b56 Michael Ziegler 2010-11-14 14:35:45 +0100
  • 8f06449bb1 Releasing v2.4. v2.4 Michael Ziegler 2010-11-14 14:35:45 +0100
  • 67e2fb765d Bump version in setup_mucli.py Michael Ziegler 2010-11-14 14:31:04 +0100
  • 8c39096d4b Bump mumble module version Michael Ziegler 2010-11-14 14:30:50 +0100
  • b619d49c31 allow the ice secret to be passed to syncdb via an envvar Michael Ziegler 2010-11-14 14:28:18 +0100
  • 74e42f1513 update japanese translation withgod 2010-11-14 16:57:03 +0900
  • 5046963d04 make submit button text translateable (and translate it :P ) Michael Ziegler 2010-11-13 16:52:40 +0100
  • a5b63c61f4 language update Michael Ziegler 2010-11-13 16:29:52 +0100
  • 45bb7759b1 in templates, gettext() -> {% trans %} Michael Ziegler 2010-11-13 16:29:37 +0100
  • ab69d26677 add missing gettext() calls Michael Ziegler 2010-11-13 16:28:52 +0100
  • f94bcff55e showTexture expects the mumbleid, not MumbleUser.id Michael Ziegler 2010-11-13 15:44:11 +0100
  • 4180ea8ca2 display status messages when saved successfully and hide the texture forms for murmur 1.2.2 Michael Ziegler 2010-11-13 15:27:49 +0100
  • aa4a1b2550 fix account linking not setting the owner field Michael Ziegler 2010-11-13 13:50:19 +0100
  • 7a9633dc77 properly handle the *dict* getRegisteredUsers is returning. fixes #119 Michael Ziegler 2010-11-13 13:14:26 +0100
  • 49bce20952 if refreshInterval == 0, trigger refresh when creating the channel viewer. fixes #117 Michael Ziegler 2010-11-13 12:59:44 +0100
  • f45231b8e7 findincoming has been refactored from a method to a function Michael Ziegler 2010-11-13 12:48:47 +0100
  • f54919e04c we like the GPL Harry Gabriel 2010-11-13 00:44:06 +0100
  • d3ca2b6bf2 parse options from commandline Harry Gabriel 2010-11-13 00:28:40 +0100
  • 8a0f0f6957 Run the embedded Django server and point the web browser to it. (for Desktop usage) Harry Gabriel 2010-11-12 22:34:15 +0100
  • 545f1a77ad use json if the import of simplejson fails Harry Gabriel 2010-11-12 19:52:41 +0100
  • d76a3cdacc set qr code scale to 82 Michael Ziegler 2010-11-12 09:48:31 +0100
  • e49990f300 if qrencode is available, display a QR code for the channel viewer Michael Ziegler 2010-11-11 22:51:35 +0100
  • 4b3cfd8d81 fix user registration not working due to MumbleUser.owner field not being set Michael Ziegler 2010-11-11 21:52:29 +0100
  • f827c2f37a add missing kickUser method Michael Ziegler 2010-11-11 21:34:16 +0100
  • f87e7f2eb4 add missing getBans method Michael Ziegler 2010-11-11 21:31:44 +0100
  • 145cd0b90f pass the correct object to updateregistration Michael Ziegler 2010-11-11 21:29:03 +0100
  • 323d0af259 fix borkage with murmur 1.2.0 due to accessing the wrong object Michael Ziegler 2010-11-11 21:13:41 +0100
  • 00fb7a1f8c check for address field existing before trying to del it Michael Ziegler 2010-11-11 20:06:51 +0100
  • 9ee5301386 add missing kickUser method Michael Ziegler 2010-11-11 20:06:23 +0100
  • 84d480ff8c fix a few issues with murmur 1.1.4 (yep, srsly\!) Michael Ziegler 2010-11-09 22:48:27 +0100
  • 35573ed539 unify getUptime implementations and correctly handle None. fixes #116 Michael Ziegler 2010-11-08 21:02:17 +0100
  • 07510cac20 fix the page not being displayed in IE Michael Ziegler 2010-10-24 14:00:38 +0200
  • e97a81ffe4 merge Michael Ziegler 2010-10-24 12:41:22 +0200
  • bfd712505a auto scale the channel viewer's main panel to fit the screen Michael Ziegler 2010-10-24 12:41:00 +0200
  • 967a1b84f1 don't require a mumble account for admin/userlist/banlist/log viewer tabs. fixes #115 Michael Ziegler 2010-10-23 21:42:31 +0200