Commit Graph

  • b8ae4285a4 Move all errorpages work to another branch error-format-redux. L. Karkkainen 2023-01-29 03:11:27 +0000
  • c0ca55530e Add back JSON detection by request body, but to be deprecated. L. Karkkainen 2023-01-29 03:03:26 +0000
  • 52ecbb9dc7 Note that base renderer can be changed. L. Karkkainen 2023-01-29 03:01:26 +0000
  • 3ef99568a5 Refactor acceptable check to a helper function. L. Karkkainen 2023-01-29 03:00:04 +0000
  • dfe2148333 Remove dubious or unnecessary handler types of response mapping. L. Karkkainen 2023-01-29 01:59:24 +0000
  • 7909f673e5 Handle empty/missing accept header more directly L. Karkkainen 2023-01-29 01:52:53 +0000
  • e35286e332 Rethinking of renderer selection logic, cleanup. L. Karkkainen 2023-01-29 01:43:40 +0000
  • 8eeb1c20dc Unfinished hacks, moving to another machine. L. Karkkainen 2023-01-29 00:04:39 +0000
  • 4f000ab59c
    Define colors for light/default mode as well. L. Kärkkäinen 2023-01-28 23:36:42 +0000
  • ae757c8ad6
    Merge branch 'issue2661' into niceback-error-handling L. Kärkkäinen 2023-01-28 23:29:14 +0000
  • f30f53f67d
    Move DirectoryHandler to app instance Adam Hopkins 2023-01-28 23:25:25 +0200
  • ea09906e0a Refactored to sanic.pages.error module. Traceback and style tuning. Print also headers, and for other than 500 errors as well. 500 error message text UX workaround. L. Karkkainen 2023-01-27 18:50:35 +0000
  • 77bdfa14ed HTML error formatting rebuilt on top of BasePage, and using external module niceback to do the tracebacks. L. Karkkainen 2023-01-27 06:45:49 +0000
  • faf1ff8d4f Fix the document title (needs positional argument). L. Karkkainen 2023-01-27 05:39:45 +0000
  • b5175238fb URL sanitation. L. Karkkainen 2023-01-27 05:31:52 +0000
  • 32d62c2db4 Style tweaks L. Karkkainen 2023-01-27 05:24:02 +0000
  • a00ec8ab37 Better UX for empty folders. L. Karkkainen 2023-01-27 04:38:49 +0000
  • 859a8130c1 Fix Sanic brand colour in breadcrumbs. L. Karkkainen 2023-01-27 04:38:21 +0000
  • 2038799d7a Remove parent directory link from table L. Karkkainen 2023-01-27 04:30:23 +0000
  • 41da8bbd61 Improve navigation with breadcrumbs L. Karkkainen 2023-01-27 04:29:15 +0000
  • e328d4406b Timestamps a bit less ugly. L. Karkkainen 2023-01-27 03:14:13 +0000
  • 4f45a80056 Remove deprecated property in blueprint Rodolfo Olivieri 2023-01-27 00:02:41 -0300
  • d9c883eb9b Add a header bar with Sanic logo. Remove duplicate title element. Avoid escaping in style element and add new styles. L. Karkkainen 2023-01-27 03:05:00 +0000
  • 10d4f2803a
    Simple server to include autoindex Adam Hopkins 2023-01-26 18:06:13 +0200
  • fa6dbddf69
    Style fixes for file table Adam Hopkins 2023-01-26 17:26:42 +0200
  • 2c8f1807d8
    squash Adam Hopkins 2023-01-26 17:22:13 +0200
  • ca0e933813
    No logging of exception Adam Hopkins 2023-01-26 17:12:51 +0200
  • 2e36507a60
    Refactor to allow for common pages Adam Hopkins 2023-01-26 16:50:45 +0200
  • 39a4a75dcb
    Add new pages module Adam Hopkins 2023-01-26 15:52:26 +0200
  • e8bb2834d6
    Valid HTML5 Adam Hopkins 2023-01-26 00:45:30 +0200
  • 36e3cc9df7
    Use html5tagger for AutoIndex Adam Hopkins 2023-01-26 00:36:37 +0200
  • 43c9a0a49b
    Additional accept functionality Adam Hopkins 2023-01-25 00:13:44 +0200
  • fed2ef3527
    Remove location information Adam Hopkins 2023-01-24 10:48:54 +0200
  • 6673acf544
    Establish basic file browser and index fallback Adam Hopkins 2023-01-24 10:27:55 +0200
  • cad2b84ec4
    Remove mapping of empty() to HTML so that it falls back to configured response format instead. L. Kärkkäinen 2023-01-19 00:16:20 +0000
  • a413b220db
    test: change var name Ryu Juheon 2023-01-18 13:02:21 +0900
  • ea9da4ab53
    test(asgi): add test code for websocket bytes receive Ryu Juheon 2023-01-09 14:15:45 +0900
  • d2a0d7a470
    fix(websocket): ASGI websocket must pass thru bytes as is Ryu Juheon 2023-01-08 12:14:44 +0900
  • d2c061903d
    Begin some fixes for ASGI Adam Hopkins 2022-12-29 10:02:16 +0200
  • 4ad8168bb0
    Version 22.12 release notes (#2637) v22.12.0 Adam Hopkins 2022-12-27 16:50:36 +0200
  • e2f8e10671
    Add missing space in help docs Adam Hopkins 2022-12-27 16:34:32 +0200
  • 4cc1c29daa
    Safer sys.argv check Adam Hopkins 2022-12-27 16:08:01 +0200
  • f1e6b00f94
    Update config metaclass Adam Hopkins 2022-12-27 10:24:54 +0200
  • 48a8d40fe7
    Fix slots issue Adam Hopkins 2022-12-26 12:35:41 +0200
  • 77da70c985
    Merge conflicts Adam Hopkins 2022-12-26 12:28:14 +0200
  • 28f5b3c301
    Add better inspector arg parsing (#2642) Adam Hopkins 2022-12-26 12:27:40 +0200
  • bea018e6fa
    Add some documentation links Adam Hopkins 2022-12-26 12:25:10 +0200
  • 6820e6a6b8
    Add 22.12 release notes Adam Hopkins 2022-12-26 12:08:22 +0200
  • a9b1d2a8f9
    Add better inspector arg parsing Adam Hopkins 2022-12-26 12:05:43 +0200
  • e88a2cc0a8
    Update security.md Adam Hopkins 2022-12-25 15:44:39 +0200
  • 8a6c4af51a
    Add changelog Adam Hopkins 2022-12-25 15:29:52 +0200
  • fdcaadc033
    Merge branch 'main' of github.com:sanic-org/sanic into release-22.12 Adam Hopkins 2022-12-25 14:31:30 +0200
  • c573019e7f
    ASGI websocket recv text or bytes (#2640) Adam Hopkins 2022-12-25 13:52:07 +0200
  • 672d0d07ee
    ASGI websocket recv text or bytes Adam Hopkins 2022-12-25 12:15:42 +0200
  • 029f564032
    Pass unquote thru add_route (#2639) Adam Hopkins 2022-12-21 10:45:23 +0200
  • 981b57e975
    Add unit test Adam Hopkins 2022-12-21 10:29:58 +0200
  • 98dbf79e10
    Pass unquote thru add_route Adam Hopkins 2022-12-21 10:24:49 +0200
  • 2abe66b670
    Add priority to register_middleware method (#2636) Adam Hopkins 2022-12-19 19:14:46 +0200
  • 93297eee3c
    Set release version Adam Hopkins 2022-12-18 15:50:58 +0200
  • 22f296d47e
    squash Adam Hopkins 2022-12-18 15:15:31 +0200
  • df89b9b898
    Allow overrides Adam Hopkins 2022-12-18 15:15:10 +0200
  • 5da0c0e4a3
    Merge branch 'main' of github.com:sanic-org/sanic into issue2596 Adam Hopkins 2022-12-18 15:04:47 +0200
  • 911485d52e
    Fix Windows sock share (#2635) Adam Hopkins 2022-12-18 15:04:10 +0200
  • d1e2559ef0
    Add priority to register_middleware method Adam Hopkins 2022-12-18 15:03:38 +0200
  • 7b671890b0
    Merge branch 'main' into windows-sock-share Adam Hopkins 2022-12-18 14:40:51 +0200
  • 4744a89c33
    Fix double ctrl-c kill (#2634) Adam Hopkins 2022-12-18 14:40:38 +0200
  • 853ff61fdf
    Merge conflicts Adam Hopkins 2022-12-18 14:10:37 +0200
  • f7040ccec8
    Implement restart ordering (#2632) Adam Hopkins 2022-12-18 14:09:17 +0200
  • 55ab8cab76
    Fix Windows sock share Adam Hopkins 2022-12-18 13:46:28 +0200
  • bd9fc5d8f2
    Merge branch 'main' into restart-order Adam Hopkins 2022-12-18 13:37:05 +0200
  • 518152d97e
    Reload interval on class variable (#2633) Adam Hopkins 2022-12-18 13:36:54 +0200
  • f0e5166f91
    Fix double ctrl-c kill Adam Hopkins 2022-12-18 13:32:53 +0200
  • 573fe953f5
    Reload interval on class variable Adam Hopkins 2022-12-18 12:59:27 +0200
  • 2c43ef1418
    Move threshold value Adam Hopkins 2022-12-18 12:47:58 +0200
  • 736d4e4fbb
    squash Adam Hopkins 2022-12-18 12:42:10 +0200
  • 8f70dd39c9
    Reload ack delay Adam Hopkins 2022-12-18 12:41:15 +0200
  • 5336907fd0
    Move ack to after before_server_start Adam Hopkins 2022-12-18 12:19:07 +0200
  • 4ccae89b4e
    Implement restart ordering Adam Hopkins 2022-12-18 11:56:31 +0200
  • 0e44e9cacb
    Move to HTTP Inspector (#2626) Adam Hopkins 2022-12-18 10:29:58 +0200
  • 7a128062b8
    Change import path on test Adam Hopkins 2022-12-18 10:13:53 +0200
  • 5ec6a9af02
    Update fixture mock location Adam Hopkins 2022-12-17 23:52:20 +0200
  • 9a1168b7db
    Merge branch 'main' of github.com:sanic-org/sanic into inspect-http Adam Hopkins 2022-12-17 23:50:10 +0200
  • bfb54b0969
    Test for 3.11 support (#2612) Adam Hopkins 2022-12-17 23:46:22 +0200
  • d41934d816
    create_task in wait Adam Hopkins 2022-12-17 22:57:51 +0200
  • 1647a66e51
    use gather Adam Hopkins 2022-12-17 21:36:49 +0200
  • 1928006757
    Ignore aioquic typing Adam Hopkins 2022-12-17 21:08:14 +0200
  • 505ba12eea
    Merge branch 'main' of github.com:sanic-org/sanic into py311 Adam Hopkins 2022-12-17 20:47:37 +0200
  • 497b08a492
    future to task in test Adam Hopkins 2022-12-17 20:47:27 +0200
  • f98680b927
    Merge branch 'py311' of github.com:sanic-org/sanic into py311 Adam Hopkins 2022-12-17 20:47:18 +0200
  • 8370299eae
    Suggestions from Nestor Adam Hopkins 2022-12-17 20:39:43 +0200
  • 154863d6c6
    Method Signal Handler Test (#2630) Zhiwei 2022-12-17 12:38:46 -0600
  • 61bb2637cd Better format of str Zhiwei Liang 2022-12-16 22:26:19 -0600
  • cb1c233f6c Add test_add_signal_method_handler test case Zhiwei Liang 2022-12-16 22:25:33 -0600
  • a3ff0c13b7
    ASGI lifespan failure on exception (#2627) Adam Hopkins 2022-12-16 08:56:07 +0200
  • 51f715e609
    Merge branch 'main' into issue2392 Adam Hopkins 2022-12-16 07:50:10 +0200
  • 95ee518aec
    Replace deprecated distutils.strtobool (#2628) Mary 2022-12-16 14:48:41 +0900
  • 0a1a1d24d1
    Remove deprecated in setup.py Mary 2022-12-16 09:38:37 +0900
  • 6803b0052e
    Remove deprecated strtobool Mary 2022-12-16 00:37:16 +0000
  • 547bedbbc8
    Make Python version num a str to fix an issue Zhiwei 2022-12-15 15:54:41 -0600
  • ffbe2bcf70
    Merge branch 'main' into py311 Zhiwei 2022-12-15 15:44:56 -0600