Michael Ziegler
|
6b6eb5c5bc
|
shorten kate modeline comments, add 'hl Django HTML Template' statements
|
11 years ago |
Michael Ziegler
|
b2ae81a86c
|
re-enable registration, fix registration.views.register urls
|
11 years ago |
Michael Ziegler
|
3007881f5c
|
fix some more url tags (why didn't I do that before? <_<)
|
11 years ago |
Michael Ziegler
|
f0fd785794
|
fix url tags for Django 1.5, remove MUMBLE_MEDIA_PREFIX in favor of django.contrib.staticfiles
|
12 years ago |
Michael Ziegler
|
d161b2c802
|
convert {%url%} syntax for Django 1.5
|
12 years ago |
Michael Ziegler
|
e63f9f1391
|
add USERS_ABOVE_CHANNELS setting to settings.py
|
13 years ago |
Michael Ziegler
|
5046963d04
|
make submit button text translateable (and translate it :P )
|
14 years ago |
Michael Ziegler
|
45bb7759b1
|
in templates, gettext() -> {% trans %}
|
14 years ago |
Michael Ziegler
|
f94bcff55e
|
showTexture expects the mumbleid, not MumbleUser.id
|
14 years ago |
Michael Ziegler
|
4180ea8ca2
|
display status messages when saved successfully and hide the texture forms for murmur 1.2.2
|
14 years ago |
Michael Ziegler
|
e49990f300
|
if qrencode is available, display a QR code for the channel viewer
|
14 years ago |
Michael Ziegler
|
07510cac20
|
fix the page not being displayed in IE
|
14 years ago |
Michael Ziegler
|
bfd712505a
|
auto scale the channel viewer's main panel to fit the screen
|
14 years ago |
Michael Ziegler
|
967a1b84f1
|
don't require a mumble account for admin/userlist/banlist/log viewer tabs. fixes #115
|
14 years ago |
Michael Ziegler
|
a34173e808
|
remove padding
|
14 years ago |
Michael Ziegler
|
032d7cc686
|
add view for an iframe embeddable channel viewer page
|
14 years ago |
Michael Ziegler
|
c1b8b9ad97
|
hide registration tab for unauthed users
|
14 years ago |
Michael Ziegler
|
549ce65632
|
hide admin stuff for normal users in the UI
|
14 years ago |
Michael Ziegler
|
85d04409a3
|
fix typo
|
14 years ago |
Michael Ziegler
|
66cfae3f60
|
auto-reload the texture image after uploading a new one
|
14 years ago |
Michael Ziegler
|
121607468f
|
properly handle servers being offline in the server list
|
14 years ago |
Michael Ziegler
|
aaade7ed96
|
add choicescombo.js to scripts (needed for dynamic choices -> defaultchannel field)
|
14 years ago |
Michael Ziegler
|
6127c00dc1
|
fix my last fix using variables that actually exist
|
14 years ago |
Michael Ziegler
|
de7ec8fc59
|
replace hardcoded URLs by {%url%} and configured path
|
14 years ago |
Michael Ziegler
|
1ea456849f
|
add the server name to the window title
|
14 years ago |
Michael Ziegler
|
8a155895a4
|
add channel functions: add/delete/change name, description. fixes #89
|
14 years ago |
Michael Ziegler
|
b9afc7e40b
|
implement auto-loading the right™ way and add a button to switch to the details page
|
14 years ago |
Michael Ziegler
|
e928ad225e
|
auto-select the first server in the server list, display the server name in the server details
|
14 years ago |
Michael Ziegler
|
1a4e2ea101
|
add "register" button next to "login" if django-registration available
|
14 years ago |
Michael Ziegler
|
c03787a28b
|
import ExtJS's TabScrollerMenu example (http://tinyurl.com/37mvt9y); add it to the main tab panel to support n900 displays
|
14 years ago |
Michael Ziegler
|
770eceef83
|
add a ban viewer panel
|
14 years ago |
Michael Ziegler
|
e232a218fa
|
implement kicking and banning users. fixes #81
|
14 years ago |
Michael Ziegler
|
13c86e9cae
|
implement moving channels via drag&drop, don't set leaf:true on channels so they can be drop targets
|
14 years ago |
Michael Ziegler
|
ae377cd309
|
add move{User,Channel} events, implement moving users to other channels via DD. see #81
|
14 years ago |
Michael Ziegler
|
17843716e2
|
implement baseParams and display of general errors as a messagebox
|
14 years ago |
Michael Ziegler
|
3ae5db12df
|
fix the mobile views to use the new media paths
|
14 years ago |
Michael Ziegler
|
b7d86b7463
|
fix the <script> links in the server overview
|
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
|
db20ed3895
|
Extify the server list, resize the main panels when the size of the browser window changes
|
14 years ago |
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 |