Michael Ziegler
|
5025689a73
|
use a ChoiceField for suggest{positional,pushtotalk}
|
12 years ago |
Michael Ziegler
|
2cbca77a98
|
add missing )
|
12 years ago |
Michael Ziegler
|
63432bdd28
|
re-add registerpassword setting, document what's necessary for registration to succeed
|
12 years ago |
Michael Ziegler
|
9296c12724
|
include display address field in the server admin form
|
12 years ago |
Michael Ziegler
|
f9a341c01d
|
rename variables, rephrase docstrings
|
12 years ago |
Michael Ziegler
|
cf44ca00ac
|
add a bunch of new config variables (kudos to Natenom)
|
12 years ago |
Michael Ziegler
|
ba31d7da6c
|
rename some config properties according to their variable names in murmur
|
12 years ago |
Michael Ziegler
|
feafd8b189
|
add the fields to the forms and rephrase the suggestversion help text
|
14 years ago |
Michael Ziegler
|
aa4a1b2550
|
fix account linking not setting the owner field
|
14 years ago |
Michael Ziegler
|
4b3cfd8d81
|
fix user registration not working due to MumbleUser.owner field not being set
|
14 years ago |
Michael Ziegler
|
7be1973ff2
|
remove obfuscate option and add rememberchannel. fixes #105
|
14 years ago |
Michael Ziegler
|
bd544e1d16
|
remove djextdirect.py (has been turned into package) and adapt to the new layout
|
14 years ago |
Michael Ziegler
|
6f3b6cc07f
|
restore backwards compatibility to python 2.5. fixes #104
|
14 years ago |
Michael Ziegler
|
5ed4234a1b
|
fix new instance checks, set server attr on MumbleUsers
|
14 years ago |
Michael Ziegler
|
a6faf66e4d
|
fix linkform authentication to correctly recognize empty self.instance
|
14 years ago |
Michael Ziegler
|
dfecc17a80
|
implement proper request authorization and validation for the various forms exported over Ext.Direct
|
14 years ago |
Michael Ziegler
|
3867bc1774
|
add EXT_authorize method to MumbleForm that checks for auth before sending/accepting data
|
14 years ago |
Michael Ziegler
|
7f266468e7
|
rename extdirect.py to djextdirect.py (outsourced it to its own project)
|
14 years ago |
Michael Ziegler
|
6697f57101
|
use a metaclass to set the form fields' labels when the PropertyModelForm subclass is created
|
14 years ago |
Michael Ziegler
|
57828bc021
|
pre-validate requests using EXT_validate
|
14 years ago |
Michael Ziegler
|
941a16c511
|
implement the administration form teh ext.direct wayz
|
15 years ago |
Michael Ziegler
|
6e339e8b8c
|
hmpf, forgot to add the usersperchannel field to the admin form...
|
15 years ago |
Michael Ziegler
|
5a6747c83a
|
a few code style fixes
|
15 years ago |
Michael Ziegler
|
cceba08b1c
|
use a PasswordInput field for the supw
|
15 years ago |
Michael Ziegler
|
24a60fe541
|
add setting your own texture to your gravatar
|
15 years ago |
Michael Ziegler
|
5ade490dab
|
translate the MumbleServer.defaultconfig and Mumble.server fields; language update
|
15 years ago |
Michael Ziegler
|
b4679528b9
|
don't try to display the default config when the server is offline; german language update
|
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
|
54856fa7f1
|
fix banning and prevent unwanted erasing of the supw and defaultchannel fields, various minor cleanups.
|
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
|
4299a9daae
|
don't require the user password after initial registration anymore
|
15 years ago |
Michael Ziegler
|
43aecc8b27
|
properly implement the translation of property docstrings, update German translation
|
15 years ago |
Michael Ziegler
|
8e8fb6237e
|
implement basic kicking of users. todo: banning/moving. see #81
|
15 years ago |
Michael Ziegler
|
1306820e6a
|
use PasswordInput widgets for the password field
|
15 years ago |
Michael Ziegler
|
15de0018ae
|
display the server's default config in a TextArea in the Admin
|
15 years ago |
Michael Ziegler
|
248179ac5d
|
only check the port for validity if it has been set
|
15 years ago |
Michael Ziegler
|
e50c532fc3
|
add the autoboot field to the form
|
15 years ago |
Michael Ziegler
|
bc9f96f654
|
fix the user link form still trying to set isAdmin
|
15 years ago |
Michael Ziegler
|
1295c33a17
|
fix i18n, sadly breaking the docstrings :(
|
15 years ago |
Michael Ziegler
|
fe7f32103a
|
add properties for new Murmur configuration fields
|
15 years ago |
Michael Ziegler
|
06af88eb89
|
normalize server connectivity info into MumbleServer model
|
15 years ago |
Michael Ziegler
|
b741e01d88
|
implement authentication to Murmur using the Ice secret.
|
15 years ago |
Michael Ziegler
|
ca5181c742
|
check that PMF is currently bound to a model instance before trying to access it
|
15 years ago |
Michael Ziegler
|
410ff9c5a8
|
fix the default channel selector breaking the "Add server" form
|
15 years ago |
Michael Ziegler
|
366be735cb
|
defer updating the properties until after model.save() has been called when commit is False
|
15 years ago |
Michael Ziegler
|
b3d7e39ecc
|
repair MumbleForm and clean up inheritance structure: PropertyModelForm < MumbleForm < MumbleAdminForm
|
15 years ago |
Michael Ziegler
|
198860fa1a
|
move fields that just require a get/setConf to properties and pimp PMF to show translated docstrings as labels
|
15 years ago |
Michael Ziegler
|
6305a82c5b
|
remove model's isAdmin field, and add a PropertyModelForm for the admin to set the aclAdmin property
|
15 years ago |
Michael Ziegler
|
c6c016a2e2
|
add a PropertyModelForm that allows manipulating model's properties via a standard Django form
|
15 years ago |
Michael Ziegler
|
dda118b9ab
|
add a TypedChoiceField that allows selecting the default channel from a dropdown list
|
15 years ago |