Hidden Z
1773b69aa7
settings.py: add SessionAuthenticationMiddleware
...
This fixes compatibility with django 1.8.
RemovedInDjango110Warning: Session verification will become mandatory in
Django 1.10. Please add
'django.contrib.auth.middleware.SessionAuthenticationMiddleware' to your
MIDDLEWARE_CLASSES setting when you are ready to opt-in after reading
the upgrade considerations in the 1.8 release notes.
2015-10-27 19:15:03 +00:00
Hidden Z
93fa07301c
Make i2phostAdminForm compatible with django 1.8
...
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm
without either the 'fields' attribute or the 'exclude' attribute is
prohibited; form i2phostAdminForm needs updating.
2015-10-27 19:14:45 +00:00
Hidden Z
38a792c7c0
validation.py: add support for ECDSA keys
2014-12-22 19:05:40 +00:00
Hidden Z
6045b31350
Fix bug in subdomain verification
...
When there is verification error and "reason" is present, no reply was
returned to client causing django exception:
ValueError: The view pyi2phosts.postkey.views.subdomain didn't return an
HttpResponse object.
2014-10-15 19:15:33 +00:00
Hidden Z
6ac3284396
Fix undefined variable
2014-09-14 15:44:44 +00:00
Hidden Z
3880aa9f0f
Implement basic api export of all active hosts
...
Done by zzz request. Export all seen hosts in json format { b32: last_seen }.
2013-10-09 15:43:38 +00:00
Hidden Z
e4f5ae4a6c
All hosts browsing: change sorting
...
Order all hosts in /browse/ by name in alphabetical order. I think it is
better, because hosts will not drift across pages at every timestamp
update.
2013-10-09 15:43:26 +00:00
Hidden Z
7327964135
Update russian translation
2013-10-08 17:15:16 +00:00
Hidden Z
33216703d1
Create separate page for contact information
2013-10-08 17:15:15 +00:00
Hidden Z
de9572895e
settings.py: update translations setup according to django 1.5
2013-09-29 06:37:52 +00:00
Hidden Z
7ea817f14a
Add wsgi.py
2013-09-27 18:30:52 +00:00
Hidden Z
59f0cb930f
Move common static files to static-common
...
And also use django.contrib.staticfiles to properly handle them.
2013-09-27 18:29:43 +00:00
Hidden Z
154eb7f7c2
Replace deprecated imports with actual
...
django.conf.urls.defaults is deprecated since django 1.5
old: from django.conf.urls.defaults import *
new: from django.conf.urls import *
2013-09-27 18:19:49 +00:00
Hidden Z
34d3243fcc
Use RequestContext in all render_to_response()
...
We have {% csrf_token %} in a templates, but the context in
render_to_response() does not provide the value.
https://docs.djangoproject.com/en/1.5/ref/contrib/csrf/
2013-09-27 18:19:49 +00:00
Hidden Z
8e2ac32684
Fix templates compatibility with django 1.5
2013-09-27 18:19:49 +00:00
Hidden Z
43bcfec7ed
Fix settings import
...
According to django 1.5 documentation, settings should be imported as
>>> from django.conf import settings
2013-09-27 18:19:49 +00:00
Hidden Z
3557122930
Update manage.py to django 1.5 version and move it one level above
2013-09-27 18:19:49 +00:00
Hidden Z
0c7b7781d2
base.html: fix <title>
2012-03-10 16:17:26 +00:00
Hidden Z
84836a5079
Simplify pagination in browse.html
...
Our old pagination is incompatible with new class-based generic views,
so switch to internal django pagination for some time.
2011-12-23 18:57:42 +00:00
Hidden Z
76ee7dbd0e
Migrate all function-based generic views to a class-based views
2011-12-23 18:56:47 +00:00
Hidden Z
a15bfb9cfa
Replace direct_to_template generic view with class-based TemplateView
...
This is done as a part of migration to django 1.3. See
https://docs.djangoproject.com/en/1.3/topics/generic-views-migration/
for additional info.
2011-12-20 19:17:33 +00:00
Hidden Z
3edb8fe653
validation.py: change python version in shebang
2011-12-20 19:15:48 +00:00
Hidden Z
eec3ecbb64
rss.py: remove shebang
2011-12-20 19:15:28 +00:00
Hidden Z
ec6d32895b
Fix russian translation
2011-02-19 16:30:08 +00:00
Hidden Z
ab3567a41f
base.css: remove left margin for table and increase it width
...
It makes browse table looks more nicely.
2011-02-19 16:27:59 +00:00
Hidden Z
e6db0d3ff2
latest.html: fix regression introduced in e3416c090e
...
RSS icon gets outside from h3; fix it.
2011-02-19 16:26:58 +00:00
Hidden Z
dd33ab9135
base.css: icrease right padding for div.main
2011-02-19 16:15:33 +00:00
Hidden Z
6ccc1341d9
base.css: improve look of /postkey/ page
...
Now list style is "outside" but list is moved to right a little, so list
looks pretty cool.
2011-02-19 16:13:48 +00:00
Hidden Z
cc50eec9c2
pyi2phosts/templates/policy.html: fix typo
2011-02-19 15:57:15 +00:00
Hidden Z
747010358e
Add sample inproxy.html
2011-02-19 15:55:25 +00:00
Hidden Z
5c1766374d
base.css: return back nice menu without list-markers
2011-02-19 15:50:16 +00:00
Hidden Z
3832f58128
Upadate russian translation
2011-02-19 15:31:27 +00:00
Hidden Z
5a61315d67
pyi2phosts/postkey/views.py: add i18n for SubdomainVerifyForm
2011-02-19 15:30:34 +00:00
Hidden Z
b5a518f560
Update russian translation
2011-02-19 15:10:45 +00:00
Hidden Z
6fce92307a
pyi2phosts/lib/validation.py: update error message
2011-02-19 15:09:26 +00:00
Hidden Z
483d14987d
pyi2phosts/lib/validation.py: add i18n
2011-02-19 14:59:23 +00:00
Hidden Z
65759c762f
pyi2phosts/postkey/views.py: add i18n
2011-02-19 14:58:51 +00:00
Hidden Z
f81e9664f3
pyi2phosts/postkey/models.py: add i18n
2011-02-19 14:58:23 +00:00
Hidden Z
40acdde338
Add russian translation
2011-02-19 13:30:32 +00:00
Hidden Z
6cd0520be2
base.css: add "ul"
2011-02-19 13:28:25 +00:00
Hidden Z
41b1e7d10a
Add country flags for english and russian
2011-02-19 13:27:50 +00:00
Hidden Z
e3416c090e
Add translation tags into all templates
...
Also update success_submission.html a little.
2011-02-19 13:26:28 +00:00
Hidden Z
eb14141371
base.html: add language selector
2011-02-19 13:24:19 +00:00
Hidden Z
c2fac8396e
base.css: adjust look for i18n
2011-02-18 19:45:23 +00:00
Hidden Z
918570cf9e
Enable i18n
2011-02-18 19:44:56 +00:00
Hidden Z
49e084189d
pyi2phosts/postkey/admin.py: add admin action "Approve selected"
2011-02-17 19:07:21 +00:00
Hidden Z
70b7585e54
Add rss img into templates
2011-02-17 18:52:51 +00:00
Hidden Z
cb2e5eec10
Add rss image
2011-02-17 18:52:06 +00:00
Hidden Z
12f33be276
Add names for rss urls
2011-02-17 17:29:52 +00:00
Hidden Z
ba5ae8decc
pyi2phosts/latest/urls.py: enable rss feed for latest hosts
2011-02-16 19:01:02 +00:00