Commit graph

2872 commits

Author SHA1 Message Date
caryoscelus
1d8aedce85
Merge pull request #122 from zeronet-conservancy/from_enhanced
enhancements from zeronet-enhanced by @geekless
2022-07-09 17:25:31 +00:00
caryoscelus
46ae0db986
Merge pull request #123 from zeronet-conservancy/minor_improv
Minor improvement in ConnectionServer
2022-07-09 17:24:38 +00:00
caryoscelus
74f8a6e11e minor improvement in ConnectionServer 2022-07-07 21:31:24 +00:00
caryoscelus
ff5274c753
Merge pull request #116 from zeronet-conservancy/cm-impr
improve code in ContentManager
2022-07-04 10:05:21 +00:00
caryoscelus
ab9e8322fa fix comment 2022-07-01 23:16:42 +00:00
caryoscelus
7353c8ff90 reduce fingerprinting of site owner
replace version with generic `user_agent` that will remain constant
2022-07-01 19:28:53 +00:00
caryoscelus
aa19bcf2e0 remove potential fingerprinting of site owner
inspired by @geekless 's 829fd46781 commit at
829fd46781

previously 0net would announce owned sites more frequently
which can help determine site owner
2022-06-29 18:50:55 +00:00
caryoscelus
da0a627ac0 improve and speed up content.json loading
parse json (which is required anyway) instead of ad-hock
re-based parsing
2022-06-29 18:39:54 +00:00
caryoscelus
981769b051 improve error message
this commit is adopted from d0069471b8
(d0069471b8)
by @geekless

with original commit message:

Don't raise VerifyError with misleading message
"Invalid old-style sign" when the file has no sign at all.
2022-06-29 17:53:41 +00:00
caryoscelus
c5f5479ba8
Merge pull request #114 from zeronet-conservancy/xmlupnp
return upnp punch using secure xml library
2022-06-29 11:50:31 +00:00
caryoscelus
9ff7408cc6 improve code in ContentManager 2022-06-29 00:20:33 +00:00
caryoscelus
277b48d71e skip redundant check 2022-06-29 00:04:19 +00:00
caryoscelus
4786633b9d version bump 2022-06-28 23:41:18 +00:00
caryoscelus
cb2347e7d6 return upnp punch using secure xml library
fixes #105
2022-06-28 23:23:18 +00:00
caryoscelus
a614ab0787 v0.7.6 2022-06-09 11:21:04 +00:00
caryoscelus
51951a81c8 more new trackers from Syncronite 2022-06-08 19:19:19 +00:00
caryoscelus
dc1464d702 change start page to a new dashboard/admin 2022-06-08 19:04:23 +00:00
caryoscelus
f10e09633c Better warning about ADMIN permissions
refs #82
2022-06-08 18:51:03 +00:00
caryoscelus
2d1ffc59ff
Merge pull request #99 from zeronet-conservancy/cleanupcoffee
[cleanup] get rid of old coffescript remnants

nobody develops in coffescript anymore and some auto-generated js files are already modified . and we're eventually deprecating all the current js api so keeping pretense that the coffeescript source is still relevant

refs #93
2022-05-31 15:37:20 +04:00
caryoscelus
574928e625 [cleanup] remove coffee script files 2022-05-31 13:32:47 +04:00
caryoscelus
fee2a4f2c9 [cleanup] keep removing old coffeescript related bloat 2022-05-31 13:18:59 +04:00
caryoscelus
6517ebc432 reduce fingerprinting information sent to other nodes
version and revision are still accessible to users to see,
but not the other nodes. this will make it harder to collect
information for both informational, but also malicious purposes
2022-05-31 01:24:37 +04:00
caryoscelus
7b1864c0d9 branding in --version 2022-05-28 13:44:12 +04:00
caryoscelus
906e15a7a0 version bump (dev) / CHANGELOG
welcome new maintainers: @d4708 , @FraYoshi and @prtngn !
2022-05-28 13:41:55 +04:00
caryoscelus
90092842a1
Merge pull request #75 from d4708/top_right_button_vision
Top right button new flashy cursor
2022-05-25 23:38:37 +04:00
caryoscelus
2e04c845a8
Merge pull request #78 from d4708/favicon_with_rounded_corners
add favicon with rounded corners

