L. Kärkkäinen
4f000ab59c
Define colors for light/default mode as well.
...
The background is not always white by default (e.g. when in an iframe), so it needs to be defined or text may become invisible (just had this problem today). I've taken the opportunity to make it slightly less bright as well.
2023-01-28 23:36:42 +00:00
Adam Hopkins
f30f53f67d
Move DirectoryHandler to app instance
2023-01-28 23:25:25 +02:00
L. Karkkainen
faf1ff8d4f
Fix the document title (needs positional argument).
2023-01-27 05:39:45 +00:00
L. Karkkainen
b5175238fb
URL sanitation.
2023-01-27 05:31:52 +00:00
L. Karkkainen
32d62c2db4
Style tweaks
2023-01-27 05:24:02 +00:00
L. Karkkainen
a00ec8ab37
Better UX for empty folders.
2023-01-27 04:38:49 +00:00
L. Karkkainen
859a8130c1
Fix Sanic brand colour in breadcrumbs.
2023-01-27 04:38:21 +00:00
L. Karkkainen
2038799d7a
Remove parent directory link from table
2023-01-27 04:30:23 +00:00
L. Karkkainen
41da8bbd61
Improve navigation with breadcrumbs
2023-01-27 04:29:15 +00:00
L. Karkkainen
e328d4406b
Timestamps a bit less ugly.
2023-01-27 03:23:12 +00:00
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 ( #2637 )
2022-12-27 16:50:36 +02:00
Adam Hopkins
28f5b3c301
Add better inspector arg parsing ( #2642 )
2022-12-26 12:27:40 +02:00
Adam Hopkins
c573019e7f
ASGI websocket recv text or bytes ( #2640 )
2022-12-25 13:52:07 +02:00
Adam Hopkins
029f564032
Pass unquote thru add_route ( #2639 )
2022-12-21 10:45:23 +02:00
Adam Hopkins
2abe66b670
Add priority to register_middleware method ( #2636 )
2022-12-19 19:14:46 +02:00
Adam Hopkins
911485d52e
Fix Windows sock share ( #2635 )
2022-12-18 15:04:10 +02:00
Adam Hopkins
4744a89c33
Fix double ctrl-c kill ( #2634 )
2022-12-18 14:40:38 +02:00
Adam Hopkins
f7040ccec8
Implement restart ordering ( #2632 )
2022-12-18 14:09:17 +02:00
Adam Hopkins
518152d97e
Reload interval on class variable ( #2633 )
2022-12-18 13:36:54 +02:00
Adam Hopkins
0e44e9cacb
Move to HTTP Inspector ( #2626 )
2022-12-18 10:29:58 +02:00
Adam Hopkins
bfb54b0969
Test for 3.11 support ( #2612 )
...
Co-authored-by: Zhiwei <zhi.wei.liang@outlook.com>
2022-12-17 23:46:22 +02:00
Zhiwei
154863d6c6
Method Signal Handler Test ( #2630 )
2022-12-17 20:38:46 +02:00
Adam Hopkins
a3ff0c13b7
ASGI lifespan failure on exception ( #2627 )
2022-12-16 08:56:07 +02:00
Mary
95ee518aec
Replace deprecated distutils.strtobool ( #2628 )
2022-12-16 07:48:41 +02:00
Zhiwei
71d3d87bcc
Deprecate Conditions and Triggers Saved in handler
Callable; Save Condition in signal.extra
Instead ( #2608 )
2022-12-15 12:32:07 +02:00
Adam Hopkins
b276b91c21
Allow fork in limited cases ( #2624 )
2022-12-15 11:49:26 +02:00
Adam Hopkins
064168f3c8
Add a SIGKILL to second ctrl+c ( #2621 )
2022-12-14 23:51:11 +02:00
Adam Hopkins
db39e127bf
Scale workers ( #2617 )
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) ( #2625 )
...
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 ( #2622 )
2022-12-11 11:33:42 +02:00
Néstor Pérez
8e720365c2
Add JSONResponse class ( #2569 )
...
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 ( #2615 )
2022-12-07 23:07:17 +02:00
Adam Hopkins
f32437bf13
Kill server early on worker error ( #2610 )
2022-12-07 14:42:17 +02:00
LiraNuna
0909e94527
Corrected Colors
enum under Python 3.11 ( #2590 )
...
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 ( #2607 )
...
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. ( #2609 )
...
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 ( #2611 )
2022-11-29 10:51:51 +02:00
Zhiwei
ad4e526c77
Require uvloop >= 0.15.0 ( #2598 )
2022-11-13 15:32:04 +02:00
Adam Hopkins
4422d0c34d
Mergeback from current-release
2022-10-31 13:24:47 +02:00