1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
Commit Graph

370 Commits

Author SHA1 Message Date
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
499e6f411e .gitignore: do not ignore inproxy.html 2011-02-19 15:54:21 +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
d79fc2a45f .gitignore: add .mo 2011-02-18 19:46:14 +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
Hidden Z
2582283863 pyi2phosts/urls.py: fix including of /latest/ 2011-02-16 19:00:28 +00:00
Hidden Z
ccfd0d2494 pyi2phosts/lib/rss.py: add subclass for freshy added hosts 2011-02-16 18:59:13 +00:00
Hidden Z
96a3e480dc pyi2phosts/latest/views.py: move queryset to separate function
I'll use it later from another place.
2011-02-16 18:58:05 +00:00
Hidden Z
dc919135cc Implement RSS export for all active hosts
KwukDuck asked me for RSS for using it with LiveBookmarks firefox
plugin in his portable I2P package.
2011-02-15 19:57:00 +00:00
Hidden Z
fe5e6ccc80 templates/index.html: add info how to add a jump service into i2ptunnel
Since I2P 0.8.3 user can add a custom jump-services.
2011-02-06 14:15:34 +00:00
Hidden Z
f53aa53a6b jumper: add stub index 2011-02-06 14:15:03 +00:00
Hidden Z
0007450844 Implement 2nd-level domain verification when adding a subdomain
If user wants to register  a subdomain, he must prove he is owner of
2nd-level domain. He must create a file with random name generated by us
in webserver's document root in 2nd-level domain. Then we trying to
fetch this file. If it success, registration gets accepted.
2011-01-17 18:09:53 +00:00
Hidden Z
b0c2851734 validation.py: fix grammar 2010-12-30 20:13:29 +00:00
Hidden Z
764e2e3f33 pyi2phosts/postkey/views.py: redefine is_valid() and log validation errors 2010-12-30 20:06:40 +00:00
Hidden Z
83928b6dad jump/views.py: change behavior when trying to access an inactive hostname
Instead of displaying "host unknown" page, we're displaying a search
results page when hostname known to us bot not activated and don't
published in exported addressbook.
2010-12-07 20:32:46 +00:00
Hidden Z
59beb95606 search/views.py: add case-sensitive search by base64 hash 2010-12-07 20:14:31 +00:00
Hidden Z
4d2d4ed29a templates/browse.html: provide urls with i2padresshelper 2010-12-07 20:09:01 +00:00
Hidden Z
6321482047 postkey/admin.py: search by base64 hash also 2010-12-06 17:04:53 +00:00
Hidden Z
f9f90d4af6 py-i2phosts-maint: don't try to deactivate already deactivated hosts 2010-11-27 18:57:25 +00:00
Hidden Z
7194fa8ca7 py-i2phosts-maint: fix typo 2010-11-27 18:34:34 +00:00
Hidden Z
026fd7a10a setup.py: add pyi2phosts.latest 2010-11-26 19:29:18 +00:00
Hidden Z
d7d032d940 Move latest generic view to separate view
This should fix problem with datetime.datetime.utcnow() evaluation
caching in queryset.
2010-11-26 19:24:02 +00:00
Hidden Z
efa9397a9c Revert "pyi2phosts/urls.py: use separate functions to get dates"
This reverts commit 3c193bcdc3.

This patch doesn't solves the problem. We need django 1.3 or workaround
like described here:
http://pascut.com/2008/08/16/django-generic-views-cache-behavior/
2010-11-26 19:06:40 +00:00
Hidden Z
a48e4a998e templates/index.html: add contact info for INR 2010-11-20 18:21:23 +00:00
Hidden Z
3c193bcdc3 pyi2phosts/urls.py: use separate functions to get dates
We need to get current date and start date every time when /latest/
requested. Before this dates were evaluated only at webserver startup so
newly added and activated hosts weren't can be appeared in /latest/.
2010-11-20 17:49:14 +00:00
Hidden Z
48ce4ba473 Move {days,hosts}_count from urls to settings 2010-11-20 13:04:37 +00:00
Hidden Z
1a734f5af5 postkey/views.py: fill date_added field with UTC date 2010-11-15 19:02:56 +00:00
Hidden Z
dcc6699c33 py-i2phosts-injector: fill date_added field with UTC date 2010-11-15 19:02:08 +00:00
Hidden Z
fa93084df3 postkey/models.py: do not fill date_added automatically
Django uses localtime when using auto_add_now=True, but we wants an UTC
time. So, we will fill this field manually.
2010-11-15 19:00:51 +00:00
Hidden Z
52f4bc15e1 Add template for search results 2010-11-12 20:48:41 +00:00