Michael Ziegler
|
3dd317a67c
|
remove ExtJS 2.2
|
14 years ago |
Michael Ziegler
|
cef594efb9
|
move images, css and js scripts for the mumble app into a media dir (like the admin), language update
|
14 years ago |
Michael Ziegler
|
a66e932dd1
|
implement rendering the server overview in JS to allow dynamically rendering it in the server list
|
14 years ago |
Michael Ziegler
|
6bebc1b828
|
add the "priority speaker" status icon, and reorder the icons to appear like they do in the mumble client
|
14 years ago |
Michael Ziegler
|
a688d4a063
|
center windows instead of aligning them with the button that opens them
|
14 years ago |
Michael Ziegler
|
5363418ce7
|
remove "template" param that doesn't do anything; improve usability of the interval field
|
14 years ago |
Michael Ziegler
|
ccbdd3660d
|
use a simple list as bbar config; add a style thingy for extjs form hint labels
|
14 years ago |
Michael Ziegler
|
a9c2623e81
|
allow the refresh interval to be configured by the user
|
14 years ago |
Michael Ziegler
|
cdcb9159eb
|
fix nodeIDs of the user tree nodes
|
14 years ago |
Michael Ziegler
|
ca3966279b
|
display [c] icon for channels with descriptions; talking := idlesecs <= 2 instead of == 0
|
14 years ago |
Michael Ziegler
|
2129fc6db3
|
display user status icons
|
14 years ago |
Michael Ziegler
|
b6f829d939
|
include the server ID in the update() call
|
14 years ago |
Michael Ziegler
|
1727c353ba
|
wrap up all views for the user admin thingy into the MumbleUserAdmin object and fix saving
|
14 years ago |
Michael Ziegler
|
6998d1eb7c
|
fix wrong object being updated when the window is closed
|
14 years ago |
Michael Ziegler
|
f342d46b2a
|
restructure the code a little by outsourcing various elements into their own objects
|
14 years ago |
Michael Ziegler
|
69e2ca5470
|
add autorefresh and "talking" display, and join forces with the scroller but-ton-nés
|
14 years ago |
Michael Ziegler
|
165a7ca57e
|
properly set the leaf attribute on channel nodes
|
14 years ago |
Michael Ziegler
|
8cee11e9ac
|
move rendering code from mumble.js to the template (need url and i18n tags)
|
14 years ago |
Michael Ziegler
|
831e5d97b9
|
add "var" keywords before some variables
|
14 years ago |
Michael Ziegler
|
941a16c511
|
implement the administration form teh ext.direct wayz
|
15 years ago |
Michael Ziegler
|
73b67fd879
|
outsource the channel viewer class into its own file
|
15 years ago |
Michael Ziegler
|
0e8ab76a24
|
add usereditor, use Django's jsi18n, language update
|
15 years ago |
Michael Ziegler
|
c88dcba67f
|
throw out the old master template and start coding everything in ExtJS. (Channel Viewer works already.)
|
15 years ago |
Michael Ziegler
|
3718532e44
|
import ExtJS 3.2.0.
|
15 years ago |
Michael Ziegler
|
2114a11374
|
reorganize settings.py and add basic theming support
|
15 years ago |
Michael Ziegler
|
d67452ec7a
|
show talking players with the red lips icon in the channel viewer
|
15 years ago |
Michael Ziegler
|
439e7615d1
|
add suppressed icon
|
15 years ago |
Michael Ziegler
|
006cca7269
|
add a few iPhone options and a logo definition
|
15 years ago |
Michael Ziegler
|
6bc848eaa5
|
use the icons from mumble 1.2.0 instead of 1.1.8. fixes #67
|
15 years ago |
Michael Ziegler
|
4fef7f9e95
|
add views for mobiles (currently only detects BlackBerries, need more browser strings...)
|
15 years ago |
Michael Ziegler
|
0e492965ce
|
add new draft for a logo
|
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
|
1c644e4f1d
|
these suck because they create an association to firefox, which is confusing.
|
15 years ago |
Michael Ziegler
|
e1ea6ca469
|
add a few drafts for a logo
|
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
|
930f28e8ec
|
added to satisfy Debian.
|
16 years ago |
svedrin
|
c404e47450
|
10em looks stupid on a non-widescreen display. This should work better...
|
16 years ago |
Michael Ziegler
|
48b4ca659f
|
server info and channel description
|
16 years ago |
Michael Ziegler
|
1c2caae81e
|
improved look-and-feel of the profile page (and finally translated it fully to English)
|
16 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
|
16 years ago |
Michael Ziegler
|
acd5a20a4c
|
removed everything YAML
|
16 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.)
|
16 years ago |
Michael Ziegler
|
63f4aef910
|
moved all copyright information about mumble-django, ExtJS and YAML into the COPYRIGHT file
|
16 years ago |
Michael Ziegler
|
c6a08e6e1f
|
these are now unneccessary too...
|
16 years ago |
Michael Ziegler
|
68214ea6a0
|
removed unneccessary stuff left from the old template
|
16 years ago |
Michael Ziegler
|
c65bb88074
|
fixed too small width of the left div which can easily cause an ugly line break
|
16 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)
|
16 years ago |
Michael Ziegler
|
df3c1d039c
|
various layout tunings
|
16 years ago |
Michael Ziegler
|
3c92f0d376
|
created a new template using YAML
|
16 years ago |
mistagee
|
f7f7e3c4ff
|
Created a complete Django application wrapping around the Mumble app to make usage for Django inexperienced users easier
|
16 years ago |