shortcutme
cb4a4bd707
Add utf-8 charset header to more types
2019-10-28 16:43:19 +01:00
shortcutme
24ba2a150b
Remove limitations for img, font, media, style src in raw mode
2019-10-28 16:42:28 +01:00
shortcutme
e1d92bf0ec
Changing allow-origin to js files looks no longer necessary
2019-10-28 16:41:55 +01:00
shortcutme
270f3e9ffd
Use host to check same origin if referrer looks trimmed to host
2019-10-28 16:41:08 +01:00
shortcutme
e1f73697ff
Extend built-in content types list
2019-10-28 16:11:45 +01:00
shortcutme
e82155aac4
Rev4245, Fix target=_blank links
2019-10-26 20:36:53 +02:00
shortcutme
d7669413af
Log ConnectionAbortedError as warning
2019-10-26 20:17:09 +02:00
shortcutme
28d4fc5d12
Update location of bundled OpenSSL on macOS
2019-10-24 12:22:54 +02:00
shortcutme
6bae1f8a4b
Rev4243
2019-10-24 03:09:38 +02:00
shortcutme
10ceeb7f02
Remove no longer necessary files after cert generation
2019-10-24 03:09:28 +02:00
shortcutme
448bb3ce98
Fix OpenSSL cert generation using LibreSSL
2019-10-24 03:09:16 +02:00
shortcutme
0531d47721
Fix shutdown errors on macOS
2019-10-24 03:08:45 +02:00
shortcutme
b21719e2f2
Fix OpenSSL lib loading on macOS
2019-10-24 03:08:27 +02:00
shortcutme
fa7013fdf7
Rev4241
2019-10-16 15:44:56 +02:00
shortcutme
608a411d97
Db table rebuild as debug message
2019-10-16 15:43:28 +02:00
shortcutme
20c63c73b3
Support silent loading of verify lib
2019-10-16 15:43:07 +02:00
shortcutme
127fa5fa82
Rev4238
2019-10-06 03:27:47 +02:00
shortcutme
63fd0a9fa1
Put the infopanel lower to avoid console interruption
2019-10-06 03:21:35 +02:00
shortcutme
344ad44854
Fix reload if there is hash in the url
2019-10-06 03:20:58 +02:00
shortcutme
43a5742258
Resolve domain in parsePath function
2019-10-06 03:20:16 +02:00
shortcutme
924a61309a
Cached isDomain / resolveDomain functions
2019-10-06 03:18:14 +02:00
shortcutme
9dd5c88da4
Monospace font when displaying errors
2019-10-06 03:15:57 +02:00
shortcutme
0598bcf332
Fix utf8 post data parsing
2019-10-06 03:15:20 +02:00
shortcutme
ead1b3e5f5
Log 403 as warning
2019-10-06 03:14:45 +02:00
shortcutme
dd493c87fa
Display WSGI errors to the browser
2019-10-06 03:13:32 +02:00
shortcutme
29640e614c
Admin API call to list server errors
2019-10-06 03:12:47 +02:00
shortcutme
73e0aa17c4
Don't encode byte responses
2019-10-06 03:10:43 +02:00
shortcutme
917a2e59ce
Fix compacting large json files
2019-10-06 03:10:20 +02:00
shortcutme
119e1a9bf0
Simple cache decorator
2019-10-06 03:09:48 +02:00
shortcutme
6eb79ba75e
Don't annunce site if not serving
2019-10-06 03:08:54 +02:00
shortcutme
bb436f9931
Rev4223
2019-09-28 17:17:47 +02:00
shortcutme
3682f0aed4
Wait for db close on tests
2019-09-28 17:03:43 +02:00
shortcutme
b21b885aa9
Move site add to separate function
2019-09-28 17:01:37 +02:00
shortcutme
f5829f6012
Rev4221
2019-09-19 16:38:20 +02:00
shortcutme
d7db631b95
Shut down UiServer if FileServer startup failed
2019-09-19 16:33:45 +02:00
shortcutme
93e6ec4933
Fix display site add prompt
2019-09-19 16:32:30 +02:00
shortcutme
dbcd8602c5
Rev4214
2019-09-15 22:12:09 +02:00
shortcutme
1793407748
Png and svg version of the logo
2019-09-15 22:12:03 +02:00
shortcutme
6f0d4a50d1
Add apple touch icon support for Safari
2019-09-15 22:11:51 +02:00
shortcutme
10817aefae
Fix pyelliptic OpenSSL 1.1 compatibility if it's also present in site-packages
2019-09-15 22:08:48 +02:00
shortcutme
4293a44c93
Don't try to find OpenSSL 1.0.x
2019-09-15 22:08:20 +02:00
shortcutme
96759e9303
Rev4210, Fix format exception if no args
2019-09-12 00:24:16 +02:00
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
shortcutme
2de35266c4
Rev4208, Add details on Tor connection error
2019-09-10 15:43:42 +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
0b04176f18
Rev4203, Change console encoding to utf8 on Windows
2019-09-03 12:00:25 +02:00