2760 Commits

Author SHA1 Message Date
L. Karkkainen
d9c883eb9b Add a header bar with Sanic logo. Remove duplicate title element. Avoid escaping in style element and add new styles. 2023-01-27 03:05:00 +00:00
Adam Hopkins
10d4f2803a
Simple server to include autoindex 2023-01-26 18:06:13 +02:00
Adam Hopkins
fa6dbddf69
Style fixes for file table 2023-01-26 17:26:42 +02:00
Adam Hopkins
2c8f1807d8
squash 2023-01-26 17:22:13 +02:00
Adam Hopkins
ca0e933813
No logging of exception 2023-01-26 17:12:51 +02:00
Adam Hopkins
2e36507a60
Refactor to allow for common pages 2023-01-26 16:50:45 +02:00
Adam Hopkins
39a4a75dcb
Add new pages module 2023-01-26 15:52:26 +02:00
Adam Hopkins
e8bb2834d6
Valid HTML5 2023-01-26 00:45:30 +02:00
Adam Hopkins
36e3cc9df7
Use html5tagger for AutoIndex 2023-01-26 00:36:37 +02:00
Adam Hopkins
fed2ef3527
Remove location information 2023-01-24 10:48:54 +02:00
Adam Hopkins
6673acf544
Establish basic file browser and index fallback 2023-01-24 10:27:55 +02:00
Adam Hopkins
4ad8168bb0
Version 22.12 release notes () v22.12.0 2022-12-27 16:50:36 +02:00
Adam Hopkins
28f5b3c301
Add better inspector arg parsing () 2022-12-26 12:27:40 +02:00
Adam Hopkins
c573019e7f
ASGI websocket recv text or bytes () 2022-12-25 13:52:07 +02:00
Adam Hopkins
029f564032
Pass unquote thru add_route () 2022-12-21 10:45:23 +02:00
Adam Hopkins
2abe66b670
Add priority to register_middleware method () 2022-12-19 19:14:46 +02:00
Adam Hopkins
911485d52e
Fix Windows sock share () 2022-12-18 15:04:10 +02:00
Adam Hopkins
4744a89c33
Fix double ctrl-c kill () 2022-12-18 14:40:38 +02:00
Adam Hopkins
f7040ccec8
Implement restart ordering () 2022-12-18 14:09:17 +02:00
Adam Hopkins
518152d97e
Reload interval on class variable () 2022-12-18 13:36:54 +02:00
Adam Hopkins
0e44e9cacb
Move to HTTP Inspector () 2022-12-18 10:29:58 +02:00
Adam Hopkins
bfb54b0969
Test for 3.11 support ()
Co-authored-by: Zhiwei <zhi.wei.liang@outlook.com>
2022-12-17 23:46:22 +02:00
Zhiwei
154863d6c6
Method Signal Handler Test () 2022-12-17 20:38:46 +02:00
Adam Hopkins
a3ff0c13b7
ASGI lifespan failure on exception () 2022-12-16 08:56:07 +02:00
Mary
95ee518aec
Replace deprecated distutils.strtobool () 2022-12-16 07:48:41 +02:00
Zhiwei
71d3d87bcc
Deprecate Conditions and Triggers Saved in handler Callable; Save Condition in signal.extra Instead () 2022-12-15 12:32:07 +02:00
Adam Hopkins
b276b91c21
Allow fork in limited cases () 2022-12-15 11:49:26 +02:00
Adam Hopkins
064168f3c8
Add a SIGKILL to second ctrl+c () 2022-12-14 23:51:11 +02:00
Adam Hopkins
db39e127bf
Scale workers () 2022-12-13 09:28:23 +02:00
L. Kärkkäinen
13e9ab7ba9
Filename normalisation of form-data/multipart file uploads (umlauts on Apple clients) ()
Co-authored-by: L. Karkkainen <tronic@users.noreply.github.com>
2022-12-13 08:36:21 +02:00
Adam Hopkins
92e7463721
Add a restart mechanism to all workers in the multiplexer () 2022-12-11 11:33:42 +02:00
Néstor Pérez
8e720365c2
Add JSONResponse class ()
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
2022-12-11 10:37:45 +02:00
Adam Hopkins
d4041161c7
Ensure middleware executes once per request timeout () 2022-12-07 23:07:17 +02:00
Adam Hopkins
f32437bf13
Kill server early on worker error () 2022-12-07 14:42:17 +02:00
LiraNuna
0909e94527
Corrected Colors enum under Python 3.11 ()
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Fixes https://github.com/sanic-org/sanic/issues/2589
2022-11-29 12:17:48 +02:00
Adam Hopkins
aef2673c38
Force socket shutdown before close ()
Co-authored-by: Zhiwei <zhi.wei.liang@outlook.com>
2022-11-29 12:04:22 +02:00
Aymeric Augustin
4c14910d5b
Add compatibility with websockets 11.0. ()
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
2022-11-29 11:45:18 +02:00
Adam Hopkins
beae35f921
Ignore recent failures on bad TLS tests () 2022-11-29 10:51:51 +02:00
Zhiwei
ad4e526c77
Require uvloop >= 0.15.0 () 2022-11-13 15:32:04 +02:00
Adam Hopkins
4422d0c34d
Mergeback from current-release 2022-10-31 13:24:47 +02:00
Adam Hopkins
ad9183d21d
Merge branch 'main' of github.com:sanic-org/sanic into current-release v22.9.1 2022-10-31 13:22:47 +02:00
Adam Hopkins
d70636ba2e
Add GenericCreator for loading SSL certs in processes () 2022-10-31 13:22:30 +02:00
Adam Hopkins
da23f85675
Set version 2022-10-31 13:20:17 +02:00
Adam Hopkins
3f4663b9f8
Resolve edge case in nested BP Groups () 2022-10-31 12:58:41 +02:00
Adam Hopkins
65d7447cf6
Add interval sleep in reloader () 2022-10-31 12:34:01 +02:00
Adam Hopkins
5369291c27
22.9 Docs () 2022-10-31 11:47:23 +02:00
Ryu Juheon
1c4925edf7
fix: sideeffects created by changing fork to spawn () 2022-10-27 20:39:17 +03:00
Santi Cardozo
6b9edfd05c
improve error message if no apps found in registry () 2022-10-25 16:54:44 +03:00
Adam Hopkins
97f33f42df
Update SECURITY.md 2022-10-25 13:05:13 +03:00
Adam Hopkins
15a588a90c
Upgrade markdown templates to issue forms () 2022-10-25 13:04:11 +03:00