Michael Ziegler
|
f342d46b2a
|
restructure the code a little by outsourcing various elements into their own objects
|
15 years ago |
Michael Ziegler
|
5d11e9f200
|
add reload button to the log viewer
|
15 years ago |
Michael Ziegler
|
ad87dbed82
|
properly handle log retrieval in the model and add filtering functionality
|
15 years ago |
Michael Ziegler
|
a6dfc29f2e
|
add a log viewer
|
15 years ago |
Michael Ziegler
|
e207cce4fb
|
allow the window to be closed
|
15 years ago |
Michael Ziegler
|
a5ad85784f
|
fix rendering in webkit based engines (although this impl is sorta ugly)
|
15 years ago |
Michael Ziegler
|
4383566c3e
|
fullscreenify the main application, re-add admin section and log{in,out}
|
15 years ago |
Michael Ziegler
|
d50460da5b
|
reindent mumble.html; implement avatar updating
|
15 years ago |
Michael Ziegler
|
db103328e7
|
remove cruft not necessary anymore with the new pk option stuff
|
15 years ago |
Michael Ziegler
|
3bb34584c7
|
use the "pk" config option
|
15 years ago |
Michael Ziegler
|
8cee11e9ac
|
move rendering code from mumble.js to the template (need url and i18n tags)
|
15 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
|
fc7237e150
|
remove CsrfResponseMiddleware and use csrf_tokens in the templates
|
15 years ago |
Michael Ziegler
|
d67452ec7a
|
show talking players with the red lips icon in the channel viewer
|
15 years ago |
Michael Ziegler
|
24a60fe541
|
add setting your own texture to your gravatar
|
15 years ago |
Michael Ziegler
|
7d293b7224
|
implement displaying Gravatars in the user detail pages
|
15 years ago |
Michael Ziegler
|
37ccd499f3
|
cache the server version in the model, add a property to prettyprint it and display it in the admin.
|
15 years ago |
Michael Ziegler
|
f878fb565c
|
DRASTICALLY improve the way MD handles servers being offline, unavailable modules and configuration issues. fixes #86
|
15 years ago |
Michael Ziegler
|
a71c0704e1
|
order servers by name, and display a helpful message when none have been entered into the db
|
15 years ago |
Michael Ziegler
|
a725a1e3e3
|
Releasing v2.0beta3; I feel more testing needs to be done before final. If you want to help, test and tell me stuff works.
|
15 years ago |
Michael Ziegler
|
0b6acafc09
|
disable the texture stuff for Murmur 1.2.2, and remove the 600x60 hint for >=1.2.3.
|
15 years ago |
Michael Ziegler
|
84e70f2934
|
fix a few last glitches in the IP address formatting and display the users' FQDN.
|
15 years ago |
Michael Ziegler
|
9fb1ba96db
|
implement displaying users' IP addresses to Admins and SuperUsers.
|
15 years ago |
Michael Ziegler
|
8e8fb6237e
|
implement basic kicking of users. todo: banning/moving. see #81
|
15 years ago |
Michael Ziegler
|
576cdf50d7
|
move "extends" directive before comments, as it needs to be on the first line
|
15 years ago |
Michael Ziegler
|
54ea276b40
|
prevent output of the comma in the last loop iteration. fixes #75
|
15 years ago |
Michael Ziegler
|
83192cf0ff
|
put kate modelines in {%comment%}s so they don't get written into the HTML, and reindent JS using 2 spaces
|
15 years ago |
Michael Ziegler
|
97baf5cc60
|
only display connect URLs if a sensible address is known
|
15 years ago |
Michael Ziegler
|
e2ae1adb74
|
add check if the server instance is booted before linking it
|
15 years ago |
Michael Ziegler
|
439e7615d1
|
add suppressed icon
|
15 years ago |
Michael Ziegler
|
a60d703900
|
move templates to app dirs, rename .htm to .html, clean up i18n
|
15 years ago |