caryoscelus
38f53edc2b
Merge pull request #239 from caryoscelus/fix-referrer
...
Rewrite cross-site and cross-host requests detection
2023-11-16 14:01:09 +00:00
caryoscelus
2adb5511ce
Merge pull request #212 from zeronet-conservancy/disable_plugins_in_data
...
disable plugins in data dir
2023-11-14 23:20:58 +00:00
caryoscelus
497ad0f4b1
Merge branch 'master' into disable_plugins_in_data
2023-11-14 23:19:52 +00:00
caryoscelus
14e8130acb
Rewrite cross-site and cross-host requests detection
...
Make sure browsers send referrers so we can track cross-site
requests (could be used to identify which sites user hosts)
This breaks /raw because there are no referrers there
fixes #227
fixes #223
fixes #224
2023-11-14 23:11:51 +00:00
caryoscelus
1ba9f2bb56
Merge pull request #234 from caryoscelus/fix-start-dir
...
Fix start dir
2023-11-08 14:51:06 +00:00
caryoscelus
d62d5495ff
Merge pull request #238 from caryoscelus/fix_get_posted_hang
...
Fix UiServer.getPosted hanging in some circumstances
2023-11-01 22:47:16 +00:00
caryoscelus
c92b8bc56c
Fix UiServer.getPosted hanging in some circumstances
...
fixes #198
while it's not exactly clear what causes the difference in behaviour,
but under certain conditions UiServer.getPosted used to hang trying
to readline() POST request (e.g. from UiPassword login). using
read(CONTENT_LENGTH) seems to fix the issue
2023-11-01 22:12:14 +00:00
caryoscelus
7fdff749ff
Merge pull request #235 from caryoscelus/no-muted-propagation
...
Remove and don't update muted users' content
2023-10-30 23:02:54 +00:00
caryoscelus
19056b408a
Update gevent to 23.9.0
...
https://security.snyk.io/vuln/SNYK-PYTHON-GEVENT-5906371
2023-09-21 15:28:05 +00:00
caryoscelus
c9dbc49375
Delete muted content
2023-09-16 12:27:00 +00:00
caryoscelus
90de9c6500
Merge branch 'master' into no-muted-propagation
2023-09-16 12:08:49 +00:00
caryoscelus
9629442c1b
Merge pull request #214 from caryoscelus/fix-tests
...
Fix tests
2023-09-16 11:56:08 +00:00
caryoscelus
e7b566a8a8
Merge remote-tracking branch 'origin/master'
2023-09-15 14:23:38 +00:00
caryoscelus
537d7337e2
debug log
2023-09-15 14:23:19 +00:00
caryoscelus
751eaaab20
Merge remote-tracking branch 'origin/master' into fix-start-dir
2023-09-14 11:03:54 +00:00
caryoscelus
1eb094bba5
Fix detection of non-writeable start directory
2023-09-14 11:03:23 +00:00
caryoscelus
96700014ff
Merge pull request #232 from zeronet-conservancy/config-disable-port-check
...
Add --disable_port_check option
2023-09-13 17:25:31 +00:00
caryoscelus
53515f14ab
Merge branch 'update-readme'
2023-09-07 20:09:59 +00:00
caryoscelus
77a70e513d
README: attribution
2023-09-07 20:09:33 +00:00
caryoscelus
337f98a479
Add --disable_port_check option
2023-09-04 21:39:46 +00:00
caryoscelus
598b822255
Fix typo in Sidebar/ConsolePlugin
2023-09-04 21:25:03 +00:00
caryoscelus
98ad02ab30
Merge remote-tracking branch 'origin/master'
2023-09-04 10:34:29 +00:00
caryoscelus
21eb421a8f
Update data-default
2023-09-04 10:26:37 +00:00
caryoscelus
4d4880a5c8
Ignore muted files in Site.needFile
2023-08-18 16:51:16 +00:00
caryoscelus
4153f60258
Don't accept file update if it's from muted user
...
refs https://github.com/HelloZeroNet/ZeroNet/issues/1855
2023-08-18 16:12:31 +00:00
caryoscelus
b95b979c7f
README: partially rewrite installing
2023-08-10 20:30:24 +00:00
caryoscelus
e34dcaeb57
Merge pull request #229 from caryoscelus/improve-safere
...
Improve SafeRe
2023-08-07 13:11:53 +00:00
slrslr
7d4e66e07b
Update README.md
...
Mention first Windows build available for download.
2023-07-31 18:34:11 +00:00
caryoscelus
5fadd5f9bd
Improve SafeRe code readability
...
function isSafePattern was never used as boolean function, its only
useful behaviour being raising exception on bad regexp, so it's renamed
and reused accordingly
2023-07-31 08:28:29 +00:00
Vadim Ushakov
30db5a4652
Fix https://github.com/HelloZeroNet/ZeroNet/issues/2757
2023-07-31 08:23:13 +00:00
caryoscelus
a334eefdf7
Bump version
2023-07-30 19:00:43 +00:00
caryoscelus
0f3a489415
Merge pull request #225 from caryoscelus/fix-geoip-load
...
Fix geoip load
2023-07-30 13:17:15 +00:00
caryoscelus
a209f6a956
Merge pull request #226 from caryoscelus/drop-py35
...
Drop attempts at py<3.6 compatibility
2023-07-30 10:08:15 +00:00
slrslr
ebd81dad9d
Update README.md
...
Adding new simplified installation commands. It should allow easier installation and update on most Linux distributions using 2 commands.
2023-07-30 05:17:15 +00:00
caryoscelus
a509032c8e
Drop attempts at py<3.6 compatibility
...
Wake up, it's 2023 now. Also f-strings has been used prominently already
2023-07-29 18:03:45 +00:00
caryoscelus
b358435016
Remove dead code
2023-07-29 17:20:45 +00:00
caryoscelus
e79924d502
Fix downloading GeoIP database
...
fixes #222
2023-07-29 17:20:11 +00:00
caryoscelus
714729edab
New development cycle
2023-07-29 16:47:11 +00:00
caryoscelus
18d35d3bed
v0.7.10
2023-07-26 08:01:47 +00:00
caryoscelus
40ae09dca8
py3.8 compat
2023-07-26 07:56:31 +00:00
caryoscelus
eeaded23f9
Update bootstrap url
2023-07-26 07:14:14 +00:00
caryoscelus
5945dd2e3c
Merge pull request #221 from caryoscelus/fix-0net-leak
...
Disable third-party access to 0net server.
2023-07-26 07:06:46 +00:00
caryoscelus
615e155043
Merge pull request #219 from caryoscelus/bootstrap
...
Bootstrap 0net trackers on first launch
2023-07-26 07:06:18 +00:00
caryoscelus
f336cd02bd
More sophisticated detection of cross-site info leak
...
see previous commit for more info
2023-07-25 20:58:57 +00:00
caryoscelus
0811902ff6
Disable third-party access to 0net server.
...
This previously enabled clearnet sites to detect if user is running 0net instance
on their machine as well as to detect which 0net sites are downloaded.
Check online at https://riza-committee.github.io/demos/0scan.html
Intra-0net version of this is still available at
http://127.0.0.1:43110/1ScanCY9fjmjanDt7NwvyNQCL16hqWnVM/
2023-07-25 19:13:12 +00:00
caryoscelus
a8c2117a55
CHANGELOG & revision bump
2023-07-25 15:11:33 +00:00
caryoscelus
433b324173
windows os .exe build instruction
2023-07-25 15:11:11 +00:00
caryoscelus
dd5976a08e
Merge pull request #218 from caryoscelus/upnp-anonymous
...
more anonymous upnp
2023-07-25 15:06:18 +00:00
caryoscelus
db78b2aca0
Merge pull request #220 from caryoscelus/fix-error-handling
...
fix error handling (was: unbound local variable)
2023-07-25 15:05:41 +00:00
caryoscelus
d924e9bb2e
fix error handling (was: unbound local variable)
2023-07-24 10:29:25 +00:00