refs #50
2022-05-23 23:59:56 +04:00
caryoscelus
fba0402cd4
Merge pull request #77 from d4708/apple_touch_icon
add apple touch icon
fixes #63
2022-05-23 23:57:29 +04:00
d4708
894af8127e
add favicon with rounded corners 2022-05-23 18:42:03 +03:00
d4708
a802972d14
add apple touch icon #63 2022-05-23 18:27:58 +03:00
d4708
a734c4b12f
add fixbutton combinations, cleanup filesize #53 2022-05-23 18:09:44 +03:00
d4708
66981de74f
add fixbutton cursors #53 2022-05-23 18:07:24 +03:00
d4708
ff43c838e4
Delete fixbutton.png 2022-05-23 18:06:13 +03:00
d4708
e495589534
change fixbutton cursor 2022-05-23 14:42:29 +03:00
d4708
267633ee06
add fixbutton cursor 2022-05-23 14:41:11 +03:00
caryoscelus
2a4927b77b Merge branch 'master' of https://github.com/zeronet-conservancy/zeronet-conservancy 2022-05-21 21:25:07 +04:00
caryoscelus
8d2c5990cd fuller Debug messages
`limit` argument is removed as unused
2022-05-21 21:17:54 +04:00
d4708
a5f18c22b3
fix issues relation #50, #53 2022-05-19 13:58:41 +03:00
d4708
970dda15c7
visual updates for the top-right button #50, #53 2022-05-19 13:57:38 +03:00
d4708
98e51e4c73
visual updates for the top-right button #50, #58 2022-05-19 13:53:31 +03:00
caryoscelus
fca3c8544d v0.7.5
(and changelog update)
2022-05-17 18:03:20 +04:00
caryoscelus
c5e8841d0f disable UPnP port-punching until it's proven robust 2022-05-17 18:00:15 +04:00
caryoscelus
d5d5163a65 remove unused code 2022-05-17 02:40:22 +04:00
caryoscelus
756082b7c8 temporary top-right button image replacement 2022-05-15 16:03:48 +04:00
caryoscelus
1c24d90c70 new icon
refs #3
refs #50
2022-05-15 14:43:12 +04:00
caryoscelus
35fd399e01 Don't check port in tor-only mode
refs https://github.com/HelloZeroNet/ZeroNet/issues/2456
2022-05-13 04:00:54 +04:00
caryoscelus
3e4f61e1a8 fix compatibility with modern hashlib
ripemd160 has been removed from hashlib, we have to mend it with
other implementation for now
2022-05-12 22:44:19 +04:00
caryoscelus
b8b1c3deac add more active trackers from Syncronite 2022-05-08 21:11:57 +04:00
caryoscelus
5b63b0298f colourful greetings 2022-05-03 16:31:09 +04:00
caryoscelus
733b1b05b1 v0.7.4 2022-04-25 11:46:49 +00:00
caryoscelus
a6a36c7c09 bump revision 2022-04-12 06:46:17 +00:00
caryoscelus
7658f57161 minor code improvement 2022-03-26 09:24:59 +00:00
caryoscelus
06727cb511 fix UiRequest.parsePath 2022-03-03 05:15:20 +00:00
caryoscelus
ba0662327b fix uiwebsocket
fixes previous commit (usage of updatesite)
2022-02-02 12:26:57 +00:00
caryoscelus
15f94c325a use new admin page as home page for now
this is temporary until new static home page with a choice
is made
2022-02-02 12:19:47 +00:00
caryoscelus
1a73dd794f v0.7.3.2
fix version number
2022-01-26 20:18:32 +00:00
caryoscelus
855b23a84b
fix readdress loop
use better escaping in render

fixes #19
2022-01-26 19:28:17 +00:00
caryoscelus
66fcc037e3 change of ADMIN privilege management
- don't grant ADMIN permission to home or update pages
- allow granting ADMIN permission via `--admin_pages` command line option
2022-01-24 02:05:41 +00:00
caryoscelus
5b3c29485f Merge branch 'master' into v073 2022-01-21 01:59:34 +00:00
caryoscelus
6803379ad2 code improvements in UiRequest 2022-01-14 19:03:48 +00:00
caryoscelus
f05e7c6e70 Merge branch 'master' into v073 2022-01-07 14:23:57 +00:00
caryoscelus
53d1437a65 fix orthography in error message 2022-01-07 12:45:05 +00:00
caryoscelus
2cfe2fa731 bump version v0.7.3 2022-01-07 11:52:00 +00:00
caryoscelus
00235a0288 better error message & minor comment 2022-01-07 11:23:59 +00:00
caryoscelus
023ec7706f onion-v3 support fix (partial)
thanks @anonymoose
2021-12-25 18:19:07 +00:00
caryoscelus
cbc2c67b34 fix typo in onionv3 support
thanks @anonymoose
2021-12-24 14:50:07 +00:00
Vadim Ushakov
8dc589b98e Add default onion v3 tracker addresses 2021-12-22 15:54:52 +00:00
caryoscelus
acb313f481 onionv3 support WIP
thanks to @anonymoose, @zeroseed and @geekless
2021-12-22 15:54:16 +00:00
caryoscelus
be00a7e855 Add ed25519.py from torproject (onion-v3 support)
57364fae7269ec562c5fc8cdb073ff9463d9a0f0
https://gitweb.torproject.org/stem.git/commit/stem/util/ed25519.py?id=57364fae7269ec562c5fc8cdb073ff9463d9a0f0
2021-12-21 10:03:18 +00:00
Tim Gates
3ad7bc87e5
docs: fix simple typo, positibe -> positive
There is a small typo in src/util/UpnpPunch.py.

