Michael Ziegler
|
30080192cd
|
add copyright headers
|
15 years ago |
Michael Ziegler
|
451d62903b
|
add LOGIN_REDIRECT_URL to settings, so @login_required and the login view redirect to the profile correctly. fixes #27 - that is, as soon as I update the Debian packages. :)
|
15 years ago |
Michael Ziegler
|
f729c9fa9f
|
clean up settings and throw out that get_script_prefix() fakery from __init__.py, because I have the feeling that this stuff will blow something up horribly. runserver is able to handle MUMBLE_DJANGO_URL not being '/', so this can and must now be configured, period.
|
15 years ago |
Michael Ziegler
|
c22502ddd7
|
looks like the autodetection finally works...
|
15 years ago |
Michael Ziegler
|
6d9b553248
|
I can't get auto detection to work properly, so this needs to be configured. :(
|
15 years ago |
Michael Ziegler
|
eee36058ca
|
listen for first request_start signal to update the paths just-in-time
|
15 years ago |
Michael Ziegler
|
e668504a36
|
change case of MEDIA_URL in templates, defer resolving in settings.py until after the WSGI daemon had a chance of setting the script prefix
|
15 years ago |
Michael Ziegler
|
bc85e76ed1
|
changed hardcoded urls to reverse resolved ones, finally allowing m-d to run in a shared apache vhost.
|
15 years ago |
Michael Ziegler
|
19c452e837
|
introducing protected mode: if active, people will need the server password to register on private servers. fixes #16
|
15 years ago |
Michael Ziegler
|
bd982d9368
|
unsetting +x bit (it's not needed anyway and lintian doesn't like it)
|
15 years ago |
Michael Ziegler
|
0900db9664
|
added i18n to the code and wrote a German translation file. doesn't cover *everything* yet, but it's a start.
|
16 years ago |
Michael Ziegler
|
a6113dc743
|
default connstring for new models can now be configured in settings.py
|
16 years ago |
Michael Ziegler
|
cc262af1f2
|
added SLICE_VERSION line for 1.2.0 (still, this is an alibi commit to test the twitter plugin :) )
|
16 years ago |
Michael Ziegler
|
cdb617b4f8
|
added experimental ICE connector for Mumble 1.2.0. can't detect Murmur version before connecting, so this needs to be configured :(
|
16 years ago |
Michael Ziegler
|
7e25cb7bc1
|
fixed "url" property overwriting RegisterURL field, moved default port number to settings, port no only shows up if not default
|
16 years ago |
Michael Ziegler
|
1f67272b9b
|
removed "DAOTYPE" setting (that's what the dbus field in the Mumble model is for), and added an automatic switch between the methods to MumbleCtlBase. repaired management.py.
|
16 years ago |
Michael Ziegler
|
4b33c6c224
|
a few refurbishments, more are yet to come
|
16 years ago |
withgod
|
7a2e4c9866
|
implements IceCtroller **Texture methods
|
16 years ago |
withgod
|
d25ae7b18a
|
split mctl.py
mctl.py base class
MumbleCtlDbus.py
MumbleCtlIce.py
|
16 years ago |
withgod
|
b1f5ffe10c
|
management.py using mctl.py
|
16 years ago |
Michael Ziegler
|
a617cbdffb
|
added copyright and license information
|
16 years ago |
Michael Ziegler
|
3c92f0d376
|
created a new template using YAML
|
16 years ago |
Michael Ziegler
|
3cee925da6
|
added default from email address and account activation days, as registration needs them
|
16 years ago |
Michael Ziegler
|
3b7f720451
|
added base path autodetection, so people don't have to configure *anything* anymore...
|
16 years ago |
Michael Ziegler
|
facb069dad
|
added an object that represents the ACL instead of messing with array indices
|
16 years ago |
work
|
c7655e2515
|
now this should really catch users' attention...
|
16 years ago |
work
|
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
|
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 |