ZeroNet
33d6a9c402
Merge pull request #2438 from imachug/websocket
...
Avoid code duplication in bigfileUploadInit
2 years ago
Ivanq
17f65a5179
Avoid code duplication
2 years ago
Ivanq
f8e2cbe429
Allow uploading files via websocket ( #2437 )
...
* Allow uploading files via websocket
* Fix
2 years ago
shortcutme
f0a706f6ab
Rev4455, Fix new sites file downloading
2 years ago
shortcutme
8b994e42c2
Rev4452
2 years ago
shortcutme
ae9a76a6c9
Fix double sites.json loading on startup when adding missing sites
2 years ago
shortcutme
9b85d8638d
Don't allow run site api calls when site is deleting
2 years ago
shortcutme
a9c75a3146
Fix start dir parsing for command line and better description
2 years ago
shortcutme
1cc0ec3f31
Indepently configurable OpenSSL lib/bin file
2 years ago
shortcutme
b1819ff71d
Fix trayicon autostart script duplicated arguments
2 years ago
shortcutme
fca1033f83
Fix trayicon auto start script write/read with utf8 path
2 years ago
ZeroNet
32855d0479
Merge pull request #2426 from canewsin/patch-2
...
Added Custom Openssl Path for Native Clients and start_dir config
2 years ago
shortcutme
2c826eba2d
Rev4447, Fix Msgpack 1.0.0 compatibility
2 years ago
canewsin
8facd9ff84
Added Custom Openssl Path for Native Clients and start_dir config
...
This Parameter helpful where openssl path is not fixed always, we can also use this to reduce code verbosity by providing other like these and provide them as parameter
if sys.platform.startswith("win"):
self.openssl_bin = "tools\\openssl\\openssl.exe"
elif config.dist_type.startswith("bundle_linux"):
self.openssl_bin = "../runtime/bin/openssl"
else:
self.openssl_bin = "openssl"
Also Added Custom start_dir config option since android path issue of not valid "./" path, where files via provided path are not loading on some systems like Android client.
for more detailed conversation see pull request [#2422 ](https://github.com/HelloZeroNet/ZeroNet/pull/2422 )
2 years ago
shortcutme
64e5e0c80e
Rev445, Fix and test random fail in CryptMessage decrypt
2 years ago
shortcutme
8aa4e27938
Rev4411
2 years ago
shortcutme
bc76bf291a
Fix site blocklist with address hash based blocking and move checking to server-side
2 years ago
shortcutme
70cc982e2e
Log actual disabled function for multiuser plugin
2 years ago
shortcutme
61ac6a30d3
Fix loading blocked raw sites
2 years ago
shortcutme
d2627f36d5
Pass all arguments on site need
2 years ago
shortcutme
d36324e0d3
More detailed info on http host error
2 years ago
shortcutme
113b57415f
More detailed info on origin error
2 years ago
shortcutme
fefd2474b1
Don't reload sites on listing
2 years ago
tangdou1
28ce08de8e
Update zh.json ( #2413 )
...
* Update zh.json
* Update zh.json
* Update zh.json
2 years ago
shortcutme
037f0a3ff4
Rev4404
2 years ago
shortcutme
a3546d56b0
Merge js
2 years ago
shortcutme
95bf4ecb42
Read 5MB of logs for non-default console tabs
2 years ago
shortcutme
c91f2f0a09
Move all optional file download to separate button on sidebar
2 years ago
shortcutme
6d425f30fe
Stop checkconnections with connectionserver
2 years ago
shortcutme
8e79a7da63
Fix incomplete loading of dbschema.json
2 years ago
shortcutme
10c02c31c2
Rev4401
2 years ago
shortcutme
a0f5e1bde8
Fix translations
2 years ago
shortcutme
2e9cff928c
Skip commit if already commiting
2 years ago
shortcutme
46210b2f04
Use peer ip in peer exchange if no active connection
2 years ago
shortcutme
6dae187e22
More detailed logging on write error
2 years ago
ZeroNet
a7e783a26b
Merge pull request #2403 from eduaddad/patch-5
...
CONFIGURATION ITEM VALUE CHANGED - should work now
2 years ago
ZeroNet
60af3ceda9
Merge pull request #2404 from eduaddad/patch-6
...
added the Save as .Zip translation to Brazilian Portuguese
2 years ago
shortcutme
11415fe082
Log mock ws caller to get more detail on random test fail
2 years ago
ZeroNet
df93fa0ffe
Add PGP public key link
2 years ago
Eduaddad
849d514f28
added to translation Save as .Zip
...
added to translation Save as .Zip
2 years ago
Eduaddad
4d8ee4bafb
CONFIGURATION ITEM VALUE CHANGED - should work now
...
CONFIGURATION ITEM VALUE CHANGED - should work now
2 years ago
shortcutme
ac8aaaff75
Rev4399
2 years ago
shortcutme
238ede9419
Only correct time if we have at least 9 connected peers
2 years ago
shortcutme
835174270e
Less wait for closing cursors
2 years ago
shortcutme
62a2ec7254
Make sure to commit before vacuum
2 years ago
shortcutme
a9368bb3c8
Don't allow parallel sites.json loading
2 years ago
shortcutme
e75e199334
Fix multi-line log events display in web console
2 years ago
shortcutme
2b7aebd89d
Fix optional file loading when sites.json load takes more than 1 sec
2 years ago
shortcutme
3e08eabc86
Proper error when piecemap download fails
2 years ago
shortcutme
a16d55c863
Fix compatibility with Snap package
2 years ago