shortcutme
b0ee0dae93
Remove old testing code
2017-06-19 15:48:50 +02:00
shortcutme
0224863b1f
Only use positive sizes to calculate size sum of content.json
2017-06-19 15:48:33 +02:00
shortcutme
94c7ce9f42
Sign raise error instead of return False
2017-06-19 15:47:47 +02:00
shortcutme
2a3b8a7692
Verify raise exception instead of return False
2017-06-19 15:47:03 +02:00
shortcutme
fec3ff7d8e
Remove bad files that has no info
2017-06-19 15:40:13 +02:00
shortcutme
4b346243eb
On clone sign content.json after all other files copied
2017-06-19 15:39:14 +02:00
shortcutme
c2b177434d
Drop error if want to publish non existent file
2017-06-19 15:38:05 +02:00
shortcutme
c5d90ddd19
Start new workers if lots of tasks left
2017-06-19 15:36:07 +02:00
shortcutme
db8c85d249
Version 0.5.6, Changelog
2017-06-15 22:23:00 +02:00
shortcutme
a89f66e8b5
Rev2109
2017-06-15 19:50:11 +02:00
shortcutme
e9ce137e14
Display invalid hosts
2017-06-15 19:49:51 +02:00
shortcutme
2f7bfa95b2
Fix multi value argument command line parsing
2017-06-15 19:49:00 +02:00
shortcutme
c84fcf2034
Support manual ui_host command line parameter
2017-06-15 19:48:01 +02:00
shortcutme
0d3fa43f00
Remove unnecessary ui ip replace
2017-06-15 19:43:23 +02:00
shortcutme
2e04ba1880
Bind ui server to ipv4 address
2017-06-15 19:42:38 +02:00
ZeroNet
85b2a81568
Merge pull request #869 from MRoci/master
...
Root content.json "signers" field as a list
2017-06-15 15:24:00 +02:00
shortcutme
0725464388
Fix database loading
2017-06-15 13:33:51 +02:00
shortcutme
f506ac9701
Faster getPath
2017-06-15 13:30:36 +02:00
shortcutme
97b3563e6b
Rev2105, Fix database updating when path contains special characters
2017-06-15 13:30:06 +02:00
MRoci
9ac5746e3c
Changed this assignment to have the "signers" field in root's
...
content.json as a list and not a dictionary to mantain uniformity with
"includes" "signers" field and for not having a dict with empty values
2017-06-13 18:20:39 +02:00
shortcutme
1f1cbf01d7
Rev2103
2017-06-13 14:21:07 +02:00
shortcutme
eefe7e1b5a
Don't add obsolete old signature format
2017-06-13 14:20:58 +02:00
shortcutme
42874038e2
Only allow UI requests from safe hosts
2017-06-13 14:19:23 +02:00
shortcutme
d55fbd1728
Remove obsolete auth_key_sha512
2017-06-13 14:18:17 +02:00
shortcutme
aa402ebaf3
Fix typo
2017-06-13 14:13:09 +02:00
shortcutme
ae21f056d5
Error if no peer connection found
2017-06-13 14:12:48 +02:00
shortcutme
a4a23f3ea0
Fix site lock violation logging
2017-06-13 14:12:13 +02:00
Ivanq
67395b5e47
Allow fileRules for root content.json
2017-06-13 11:36:38 +03:00
shortcutme
742c2fe684
Rev2099, Keep tor client running until update finished
2017-06-06 00:05:43 +02:00
shortcutme
5801863b76
Rev2098
2017-06-05 01:09:17 +02:00
shortcutme
653219d1de
Rev2096
2017-06-03 00:54:26 +02:00
shortcutme
6167dda01d
Compact json list output
2017-06-03 00:53:59 +02:00
shortcutme
0b7d1ad90d
Add callback for certSelect
2017-06-03 00:53:40 +02:00
shortcutme
5e6f6c5b85
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
2017-05-30 01:04:50 +02:00
shortcutme
f0f32cf25c
Rev2092, Prefer recent peers when starting workers
2017-05-30 01:04:45 +02:00
Artem Molotov
d6721f0656
Small fix russian translation
2017-05-28 18:22:35 +03:00
shortcutme
de363b57ce
Rev2091, Port opening error should not prevent ZeroNet startup
2017-05-26 12:22:35 +02:00
shortcutme
e291555e60
Rev2090, Fix ssl patch library finding, Changelog for 0.5.5
2017-05-26 12:14:43 +02:00
Sergei Bondarenko
830f98573e
fix incorrect variable order in file_path.replace
2017-05-24 19:28:02 +03:00
shortcutme
b0d574dfb0
Rev2089, Close the transaction on failed peer db save
2017-05-24 10:40:10 +02:00
shortcutme
b73742839b
Rev2088
2017-05-24 10:29:19 +02:00
shortcutme
89bb12de71
Search for success message instead of error when portchecking
2017-05-24 10:28:59 +02:00
shortcutme
ed11ae283f
Use https for portchecker.co
2017-05-24 10:27:02 +02:00
shortcutme
fb43dfb4f2
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
2017-05-23 12:42:16 +02:00
shortcutme
6dc084c3ab
Rev2087
2017-05-23 12:42:09 +02:00
shortcutme
ba9cd9b0ca
Fix undefined placeholder
2017-05-23 12:42:02 +02:00
shortcutme
aacde33614
File size limit default to 10MB
2017-05-23 12:41:37 +02:00
shortcutme
3f59727ab6
Formatting
2017-05-23 12:40:42 +02:00
Sergei Bondarenko
a871b5dbe7
fix issue #936
...
os.path.join(*file_path.split("/")) construction drops leading slash from string thus making absolute path relative. It leads into problems in case if data_dir differs from directory where is zeronet installed.
2017-05-22 20:31:44 +03:00
shortcutme
7900578077
Rev2082, Log websocket receive errors
2017-05-22 11:34:16 +02:00
MuxZeroNet
35a18bd0b2
Weak password warning ( #938 )
...
* Weak password warning
* Update UiWebsocket.py
* Don't implement print with an O(n^2) iteration
* Rename method
* Fix logging, uncaught exception in addNotes
and pushes a notification when UI server is bound to the whole Internet.
* Remove memo comments. Remove terminal hue.
2017-05-22 11:13:45 +02:00
shortcutme
e6680b4f60
Version 0.5.5, Rev2081, Lack of JS notification
2017-05-18 23:03:26 +02:00
shortcutme
077b3df3cd
Rev2080
2017-05-18 03:07:43 +02:00
shortcutme
edd726ac9f
Site upgrade support in clone command
2017-05-18 03:07:32 +02:00
shortcutme
cbf184846a
Fix permissionAdd/Remove admin command
2017-05-18 03:05:45 +02:00
shortcutme
2677ad92d3
Fix multi-line confirmation dialog
2017-05-18 03:05:02 +02:00
shortcutme
442c01eabf
Rev2068, Deny blacklist add/remove in multiuse mode
2017-05-14 22:59:47 +02:00
shortcutme
d467aabd4c
Rev2067, Fix inner_path stripping
2017-05-11 18:18:12 +02:00
shortcutme
f4f4aa0e50
Rev2066
2017-05-11 18:03:12 +02:00
shortcutme
84b535767b
By default nothing is domain
2017-05-11 18:02:05 +02:00
shortcutme
5908d2ca53
RenderWrapper showloadingscreen parameter
2017-05-11 18:01:16 +02:00
shortcutme
27a582634f
Don't check referrer for html files
2017-05-11 18:00:57 +02:00
shortcutme
47245f485a
ActionFile security check
2017-05-11 17:59:46 +02:00
shortcutme
545459be88
RenderWrapper with parameters
2017-05-11 17:59:12 +02:00
shortcutme
b5d3995874
GetSiteUrl based on if it's proxy request
2017-05-11 17:57:29 +02:00
shortcutme
487f5cb8c2
Fix unicode url redirects
2017-05-11 17:56:01 +02:00
shortcutme
cc31081f1c
Different design for second button of wrapperConfirm
2017-05-11 17:55:38 +02:00
shortcutme
a9b9902e60
Placeholder support for displayPrompt
2017-05-11 17:55:09 +02:00
shortcutme
f183e756f3
Multi button support for wrapperConfirm
2017-05-11 17:54:48 +02:00
shortcutme
bf042ce7a3
Rev2060, Only boost all.js and all.css priority, really fix download priority test
2017-05-07 21:34:44 +02:00
shortcutme
d2cf613872
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
2017-05-07 21:21:35 +02:00
shortcutme
f67cb7b145
Rev2059, Fix download test, boost priority on request by 15, Adjust default priorities
2017-05-07 21:21:26 +02:00
probonopd
b8fb53ba20
Allow running from usr/share/zeronet
2017-05-07 19:51:53 +02:00
shortcutme
db744f576e
Rev2058
2017-05-07 18:19:24 +02:00
shortcutme
3f772d1e1e
Boost priority for essential files to allow concurrent requests
2017-05-07 18:19:08 +02:00
shortcutme
438bdbc141
Protect peers for low traffic sites from closing
2017-05-07 18:15:23 +02:00
shortcutme
728e497057
Display database rebuilding progressbar
2017-05-07 18:14:13 +02:00
shortcutme
d346a532ff
Rev2056, Add local client to sidebar peer numbers
2017-05-06 18:08:32 +02:00
shortcutme
34a6337c01
Rev2055, Don't add ? to url if start with # using replaceState and pushState
2017-05-06 17:27:49 +02:00
mishfit
270eb677c7
allow empty file query filters
2017-04-21 03:26:17 -06:00
shortcutme
fae5d22e86
Rev2054, Outgoing socket binding support
2017-04-14 16:05:42 +02:00
shortcutme
c5629adf23
Rev2050, Fix archive benchmark hash calculation and zip homogenization
2017-04-14 11:52:01 +02:00
shortcutme
9b480b41e1
Rev2049, Delete test.tar.bz2 after benchmark
2017-04-14 11:13:29 +02:00
shortcutme
fbed15318b
Fix file request testcase
2017-04-14 00:34:40 +02:00
shortcutme
14c906561d
Rev2048, Stop sending detailed exception as response to file request
2017-04-14 00:26:20 +02:00
shortcutme
e125895615
Rev2047, Add archive benchmark
2017-04-13 22:54:16 +02:00
shortcutme
6bef5ca7f4
Version 0.5.4, Rev2046
2017-04-13 16:27:38 +02:00
shortcutme
f33f1faeea
Only keep last 10 files opened
2017-04-13 16:27:30 +02:00
shortcutme
b261dc5dfd
Boost workers after 50 tasks
2017-04-13 16:27:05 +02:00
shortcutme
164a9b947f
Rev2045
2017-04-12 17:37:55 +02:00
shortcutme
49adea1654
siteSetLimit returns with ok on success
2017-04-12 17:36:50 +02:00
shortcutme
169cf2e6ae
Support optional db files
2017-04-12 17:36:03 +02:00
shortcutme
dafe9981a2
Rev2043, Fix selected domain display
2017-04-12 00:45:48 +02:00
shortcutme
c78af9773c
Rev2042
2017-04-12 00:32:30 +02:00
shortcutme
1a7a22eb91
Set added cert
2017-04-12 00:32:19 +02:00
shortcutme
4c7ff9bb53
Fix unhandled expcetion on invalid cert
2017-04-12 00:31:37 +02:00
shortcutme
1ee592f5b7
Rev2039
2017-04-10 12:19:59 +02:00
shortcutme
10632c15ef
Fix target_onion on connection recovery
2017-04-10 12:19:23 +02:00
shortcutme
25bb14037c
Better site lock violation logging
2017-04-10 12:18:21 +02:00
shortcutme
d7db7a8060
Rev2035, Dont sign same onion address multiple time
2017-04-10 01:16:34 +02:00