shortcutme
9b85d8638d
Don't allow run site api calls when site is deleting
2020-02-20 17:25:56 +01:00
shortcutme
d36324e0d3
More detailed info on http host error
2020-02-13 17:23:00 +01:00
shortcutme
113b57415f
More detailed info on origin error
2020-02-13 17:22:37 +01:00
shortcutme
fefd2474b1
Don't reload sites on listing
2020-02-13 17:22:09 +01:00
Ivanq
77c3e43978
Detect content encoding based on query string ( #2385 )
2020-01-07 10:34:14 +01:00
shortcutme
0dbcec8092
Merge wrapper
2020-01-04 16:54:20 +01:00
shortcutme
76e4b75c2d
Fix removing loading screen without loaded content
2020-01-04 16:54:13 +01:00
shortcutme
c1ad7914f1
Always update loading screen site too large message with site info received
2020-01-04 16:53:49 +01:00
shortcutme
9085a4b0cc
Less frequent update of progress bar
2020-01-04 16:53:11 +01:00
shortcutme
820346c98d
More logging to wrapper
2020-01-04 16:52:51 +01:00
shortcutme
995d87c167
Don't add escaping iframe message for link without target=_top
2020-01-04 16:52:18 +01:00
shortcutme
8a994b5559
Ask before UiWebsocket server shutdown action
2019-12-21 02:59:50 +01:00
shortcutme
f1b19f5fc7
Fix DbQuery logging
2019-12-17 14:59:54 +01:00
shortcutme
2fd337bb55
Add wasm content type
2019-12-11 20:03:28 +01:00
shortcutme
566c29363f
Slower progress bar animation
2019-11-30 02:15:17 +01:00
shortcutme
511587dd8b
Allow images from data uris
2019-11-19 02:19:14 +01:00
shortcutme
08574bf676
Handle unkown variables when rendering template
2019-11-19 01:38:22 +01:00
Natalia Fenclová
456e330854
Replace usage of deprecated API 'cgi.parse_qsl'
...
Python 3.8.0 removed this deprecated API. We already use the replacement
`urllib.parse.parse_qsl` in `UIRequest.py`
2019-11-14 17:22:39 +01:00
shortcutme
e8b0a3d1c4
Fix loading screen scrolling on smaller screens
2019-11-11 16:18:01 +01:00
Lola Dam
1bfe328a1b
No restart after update ( #2242 )
2019-11-01 19:36:43 +01:00
shortcutme
8d88cfcd68
Fix notification width calculation
2019-10-30 02:28:37 +01:00
shortcutme
86087550f1
Log ConnectionResetError as warning
2019-10-28 16:44:14 +01:00
shortcutme
8dfc200f24
Update cachable type list
2019-10-28 16:43:37 +01:00
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
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
93e6ec4933
Fix display site add prompt
2019-09-19 16:32:30 +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
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
Ivanq
5da4537d7c
Fix gevent.Timeout being not caught
2019-09-02 19:34:29 +00: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
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
248fc5f015
Use re.sub to replace template variables
2019-08-23 03:39:50 +02:00