Hidden Z
|
5145fba180
|
web/postkey/models.py: add __unicode__() method
|
2010-10-13 18:07:52 +00:00 |
|
Hidden Z
|
5cb9d1943a
|
web/postkey/views.py: avoid adding non-unique hashes
|
2010-10-13 17:24:32 +00:00 |
|
Hidden Z
|
def26f43ef
|
web/postkey/models.py: permit non-unique hashes in database
This needed because hosts.txt already contains a duplicates. But we
shouldn't permit adding dups via webinterface.
|
2010-10-13 17:06:35 +00:00 |
|
Hidden Z
|
85981abf58
|
postkey/views.py: add docstrings
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
dd97e57f0f
|
Add web/templates/success_submission.html
Used in page showed after submission.
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
0005783d08
|
web/settings.py: add web.postkey to INSTALLED_APPS
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
17db1b07fd
|
postkey/views.py: use wingets in AddForm
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
548ad715aa
|
postkey/views.py: add "description" field in "addkey" view
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
e191306c7e
|
postkey: add "success" view
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
60ba81d91c
|
postkey: rename "index" to "addkey"
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
8c52722996
|
web/templates/base.html: add "title" block and do reformat
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
662399433d
|
web/postkey/models.py: add "description" field
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
08ffe2942e
|
web/postkey/models.py: make "name" and "b64hash" fields unique
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
e21d608b32
|
web/postkey/models.py: update b4hash description
|
2010-10-07 00:56:47 +06:00 |
|
Hidden Z
|
329ad74cbe
|
web/postkey/views.py: implement base64 hash validation
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
3a22a9e2bf
|
Add initial templates
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
aee0c2e34a
|
views.py: implement hostname checks according to I2P Naming Rules
http://www.i2p2.i2p/naming.html
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
7434e4c8c8
|
Add initial urls.py and views.py
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
53e564265d
|
Add models.py for "postkey" django app
"postkey" app are used to submit new i2p hostnames
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
65a6e6824f
|
settings.py: add import of local_settings.py
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
6e9dd89fc0
|
settings.py: add some templates into TEMPLATE_DIRS
|
2010-10-07 00:56:46 +06:00 |
|
Hidden Z
|
99e607fd1b
|
Import initial django project files
|
2010-10-07 00:56:46 +06:00 |
|