Should read `positive` rather than `positibe`.
2020-12-22 07:44:57 +11:00
kabitofu
39d86fec9c Japanese Translation 2020-12-04 13:07:32 +09:00
Tamas Kocsis
02c27b841f Rev4555 2020-12-03 20:05:41 +01:00
Tamas Kocsis
b3c9de5e47 Don't show tracker tor bridge warning if more that 3 trackers finished 2020-12-03 20:02:48 +01:00
Tamas Kocsis
3ffa3c2f79 Use svg for top-right zero button 2020-12-03 20:02:20 +01:00
Styromaniac
2795e20b0c
Replaced logo-white.png with an SVG data URI. 2020-12-03 08:33:54 -05:00
Tamas Kocsis
ecfb6b6b3a Rev4553, Debug messages formatting Windows fix 2020-11-30 14:38:25 +01:00
Tamas Kocsis
1b4f93f14b Make Debug message test cases independent from line numbers, Windows support 2020-11-30 14:37:45 +01:00
ZeroNet
40db30a260
Merge pull request #2642 from imachug/better-logs
Use more unique yet short paths for logging
2020-11-30 14:08:50 +01:00
Tamas Kocsis
38a3ea6373 Rev4551, Keep uiserver running if fileserver bind failed 2020-11-26 02:01:41 +01:00
Tamas Kocsis
52d6c9fedf Rev4550, Show all modified files after click 2020-11-19 03:05:53 +01:00
Tamas Kocsis
57dda4e6d6 Rev4549, Fix startup OpenSSL lib find recursion error 2020-11-09 01:21:52 +01:00
Tamas Kocsis
0a3bf43e1c Rev4548 2020-11-03 02:53:15 +01:00
Tamas Kocsis
48455e3e45 Better cli test output 2020-11-03 02:52:50 +01:00
Tamas Kocsis
c515e26cd6 Fix OpenSSL dll/so location find patcher 2020-11-03 02:51:42 +01:00
Tamas Kocsis
5cac059ef4 Display warning if SSLCurve native load failed 2020-11-03 02:50:21 +01:00
Tamas Kocsis
6fcfe5b394 Rev4540, More proper bigfile filtering for OptionalFileList 2020-10-29 02:44:07 +01:00
Tamas Kocsis
12013d64c8 Rev4539, Add more extensions to UiFileManager binary files 2020-10-29 01:38:49 +01:00
Jabba
54fb2fde7c
Adding OGG MIME (#2657)
* Adding OGG MIME

Fixing: https://github.com/HelloZeroNet/ZeroNet/issues/2656

* Adding ova and ogv extensions
2020-10-26 15:59:42 +01:00
Ivanq
dd08b89c81 Make tests pass on Python 3.5 2020-10-13 20:36:39 +03:00
Ivanq
6770b450b3 Handle src/gevent/... paths 2020-10-13 19:50:08 +03:00
Ivanq
9b2772b171 Use more unique yet short paths for logging 2020-10-13 19:12:46 +03:00
shortcutme
29dac8a188
Rev4538 2020-10-12 13:12:44 +02:00
Tamas Kocsis
288050e5b4 Rev4537, Add warning on invalid file save in UiFileManager 2020-10-06 17:10:58 +02:00
Tamas Kocsis
785d2351eb Rev4536, Fix Cors permission request for connecting site 2020-10-05 19:02:22 +02:00
Tamas Kocsis
9d1bed11af Rev4533 2020-10-01 17:18:43 +02:00
Tamas Kocsis
c0baf8b68d Version 0.7.2, Rev4528 2020-09-21 18:28:12 +02:00
Tamas Kocsis
85790f8866 Check sites on ip change 2020-09-21 18:20:49 +02:00
Tamas Kocsis
ce5b4c3eda Don't non-existent files as bad 2020-09-18 18:45:42 +02:00
Tamas Kocsis
fde3b51129 Formatting 2020-09-18 18:44:42 +02:00
Tamas Kocsis
550d02d473 Retry site update if it was failed last time 2020-09-18 18:44:28 +02:00
Tamas Kocsis
4da89580c1 Don't mark content.json as bad file if update failed 2020-09-18 18:43:54 +02:00