shortcutme
4bfd4bd714
Rev4074, Fix Ecdsa functions in cryptmessage plugin
2019-04-20 09:48:56 +02:00
Ivanq
d7d75a1fe8
Fix ECDSA on CryptMessage ( #1987 )
...
* Add ecdsaSign and ecdsaVerify
* Fix return
* Fix unicode
* Update CryptMessagePlugin.py
* Remove .encode("utf8")
* Fix keys during ECDSA signing
2019-04-19 19:34:07 +02:00
rllola
ef6ccb330b
Dont raise an error if domain has more than one subdomain and just return None
2019-04-18 15:27:49 +02:00
shortcutme
4671f47222
Fix bigfile piecefield standalone run test
2019-04-18 12:21:33 +02:00
rllola
4be0e1ee7f
Forgot to cache in one 'if'
2019-04-17 18:34:53 +02:00
redfish
7e57a8f71e
Ui,Translate: remove bytearray format string
...
Py 3.4 does not support bytearray format strings
for % operator: b"%s" % s
2019-04-16 20:54:55 -04:00
rllola
86d3d35619
Disable Zeroname plugin
2019-04-16 20:07:30 +02:00
rllola
f195111354
Using http.client instead of requests module
2019-04-16 16:23:09 +02:00
radfish
ec6fd48b86
Bigfile: fix piece field bitmask to be used as bytearray consistently ( #1982 )
...
* Bigfile: make Piecefield array a bytearray
We want an array of characters. Py2 strings made sense to
use as an array of characters, but Py3 strings are different
and no longer a good choice.
* Bigfile: store bits as binary instead of char
* BigFile: rename to/from string -> to/from bytes
Since the type was changed to bytearray.
2019-04-16 15:14:19 +02:00
radfish
1516d55a88
Sidebar: rename media-globe/ to media_globe/ ( #1973 )
...
So that it can be an importable package.
This is in preparation for setuptools packaging.
2019-04-16 11:34:55 +02:00
Ivanq
bdb0dc32a7
Add ECDSA actions to CryptMessage ( #1984 )
...
* Add ecdsaSign and ecdsaVerify
* Fix return
* Fix unicode
* Update CryptMessagePlugin.py
2019-04-15 22:55:01 +02:00
shortcutme
5ff2f792e6
Rev4070, Fix Multiuser plugin import order, Run coverage before optional plugins
2019-04-15 22:54:17 +02:00
shortcutme
526a5d3fb1
Fix compatibility with Python <=3.5
2019-04-15 22:48:43 +02:00
shortcutme
90fee9788d
Always translate html files to avoid compatibility problems with brackets in url
2019-04-15 22:16:47 +02:00
shortcutme
bf7597e1b2
Add simple test for Multiuser plugin
2019-04-15 22:16:05 +02:00
shortcutme
54ff940c2b
Fix Bootstrapper plugin py3 compatibility
2019-04-15 22:15:42 +02:00
shortcutme
446641c31c
Always commit before Db VACUUM
2019-04-15 22:11:44 +02:00
shortcutme
be584aa3d1
Change offline mode in /Config page
2019-04-15 15:12:08 +02:00
shortcutme
b82f57e7a2
Fix small file upload using bigfile plugin
2019-04-15 15:07:31 +02:00
shortcutme
998ec3eb4f
Disable all site serving using a global offline argument
2019-04-15 15:06:25 +02:00
radfish
f6e3a74567
[setuptools packaging] access modules via imports ( #1969 )
2019-04-15 12:31:33 +02:00
rllola
c4d8466195
Delete old plugin
2019-04-14 22:58:05 +02:00
rllola
af1fb7aaa6
Also recognise 'map' namecoin standard way of registering for domain
2019-04-14 22:41:26 +02:00
rllola
1a944735df
New ZeronameLocal plugin with connection to namecoin node
2019-04-14 16:58:58 +02:00
krzotr
1c8fba4286
OptionalManager file info - set bytes_downloaded to file size if a file is fully downloaded
2019-04-13 23:07:13 +02:00
shortcutme
ce7c22fd57
Ignore items with no date_added in newsfeed
2019-04-11 01:18:52 +02:00
ZeroNet
ed12cc1186
Merge pull request #1952 from tangdou1/patch-6
...
Update TrayiconPlugin.py for IPV6 compatibility
2019-04-09 17:53:04 +02:00
ZeroNet
8370ac8426
Merge pull request #1970 from radfish/PR-py3--import-plugins
...
[setuptools packaging] PluginManager: get plugins path via import
2019-04-09 17:51:05 +02:00
shortcutme
763e5f4ac0
Fix too short sleep
2019-04-08 18:12:00 +02:00
shortcutme
87abdb92e9
Fix bigfile upload
2019-04-08 18:11:46 +02:00
redfish
73814550e5
PluginManager: get plugins path via import
...
* skip __pycache__ when loading
2019-04-07 18:50:23 -04:00
redfish
4d98b05e6c
Sidebar: use geoip db from system if exists
2019-04-06 17:24:25 -04:00
tangdou1
4c358b9f08
Big File is bigger than 10MB
...
Big File is an optional file which is bigger than 10MB, so the default value should be at least 10MB.
2019-04-06 11:57:58 +08:00
shortcutme
a208f47b6a
Fix sidebar opening for fast mouse movements
2019-04-04 13:28:38 +02:00
shortcutme
042db64a00
Fix multiuser plugin py3 compatibility
2019-04-04 13:24:42 +02:00
shortcutme
f55fd8d861
Avoid re-define variable name
2019-04-04 13:24:26 +02:00
tangdou1
f527b8225f
IPV6 compatibility
2019-04-03 19:54:19 +08:00
redfish
65be9f438b
CryptMessage: pass byte-array type to base64
...
Fixes this error upon sending a message in ZeroMail:
WebSocket handleRequest error: TypeError: a bytes-like object is
required, not 'str' in UiWebsocket.py line 83 > UiWebsocket.py line 269
> CryptMessage/CryptMessagePlugin.py line 80 >
CryptMessage/CryptMessagePlugin.py line 80 > base64.py line 58
2019-03-31 14:05:15 -04:00
shortcutme
9fad83e46c
More detailed logging on archive open error
2019-03-29 02:27:26 +01:00
shortcutme
9fbf4771f2
Fix directory commands on packed files
2019-03-29 02:26:50 +01:00
shortcutme
706852d9a7
Fix Stats page rendering in non-debug mode, reduce source code size
2019-03-27 03:06:22 +01:00
shortcutme
16f36824e6
Fix benchmark on Python 3.5
2019-03-23 03:40:42 +01:00
shortcutme
5c1ec0b141
Ecies encrypted string length can be different in rare cases
2019-03-23 03:38:30 +01:00
shortcutme
e24d1016a5
Fix bigfile upload post request return value
2019-03-23 03:38:04 +01:00
shortcutme
a82ee338ef
Rev4017, Fix Bigfile test, Python 3.4 compatibility
2019-03-21 02:48:21 +01:00
shortcutme
60405bf222
Rev4016, Add ad test Python 3.4 compatibility
2019-03-21 02:22:22 +01:00
0polar
8411c60d4a
Fix unable to open context menu on Windows
...
Python3 string no need decoding or encoding
2019-03-19 20:56:30 +08:00
shortcutme
9a9a8bfdc7
Fix peer loading
2019-03-18 03:37:05 +01:00
shortcutme
a620bf2174
Fix lang html variable on config page
2019-03-18 01:06:45 +01:00
shortcutme
e77d63294e
Fix config page
2019-03-18 01:06:04 +01:00
shortcutme
02e67a901f
Import global maxminddb module
2019-03-16 04:26:27 +01:00
shortcutme
242b3edbc4
Fix BigFilePiecefiled typo
2019-03-16 03:44:13 +01:00
shortcutme
b7894faa96
Fix AnnounceShare backward compatibility
2019-03-16 03:44:01 +01:00
shortcutme
ff5004cb8d
Remove included maxminddb
2019-03-16 02:52:12 +01:00
shortcutme
d20da5d803
1ms is the minimum sleep with new gevent
2019-03-16 02:46:33 +01:00
shortcutme
b98a9d2e80
Commit before vacuum
2019-03-16 02:45:37 +01:00
shortcutme
6f0531c663
Test CryptMessage ui_websocket result more reliable way
2019-03-16 02:33:38 +01:00
shortcutme
545acebbaf
New CryptMessage test functions for ecies crypto
2019-03-16 02:33:09 +01:00
shortcutme
20806a8c97
ZeroName plugin Py3 compatibility
2019-03-16 02:27:26 +01:00
shortcutme
f071cc5c04
Make Stats page Py3 compatible, Add libsecp256k1 testing, Xy packing format, Reduce code duplication
2019-03-16 02:27:04 +01:00
shortcutme
90c9078bf5
Remove unnecessary logging of Sidebar loadGlobe
2019-03-16 02:25:20 +01:00
shortcutme
203e70afbc
Py3 compatibility of PeerDb plugin
2019-03-16 02:24:36 +01:00
shortcutme
2599e54fd0
Py3 compatibility of FilePack plugin
2019-03-16 02:24:17 +01:00
shortcutme
2737425242
Py3 compatibility of UiPassword plugin
2019-03-16 02:23:46 +01:00
shortcutme
40569eee2e
Py3 compatibility of CryptMessage plugin, Rename ecies crypto function names to make it more clear
2019-03-16 02:23:00 +01:00
shortcutme
883c2851ff
Py3 compatibility of ContentFilter plugin
2019-03-16 02:20:32 +01:00
shortcutme
4fe4d0a7e7
BEGIN / END no longer necessary as there is no autocommit in new db module
2019-03-16 02:18:53 +01:00
shortcutme
a46d8fe7f3
Hash id of the hashmap changed because of use_bin_type msgpack packing
2019-03-16 02:15:37 +01:00
shortcutme
dd70d27a0e
Use new Msgpack modue for testing Bigfile plugin
2019-03-16 02:14:43 +01:00
shortcutme
b46ee0c495
Use Msgpack module in Bigfile plugin
2019-03-16 02:14:08 +01:00
shortcutme
28ffb3fd18
Ignore sha3 warning of merkletools module
2019-03-16 02:13:17 +01:00
shortcutme
d1456850d1
Py3 compatibility in Bigfile piecefield
2019-03-16 02:12:45 +01:00
shortcutme
050e2febab
Log add types with zero announce request
2019-03-16 02:12:03 +01:00
shortcutme
f56c8ef755
Save shared trackers files as utf8
2019-03-16 02:11:38 +01:00
shortcutme
1a9529157f
Backward compatibility with tracker sharing response
2019-03-16 02:11:22 +01:00
shortcutme
8c5c3cb7a6
Use Msgpack module in BroadcastServer plugin
2019-03-16 02:09:27 +01:00
shortcutme
b0b9a4d33c
Change to Python3 coding style
2019-03-15 21:06:59 +01:00
rllola
5e2feb5803
Fix the second cal to getinfo/getblockchaininfo; Verify version before doing the call.
2019-02-21 16:10:42 +01:00
rllola
93645681b0
Use waitfornewblock if namecoin version 16.0 or higher
2019-02-21 14:39:58 +01:00
ZeroNet
e89cb4cc0e
Merge pull request #1901 from anoadragon453/patch-3
...
Fix typo
2019-02-16 20:28:37 +01:00
ZeroNet
89cc70091c
Merge pull request #1900 from anoadragon453/patch-2
...
Remove unnecessary str replace
2019-02-16 20:28:22 +01:00
Andrew Morgan
c6bbe9e020
Fix typo
2019-02-15 21:22:13 +00:00
Andrew Morgan
15d2fd4581
Remove unnecessary str replace
...
Presumably left over from before it got moved out into a script.
2019-02-15 21:19:29 +00:00
rllola
02e2080ce2
Added test for new standard; Check version for compatibility with namecoin newer version; update README
2019-02-12 23:06:21 +01:00
rllola
c00601743c
Added README for zeroname plugin with instructions
2019-02-12 22:09:47 +01:00
shortcutme
af0b563036
Remove unnecessary character
2019-02-02 00:11:02 +01:00
shortcutme
c2b879ccab
Rev3831, Fix Stats page compatibility with latest gevent
2019-01-31 00:39:45 +01:00
shortcutme
e79e60f0bb
Fix change detection for textareas in Config page
2019-01-29 02:54:30 +01:00
shortcutme
14631c65a6
Avoid user creaton when rendering sidebar after site deletion
2019-01-26 20:42:46 +01:00
shortcutme
f706f7508e
Store detected external ips to separate variable
2019-01-26 20:42:27 +01:00
ZeroNet
81419ca68b
Merge pull request #1879 from tangdou1/patch-1
...
Update zh.json
2019-01-25 23:34:49 +01:00
shortcutme
276cbc0ace
Rev3817, Support limits for feed search
2019-01-25 14:26:38 +01:00
tangdou1
6ada5110a4
Update zh.json
2019-01-25 15:04:43 +08:00
tangdou1
f6ee45249d
Update zh.json
2019-01-25 14:50:05 +08:00
shortcutme
3b91be8449
Change ip_external on Config page
2019-01-25 01:22:26 +01:00
shortcutme
37979b4f9c
Support multiple external ips
2019-01-24 15:20:08 +01:00
ZeroNet
31376ee2fd
Merge pull request #1870 from tangdou1/patch-1
...
Update all.js
2019-01-23 12:55:37 +01:00
tangdou1
f980170a82
Update zh.json
2019-01-23 19:05:29 +08:00
tangdou1
8b7ef14f65
Update all.js
2019-01-23 19:00:19 +08:00
tangdou1
728b76aa7e
Update all.js
2019-01-23 17:24:21 +08:00
shortcutme
c20ed92fab
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
2019-01-23 02:19:08 +01:00
shortcutme
28426f3ee3
Fix ip_mode description
2019-01-23 02:18:31 +01:00
shortcutme
b3f2812191
Add ip network support to stats page
2019-01-23 02:13:29 +01:00
shortcutme
1824363f86
Support dual stack listening
2019-01-23 02:13:13 +01:00
shortcutme
447f5fd5c8
Store opened port status per IP version
2019-01-23 02:11:31 +01:00
tangdou1
7a47d58ad4
Update zh.json for more respect ( #1867 )
...
* Update zh.json
* Update zh.json
* Update zh.json
2019-01-22 11:00:17 +01:00
tangdou1
aedfb1d8da
Update zh.json ( #1863 )
...
* Update zh.json
* Update zh.json
2019-01-21 14:01:04 +01:00
shortcutme
a7509988af
Rev3802, Fix pytest warnings
2019-01-20 20:02:31 +01:00
shortcutme
ba9228b142
Is downloading status based on bad_files
2019-01-20 19:15:21 +01:00
shortcutme
0beef302c6
Ipv6 compatibility in AnnounceZero plugin
2019-01-20 19:13:00 +01:00
shortcutme
da538f6424
AnnounceShare compatibility with refactored port checker
2019-01-20 19:12:11 +01:00
shortcutme
8384c2cba3
Ipv6 compatible AnnounceShare test
2019-01-20 19:11:15 +01:00
shortcutme
fbf430fac9
Ipv6 compatible bigfile test
2019-01-20 19:10:52 +01:00
shortcutme
29516304b0
Reset cert data before running crypt test
2019-01-20 19:10:40 +01:00
shortcutme
c546065611
Peerdb ipv6 loading
2019-01-20 16:11:56 +01:00
shortcutme
7e759e6ae8
Ipv6/ipv4 compatible bootstrapper tests
2019-01-20 16:11:08 +01:00
shortcutme
a9608c096e
New bootstrapper tests announce and backward compatibility
2019-01-20 16:10:24 +01:00
shortcutme
4db723fa6f
New bootstraper db format with ipv6 support
2019-01-20 16:08:51 +01:00
shortcutme
64e8efbc07
Fix ipv6 address placing to sidebar map
2019-01-20 03:28:49 +01:00
shortcutme
15f4bc5bd6
Add filesrver_ip_type to config page
2019-01-20 03:28:22 +01:00
ZeroNet
79daa12b06
Merge pull request #1847 from BoboTiG/fix-invalid-seq-warnings
...
Fix DeprecationWarning: invalid escape sequence
2019-01-20 01:51:27 +01:00
Lola Dam
1f1e6006ec
Support namecoin standard 'map' for subdomain name ( #1856 )
...
* Support namecoin standard 'map' for subdomain name
* Proper naming for variables
* naming fix and added one case for namecoin standard
2019-01-15 16:25:33 +01:00
shortcutme
5e928769ec
Add log level to config page
2019-01-10 14:11:30 +01:00
Mickaël Schoentgen
e8298726ca
Fix DeprecationWarning: invalid escape sequence
...
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
2019-01-06 15:15:47 +01:00
shortcutme
4c675b8311
Rev3748, Fix content filter for non existing domains
2019-01-05 19:07:27 +01:00
shortcutme
1ab9bc40a5
Rev3747. Dont show tor meek proxy on configuration page if it's not supported
2019-01-04 14:33:27 +01:00
caryoscelus
fc6aa7cc1c
Minor fix in sidebar plugin
...
Under certain conditions content["files"] is present, but is None,
which led to exception and thus failure of the whole sidebar.
2018-12-05 10:05:43 +00:00
shortcutme
ef7ee02f65
Cleanup chart db 10 minutes after startup
2018-12-04 14:16:22 +01:00
shortcutme
3d1d5c1151
Delete old chart entries
2018-12-04 14:16:06 +01:00
shortcutme
2ceada84a6
Rev3736, Fix sidebar content signing changer links
2018-12-04 01:45:01 +01:00
shortcutme
3923f2baf4
Allow block sites based on sha256 hashed address
2018-11-29 14:32:55 +01:00
shortcutme
0157ade1c9
Don't autodelete optional files from owned files
2018-11-29 14:32:32 +01:00
shortcutme
71e65119ae
Add script nonce for blacklisted site page
2018-11-26 00:21:01 +01:00
shortcutme
dc788043ff
Escape notification in ContentFilter plugin
2018-11-26 00:20:37 +01:00
shortcutme
a98c465c9a
Use injectScript for Multiuser plugin notification
2018-11-26 00:19:49 +01:00
shortcutme
dace0671c2
Add script nonce for Multiuser notification script inject
2018-11-26 00:18:46 +01:00
shortcutme
0882f9dd3c
Use redirect API call for logging in using UiPassword plugin
2018-11-26 00:18:08 +01:00
shortcutme
c734e13753
Escape pinned file names
2018-11-26 00:17:29 +01:00
shortcutme
b54483db51
Variables in underline translation helper will be escaped by default
2018-11-26 00:16:53 +01:00
shortcutme
5d0bf2e80b
Replace html tags separately in sidebar html as it would be escaped otherwise
2018-11-26 00:16:19 +01:00
shortcutme
46e694a5c8
Add script nonce when loading js for globe in sidebar
2018-11-26 00:14:30 +01:00
shortcutme
e0756a56a4
Add script_nonce for UiConfig plugin
2018-11-26 00:13:58 +01:00
shortcutme
3fd44a1813
Validate merger type before asking permission
2018-11-21 19:28:11 +01:00
shortcutme
281f379ced
Use the Db cursor to delete peers
2018-10-30 04:39:59 +01:00
shortcutme
9dab48d135
Only show multiuser master key on click and allow download as file
2018-10-30 04:39:13 +01:00
shortcutme
56221ebc95
Support limiting maximum bigfile size
2018-10-30 04:38:18 +01:00
shortcutme
538de08c07
Rev3673, Fix sidebar input fields on mobile
2018-10-24 13:59:10 +02:00
shortcutme
f540645d80
Rev3672, Fix Config page fileserver port changing
2018-10-24 13:31:42 +02:00
shortcutme
f54443d7f8
Reset pinned cache on file deletion
2018-10-15 13:18:18 +02:00
shortcutme
3d82ad9222
Fix optional used bytes calculation
2018-10-15 13:18:00 +02:00
shortcutme
393c66385f
Add pinning notification based on number of files
2018-10-15 13:17:42 +02:00
shortcutme
b008195abd
Set pin using ContentManager function
2018-10-15 13:16:55 +02:00
shortcutme
ad2c11413e
Allow to filter to pinned files on optionalfilelist
2018-10-15 13:16:35 +02:00
shortcutme
1e2853c950
Update hashfield on update peer numbers
2018-10-15 13:15:36 +02:00
shortcutme
16b40a731a
Test pinned cache, download piece queue reset, pinned optional file delete
2018-10-15 13:13:43 +02:00
shortcutme
9b4b9334a3
Remove pinned status of a file on file deletion
2018-10-15 13:12:46 +02:00
shortcutme
96d40d9816
Don't modify pinned status on file downloaded
2018-10-15 13:12:27 +02:00
shortcutme
407b003cd6
Add all piece of an optional file to download queue if one of the piece is downoaded
2018-10-15 13:11:23 +02:00
shortcutme
8129d5e6af
Don't remove pinned files from download queue
2018-10-15 13:10:34 +02:00
shortcutme
c12454a8e9
Don't delete pinned file if it removed by owner
2018-10-15 13:09:43 +02:00
shortcutme
0f49d412b5
Stop auto pinning files larger than 20MB
2018-10-15 13:07:53 +02:00
shortcutme
b33551e62e
Exclude files larger than 20MB from garbage collection
2018-10-15 13:06:50 +02:00
shortcutme
8bb4d149b6
Fix comment typo
2018-10-15 13:05:24 +02:00
shortcutme
854fda4530
Skip updating hashfiled of inactive sites
2018-10-15 13:05:18 +02:00
shortcutme
0deea7133d
Stop downloading bigfile piece if file removed
2018-10-15 13:03:36 +02:00
shortcutme
1eaa8afc5f
Only display the filename on sidebar download queue
2018-10-15 13:02:13 +02:00
Vadim Ushakov
ea40d212c2
Allow using other domain resolver plugins along with Zeroname
...
Fixes several closely related bugs in Zeroname Plugin, those prevent correct work of other domain resolvers:
1. get(), isDomain(): when an address doesn't look like a valid domain, pass control to the next plugin in a chain.
3. Move the .bit-domain matching logic to a separate method isBitDomain().
2. get(), need(): use isBitDomain(), not isDomain() to check if domain resolving is needed in order to not interfere with other domain resolvers.
4. Also rewrite isAddress() to make it look similar to the new implementation of isDomain().
2018-10-06 12:35:14 +07:00
shortcutme
7afe1807b7
Merge sidebar js
2018-10-05 15:08:42 +02:00
shortcutme
91478aa128
Add TLS version of the connection to stats page
2018-10-05 15:08:28 +02:00
shortcutme
424b36ffca
Avoid double removing tag on sidebar close
2018-10-05 15:08:12 +02:00
shortcutme
52f7dc71e6
Fix typo in private key confirmation
2018-10-05 15:07:55 +02:00
shortcutme
402e6e7433
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
2018-10-04 15:44:27 +02:00
shortcutme
678f4102a5
Confirmation of private key forgot
2018-10-04 15:43:25 +02:00
ZeroNet
52f3b8b507
Merge pull request #1640 from tangdou1/patch-3
...
Update zh.json
2018-10-02 18:33:39 +02:00
ZeroNet
65112b6008
Merge pull request #1644 from DaniellMesquita/master
...
Update Sidebar's pt-br.json
2018-10-02 18:32:50 +02:00
shortcutme
70292dac00
Don't allow to take the ownership of the updater site with the API
2018-09-30 21:56:36 +02:00
Daniell Mesquita
19b61a32af
Update pt-br.json
2018-09-22 17:12:33 -03:00
tangdou1
68d246a3e9
Update zh.json
2018-09-22 22:45:22 +08:00
tangdou1
9749f59b5a
Update zh.json
2018-09-22 22:37:41 +08:00
shortcutme
8fd2af1870
Private key save and fogot to sidebar
2018-09-21 02:17:53 +02:00
shortcutme
2a1849d027
Rev3609, Don't validate valid pattern in UiConfig if the field is hidden
2018-09-17 17:48:15 +02:00
shortcutme
d44a4e8ae2
Sidebar optimization and dummy static page for uncoming internal page
2018-09-17 15:33:45 +02:00
shortcutme
6c610c509f
Rename RemoveGoodFileTasks to RemoveSolvedFileTasks and add result argument
2018-09-17 15:24:44 +02:00
shortcutme
1eacc26ef9
Always call addPeer command with strip ip address and int port
2018-09-17 15:20:31 +02:00
shortcutme
5f33516054
Cleanup unreliable trackers easier if reached the shared tracker limit
2018-09-17 15:20:02 +02:00
ZeroNet
0825626fc9
Merge pull request #1506 from eduaddad/patch-1
...
Create pt-br.json
2018-09-16 13:08:08 +02:00
ZeroNet
470352ddc8
Merge pull request #1610 from DaniellMesquita/patch-1
...
fix pull request #1597
2018-09-16 13:06:46 +02:00
Daniell Mesquita
d7912c6973
fix pull request #1597
...
Signed-off-by: Daniell Mesquita <plasmmer@outlook.com>
2018-09-14 16:59:45 -03:00
ZeroNet
afa20c92e8
Merge pull request #1597 from DaniellMesquita/patch-1
...
Added brazillian portuguese translation for Config
2018-09-13 11:27:19 +02:00
tangdou1
a1abbd406d
Create zh.json
2018-09-13 11:35:47 +08:00
Daniell Mesquita
b05d125db2
Added brazillian portuguese translation for Config
2018-09-12 22:43:37 -03:00
shortcutme
238667d989
Hungarian translate for configuration page
2018-09-13 03:11:35 +02:00
shortcutme
87536619e3
Translate support for configuration page
2018-09-13 03:11:24 +02:00
shortcutme
c866932861
Full fileList/fileGet/dirList support for packed files
2018-09-06 00:54:57 +02:00
shortcutme
3b7ec3d913
Lowercased Timecorrection function
2018-09-05 14:32:01 +02:00
shortcutme
f1c89f0917
Stats page show peer reputation
2018-09-05 14:31:26 +02:00
shortcutme
f0f9b93694
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
2018-09-02 02:34:50 +02:00
shortcutme
1b0055ac61
Less reputation for onion peers
2018-09-02 02:26:42 +02:00
shortcutme
7dcde3e585
Store peer reputation, time_found in peer db
2018-09-02 02:26:17 +02:00
shortcutme
6c2eae29f5
Sort trackers in stats page
2018-09-02 02:20:02 +02:00
shortcutme
3869cb9bf3
Show incoming and outgoing connection separatley in stats page
2018-09-02 02:19:51 +02:00
shortcutme
89c871f171
Fix newsfeed listing during new site added
2018-09-02 02:18:57 +02:00
shortcutme
12c95e6fca
Fix marking peers from zero trackers
2018-09-02 02:18:11 +02:00
shortcutme
2affb9b863
Configurable wokring shared trackers limit
2018-09-02 02:17:42 +02:00
shortcutme
710a85429e
Remove unreliable shared trackers earlier if we have atleast 4 working one
2018-09-02 02:17:18 +02:00
Ivanq
3f1a103e82
Allow 'fileList' command on CORS
2018-08-31 19:46:45 +03:00
shortcutme
e102d256b2
Formatting
2018-08-29 19:58:23 +02:00
shortcutme
3b6b79229f
Db table stats
2018-08-29 19:58:18 +02:00
shortcutme
70c1e57ff0
Shared tracker found time to stats page
2018-08-29 19:57:54 +02:00
shortcutme
ad02f384d2
Connection time correction on stats page
2018-08-29 19:57:38 +02:00
shortcutme
0efa6a5816
Time correction to stats page
2018-08-29 19:56:27 +02:00
shortcutme
1cf50e5fcd
Fix chart collection when there is no site
2018-08-29 19:52:24 +02:00
shortcutme
d8654edd2c
Fix comment
2018-08-29 19:52:10 +02:00
shortcutme
f3b97dedc8
Fix time_found record for tracker stats
2018-08-29 19:51:26 +02:00
shortcutme
c9c6a4b867
Less frequent reannounce to zero trackers
2018-08-27 11:50:13 +02:00
shortcutme
069c59d3d7
Only allow zero trackers to be shared
2018-08-27 11:49:24 +02:00
shortcutme
4f2352355f
Return True when adding new tracker
2018-08-27 11:49:05 +02:00
shortcutme
984f50b792
Working tracker list default type
2018-08-27 11:48:52 +02:00
shortcutme
426309a8f5
Stop discovering new trackers after 5 working one
2018-08-27 11:48:39 +02:00
shortcutme
b4b4694eb5
Only add one new tracker from one source
2018-08-27 11:48:25 +02:00
shortcutme
5505a8609d
Fix AnnounceShare source code reloading
2018-08-27 11:48:11 +02:00
shortcutme
81d50ed3bb
Add trackers to stats page
2018-08-26 22:53:01 +02:00
shortcutme
9bdf3ad0c8
Only log new tacker discovery if it was not added before
2018-08-26 22:52:30 +02:00
shortcutme
0b38d73cc5
AnnounceZero return None on skipped announce due batching
2018-08-26 22:52:21 +02:00
shortcutme
7a3dbf626e
Only share trackers with success in last hour
2018-08-26 22:50:46 +02:00
shortcutme
767ec1795a
Reset shared tracker error number on startup
2018-08-26 22:45:44 +02:00
shortcutme
e05c432d14
Store if it's tracker connection on connect
2018-08-26 02:52:23 +02:00
shortcutme
53a8c2d574
Fix trayicon compatibility with latest gevent
2018-08-26 02:48:36 +02:00
shortcutme
6783fb9010
Formatting
2018-08-26 02:47:58 +02:00
shortcutme
a7adb517ca
Only return small number of peers if no new site added by the peer
2018-08-26 02:47:43 +02:00
shortcutme
b7a66295f6
Start local peer discovery async to avoid double announce
2018-08-26 02:46:12 +02:00
shortcutme
27f2c44532
AnnounceShare plugin
2018-08-26 02:45:37 +02:00
shortcutme
cfce057783
Support streaming bigfile for zip file listing and reading
2018-08-16 16:21:21 +02:00
shortcutme
5854beebc6
Fix Bigfile tell
2018-08-16 16:20:21 +02:00
shortcutme
879eb6295d
BigFile lock seek and read until previous request finished, fix seek relative to bigfile end
2018-08-16 16:20:11 +02:00
eduaddad
3ae761dd9d
Create pt-br.json
...
translation into brazilian portuguese
2018-08-14 16:59:33 -03:00
shortcutme
84b36e72e4
Prefer non-onion peers when sidebar copy peers to clipboard
2018-08-13 02:43:23 +02:00
tangdou1
c9da6d2ee2
small update in zh.json
...
small update in zh.json
2018-08-01 18:05:25 +08:00
shortcutme
debe9959e4
Fix saving browser open setting
2018-07-21 04:24:35 +02:00
shortcutme
a07a31a2bb
Copy site url with peers link to sidebar
2018-07-19 20:42:04 +02:00
shortcutme
405394707f
Shorter download site button title
2018-07-19 20:40:55 +02:00
ZeroNet
f13b8d1557
Merge pull request #1479 from vitorio/master
...
Support removing donation link / custom donation text
2018-07-18 13:58:09 +02:00
rllola
8e1c0a7fa4
Fix rev 3535 big javascript file
2018-07-16 17:32:18 +02:00
shortcutme
e9c7d6a0cc
Add bigfile test for dynamic file allocation
2018-07-16 01:55:58 +02:00
shortcutme
2f57e9cbee
Bigfile test formatting fix
2018-07-16 01:55:41 +02:00
shortcutme
0de16855b0
Merge config js, css
2018-07-16 01:55:15 +02:00
shortcutme
4fedace179
Css for custom tracker proxy field
2018-07-16 01:55:09 +02:00
shortcutme
8d2da6f30b
Add animation helper for config
2018-07-16 01:54:39 +02:00
shortcutme
8f427b727c
Save config storage item for value
2018-07-16 01:54:30 +02:00
shortcutme
f1f0332d22
Config filed for custom socks proxy for trackers
2018-07-16 01:54:07 +02:00