Michael Ziegler
|
142c0da2ac
|
revised to satisfy pylint
|
15 years ago |
Michael Ziegler
|
c16d62d07e
|
a bunch'a cleanups to fix pyflakes warnings (and a few so far undiscovered bugs as well...)
|
15 years ago |
Michael Ziegler
|
fc53d4467d
|
update years in the copyright claims
|
15 years ago |
Michael Ziegler
|
1022a018e1
|
validate that the address and port are available by trying to bind when saving a new server instance. fixes #57
|
15 years ago |
Michael Ziegler
|
57ca64ebfd
|
prevent linking of accounts that do already have an owner set. see #56
|
15 years ago |
Michael Ziegler
|
92ddc5d57a
|
remove save() method which doesn't exist in MumbleUserForm, which would cause problems when linking is disabled
|
15 years ago |
Michael Ziegler
|
fcde237b55
|
if linking unknown accounts, create the models in MD's db. see #56
|
15 years ago |
Michael Ziegler
|
d2c471f623
|
move check if target account is an admin to clean() to get a clean error message. see #56
|
15 years ago |
Michael Ziegler
|
c03b775478
|
implement save method with respect to linking, see #56
|
15 years ago |
Michael Ziegler
|
43919d854b
|
add form with validation code for account linking. see #56
|
15 years ago |
Michael Ziegler
|
07b132a378
|
when registering a player, validate the input name against the server's configured player name regex. fixes #44
|
15 years ago |
Michael Ziegler
|
22d9874746
|
a few style fixes and docstrings
|
15 years ago |
Michael Ziegler
|
27aa076552
|
a few style fixes
|
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
|
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
|
8e4fc8f217
|
saving settings to Murmur works! (:
|
16 years ago |
Michael Ziegler
|
ebc4e223b0
|
displaying data from a Django form works now. Next step would be editing.
|
16 years ago |
Michael Ziegler
|
7f844e245c
|
added docstrings
|
16 years ago |
Michael Ziegler
|
d62cb9f453
|
implemented setting user textures
|
16 years ago |
Michael Ziegler
|
abf565014d
|
changed copyright notice to clarify GPLv2+ licensing
|
16 years ago |
Michael Ziegler
|
3c92f0d376
|
created a new template using YAML
|
16 years ago |
Michael Ziegler
|
e2854bc7d5
|
updated changelog for v0.4. forms.py: only whitespace changes
|
16 years ago |
Michael Ziegler
|
a2f34a764c
|
removed ssl settings from admin form, because the key must be kept secret and imho most users won't want to change this anyway
|
16 years ago |
Michael Ziegler
|
f51a52bc13
|
added rudimentary "admin" view to allow server admins to configure their servers without being able to alter "hoster only" config options
|
16 years ago |