shortcutme
448483371c
Formatting
2019-09-12 00:23:36 +02:00
Lola Dam
0738964e64
Save content.json of site even if limit size is reached ( #2114 )
...
* fix #2107 ; Still save the content.json received even if site size limit is reached but dont download files; Allow better distribution of latest version of content.json
* Added test
* Fix test for huge content file (now it fails)
* Dont download huge content.json file and update test
* Remove comments
2019-09-10 18:18:21 +02:00
ZeroNet
deec2e62ce
Add Linux bundle install method
2019-09-10 18:16:02 +02:00
ZeroNet
c52da69367
Check py3 branch build status
2019-09-10 18:08:45 +02:00
shortcutme
2de35266c4
Rev4208, Add details on Tor connection error
2019-09-10 15:43:42 +02:00
ZeroNet
e6b8097b43
Merge pull request #2187 from krzotr/patch-5
...
Set custom priority in FileNeed and FileGet command
2019-09-08 17:24:19 +02:00
krzotr
55c7585334
Set custom priority in FileNeed and FileGet command
...
When you use `FileNeed` or `FileGet` command the default priority is set to `6`.
You cannot change that value because is hardcoded.
Now you can set priority of downloading files manually:
```
this.cmd("fileNeed", {
"inner_path": inner_path + "|all",
"priority": 10
})
```
2019-09-08 11:51:46 +02:00
shortcutme
62d278a367
Version 0.7.1
2019-09-06 04:03:01 +02:00
shortcutme
38e20b7c31
Rev4206
2019-09-04 20:16:57 +02:00
shortcutme
d3fce8ca36
Support Linux bundle OpenSSL
2019-09-04 20:16:32 +02:00
shortcutme
2a7d7acce0
Support updating linux bundle
2019-09-04 20:15:49 +02:00
shortcutme
eab63c6af8
Keep file permissions on update rename workaround
2019-09-04 20:15:37 +02:00
shortcutme
4f0613689a
Formatting
2019-09-04 20:13:32 +02:00
shortcutme
743463dce9
Execute shutdown function before running update to avoid segfault on linux
2019-09-04 20:13:16 +02:00
shortcutme
0b04176f18
Rev4203, Change console encoding to utf8 on Windows
2019-09-03 12:00:25 +02:00
ZeroNet
166a65e1b1
Merge pull request #2183 from imachug/patch-2
...
Fix gevent.Timeout being not caught
2019-09-02 21:59:44 +02:00
Ivanq
5da4537d7c
Fix gevent.Timeout being not caught
2019-09-02 19:34:29 +00:00
ZeroNet
b9e71c9f6f
Merge pull request #2181 from imachug/patch-1
...
Fix UnicodeDecodeError when OpenSSL is not found
2019-09-02 21:10:15 +02:00
Ivanq
500c96abe2
Fix UnicodeDecodeError when OpenSSL is not found
...
Fixes #2180
2019-09-02 14:35:28 +00:00
shortcutme
149c4f5c7b
Rev4200
2019-09-02 14:17:46 +02:00
shortcutme
76bc9fcddf
Open sidebar with location hash
2019-09-02 14:17:35 +02:00
shortcutme
f999f167b1
Offer access with ip address on invalid host error
2019-09-02 02:10:52 +02:00
shortcutme
9ac96cdd50
Don't leak allowed origins in error message
2019-09-02 02:09:53 +02:00
shortcutme
3c4bc6ae35
Always update merger sites db on content.json update
2019-09-02 02:08:07 +02:00
ZeroNet
879b504b0f
Merge pull request #2179 from krzotr/patch-4
...
KeyError: 'piece_size' in `fileNeed` command in BigfilePlugin when try to download non-optional files with `|all`
2019-08-30 21:05:46 +02:00
Krzysztof Otręba
baa5df1d01
fixed KeyError: 'piece_size' when try to download non-optional file using '|all'
2019-08-30 18:59:19 +02:00
shortcutme
912c958ac0
Rev4197
2019-08-26 03:21:04 +02:00
shortcutme
d166a16a24
Use function flagging in plugins
2019-08-26 03:20:07 +02:00
shortcutme
1bd1ddf410
Test function flagging
2019-08-26 03:15:29 +02:00
shortcutme
7890771faa
Test permissions of websocket
2019-08-26 03:11:24 +02:00
shortcutme
376fd0d439
Use flags instead of permission list
2019-08-26 03:09:48 +02:00
shortcutme
c414e6caa2
Support action async call flag
2019-08-26 03:08:57 +02:00
shortcutme
ed7a3b2356
Get action permissions from flag db
2019-08-26 03:02:30 +02:00
shortcutme
adffbd1973
New function flagging decorator class to keep track permissions
2019-08-26 02:55:01 +02:00
shortcutme
6750682e4f
Rev4191
2019-08-23 03:42:31 +02:00
shortcutme
d1fb4067e7
Hide trackers proxy settings if tor always set on /Config page
2019-08-23 03:40:44 +02:00
shortcutme
ab9fe173a8
Don't use trackers proxy in tor always mode
2019-08-23 03:40:29 +02:00
shortcutme
8a7ae368d8
No opened services if we are in tor always mode
2019-08-23 03:40:20 +02:00
shortcutme
248fc5f015
Use re.sub to replace template variables
2019-08-23 03:39:50 +02:00
shortcutme
e16611f15a
Allow websocket connection originates from earlier accepted hostnames
2019-08-23 03:39:16 +02:00
Ivanq
24b3651d2e
Allow blob: protocol ( #2166 )
...
* Allow blob: protocol
* Fix quotes
2019-08-20 12:42:01 +02:00
ZeroNet
0e236e53fd
Merge pull request #2167 from imachug/merge-media
...
Add --merge_media config option
2019-08-20 12:10:39 +02:00
Ivanq
61ba9848e5
Add --merge_media config option
2019-08-20 08:16:35 +00:00
Ivanq
01ff89315b
Add GitLab CI/CD support ( #2163 )
...
* Use GitLab CI/CD
* Force colored tests
* Get rid of an error
* Mark tests as slow
* Disable codecov & coveralls
* Python 3.5-3.8
* Add Python 3.4
* Support both OpenSSL 1.1.0 and 1.1.1+
* Test both OpenSSL 1.1.0 and 1.1.1+
* Fix OpenSSL 1.1.1
* Fix Python 3.4 build
2019-08-19 17:30:31 +02:00
shortcutme
155d8d4dfd
Rev4188, Allow only white listed values for open_browser
2019-08-19 13:42:49 +02:00
ZeroNet
c7822ed6e6
Merge pull request #2160 from imachug/patch-1
...
Allow files with `..` as a name substring
2019-08-19 13:35:29 +02:00
Ivanq
1ed40b3b82
Allow files with ..
as a name substring
2019-08-19 07:09:32 +00:00
shortcutme
18dc359cfc
Rev4187
2019-08-18 03:03:22 +02:00
shortcutme
b871849df4
Add origin validation to websocket connections
2019-08-18 03:03:02 +02:00
shortcutme
7d1ca3862d
Make missing IPv6 a warning not an error
2019-08-18 03:02:30 +02:00