Commit graph

  • 1c069ab643 Refactor Serdar Dogruyol 2017-09-05 11:10:04 +03:00
  • faedeebee9 Merge pull request #392 from mang/patch-1 Serdar Dogruyol 2017-09-05 10:00:54 +03:00
  • 249912222d Set correct namespace for Route mang 2017-09-05 01:25:42 +02:00
  • 422313425c Remove redundant intermediate var from process_route Serdar Dogruyol 2017-09-04 23:46:53 +03:00
  • b8e3298925 Use request.content_type Serdar Dogruyol 2017-09-04 18:54:06 +03:00
  • a1520de7ed Leave tmpfile management to OS Serdar Dogruyol 2017-09-04 17:46:09 +03:00
  • 79e324efaf Add more types to method signatures Serdar Dogruyol 2017-08-25 16:41:02 +03:00
  • 00217d9545 Add more types to method signatures Serdar Dogruyol 2017-08-24 23:32:43 +03:00
  • efd97b75f9 Refactor Serdar Dogruyol 2017-08-24 18:52:10 +03:00
  • cfedc7c538 Add docs for static_headers Serdar Dogruyol 2017-08-24 01:24:19 +03:00
  • b113b3dd73 Update CHANGELOG Serdar Dogruyol 2017-08-24 01:05:19 +03:00
  • c81f8f979a Merge pull request #387 from kemalcr/static-headers Serdar Dogruyol 2017-08-24 00:30:58 +03:00
  • 607aaeffe3 Allow headers in built-in static file server Sdogruyol 2017-08-22 15:20:30 +03:00
  • 2cfe789587 Merge pull request #386 from kemalcr/url-params-websocket Serdar Dogruyol 2017-08-22 00:33:39 +03:00
  • 3fd3349383 Don't raise on WS route not found Sdogruyol 2017-08-20 20:10:38 +03:00
  • 2b604dfb30 Add context to WebSocket. This allows one to use context.params like url,query, body e.g Sdogruyol 2017-08-20 20:01:49 +03:00
  • 5a83522866 allow %w in Handler macros (#385) Will Leinweber 2017-08-18 00:19:21 -07:00
  • fc4c97aafd Null logging should not print anything to STDOUT (#381) Benoist 2017-07-30 14:08:02 +02:00
  • cd5fab8c2f X-Content-Type-Options = "nosniff" #379 (#380) Cris Ward 2017-07-22 08:34:47 +01:00
  • 1d056b203b Dynamically insert handlers. Fixes #376 sdogruyol 2017-07-11 11:22:35 +03:00
  • dbbe05a610 Update CHANGELOG sdogruyol 2017-07-01 22:17:30 +03:00
  • 33498b50bf Update CHANGELOG sdogruyol 2017-07-01 22:12:36 +03:00
  • 9eaecf5c18 Update CHANGELOG sdogruyol 2017-07-01 22:04:27 +03:00
  • 4a786f095e Update CHANGELOG sdogruyol 2017-07-01 22:03:17 +03:00
  • 2720ab6e25 0.20.0 sdogruyol 2017-07-01 22:02:09 +03:00
  • eb3e83d590 Update kilt to v0.4.0 sdogruyol 2017-06-24 22:10:24 +03:00
  • b194b0b03c Don't use single line block syntax sdogruyol 2017-06-23 12:18:40 +03:00
  • a177e30464 [CI SKIP] Remove branch: master from installation instructions sdogruyol 2017-06-23 10:41:32 +03:00
  • 66612eeb04 Match should eq nil not be sdogruyol 2017-06-05 15:34:27 +03:00
  • 0724e07c22 Make Route a Struct sdogruyol 2017-05-13 18:39:11 -07:00
  • ce024ba748 Use replace instead of each for replacing handlers sdogruyol 2017-05-13 09:16:59 -07:00
  • 62946fd987 Modularize handlers sdogruyol 2017-05-12 16:18:50 -07:00
  • ce9e924d00 Remove Guardfile sdogruyol 2017-05-09 11:02:53 +03:00
  • 841238b584 Update CHANGELOG sdogruyol 2017-05-09 11:00:31 +03:00
  • 9f01eb90e1 Format sdogruyol 2017-05-08 17:33:19 +03:00
  • e695a491b7 Revert "Modiy HTTP::Params.[] to fetch all params" sdogruyol 2017-05-08 17:28:21 +03:00
  • 0b4856b741 User defined context store types (#339) Rimas Silkaitis 2017-04-06 11:43:41 -07:00
  • 48128696c6 Prevent send_file returning filesize (#344) Cris Ward 2017-03-29 13:09:25 +01:00
  • f1edf81d95 Remove duplicate spec (#340) Faustino Aguilar 2017-03-25 12:41:58 -05:00
  • f511d21aa1 Dont call setup in config#add_filter_handler. Fixes #338 Sdogruyol 2017-03-25 20:37:11 +03:00
  • 732b3edbfd upgrade radix version (#341) Marwan Rabbâa 2017-03-25 18:20:51 +01:00
  • 34d5200e80 missing context key (#342) Marwan Rabbâa 2017-03-25 18:20:10 +01:00
  • f4de825ab8 Revert "Skip files with empty #size in ParamParser, fixes #309 (#333)" Sdogruyol 2017-03-18 00:47:04 +03:00
  • 4409f56ba7 404 responsive Kemal logo (#334) Faustino Aguilar 2017-03-17 04:16:38 -05:00
  • 1177619da9 Modiy HTTP::Params.[] to fetch all params (#328) Serdar Dogruyol 2017-03-13 16:52:42 +02:00
  • d0c034b911 Skip files with empty #size in ParamParser, fixes #309 (#333) Sijawusz Pur Rahnama 2017-03-12 18:30:30 +01:00
  • e0511743b1 Add getters to Route#{path,method} (#332) Sijawusz Pur Rahnama 2017-03-12 17:40:30 +01:00
  • 298a4b234b moved static file handler code to send_file (#330) Cris Ward 2017-03-12 12:38:47 +00:00
  • e276c0a278 Fix regression introduced in 1afb4cbfa8 (#331) Sijawusz Pur Rahnama 2017-03-12 13:37:23 +01:00
  • e6757d9a61 Added mime-type for favicons (#329) Cris Ward 2017-03-11 22:23:33 +00:00
  • 1c527c2d94 return no body for head route fixes #323 (#325) Cris Ward 2017-03-10 11:13:38 +00:00
  • f8eb863ea8 0.18.3 Sdogruyol 2017-03-07 19:51:30 +03:00
  • a430b85ee7 Remove Gzip hack since https://github.com/crystal-lang/crystal/issues/4060 is fixed Sdogruyol 2017-03-07 19:47:39 +03:00
  • 9c90fe5794 Don't like the header Sdogruyol 2017-03-04 19:32:33 +03:00
  • dc847e9b90 Align badges Sdogruyol 2017-03-04 19:26:47 +03:00
  • b2ececfa81 Pretty up README Sdogruyol 2017-03-04 19:24:05 +03:00
  • 9ccf44fd62 Update README Sdogruyol 2017-03-04 19:08:26 +03:00
  • 8331beceef Move Crystal core classes to ext Sdogruyol 2017-03-04 00:01:26 +03:00
  • 596452f838 More docs Sdogruyol 2017-03-03 23:56:29 +03:00
  • 7a772a9301 Improve docs Sdogruyol 2017-03-03 23:42:08 +03:00
  • 25af53b70d apply :nodoc: only to Kemal::FileUpload instead of the whole Kemal (#320) Brian J. Cardiff 2017-03-02 07:15:48 -03:00
  • d0e04918c3 Improve helper doc Sdogruyol 2017-02-27 23:03:09 +03:00
  • b91f8a87eb Improve helpers doc Sdogruyol 2017-02-27 22:20:17 +03:00
  • 40a8339509 Rename to static_file_handler_spec Sdogruyol 2017-02-27 19:28:27 +03:00
  • e6af97c256 Make static_file_handler#etag private Sdogruyol 2017-02-27 19:21:14 +03:00
  • 2fe27f0890 Make FilterBlock inner class of Kemal::FilterHandler Sdogruyol 2017-02-27 19:10:49 +03:00
  • 875737c446 0.18.2 Sdogruyol 2017-02-24 10:30:09 +03:00
  • c28abb987e Fix #316 caused by Crystal Sdogruyol 2017-02-24 10:25:52 +03:00
  • 735a882478 It's 2017 yo Sdogruyol 2017-02-21 22:29:13 +03:00
  • f50b7daa85 Bump version to 0.18.1 in shard.yml Sdogruyol 2017-02-21 22:26:00 +03:00
  • b7ce53e5ab Crystal 0.21.0 support (#304) Serdar Dogruyol 2017-02-21 21:24:11 +02:00
  • 54e501e964 path_starts_with... method naming (#310) Tom Richards 2017-02-15 12:38:26 -05:00
  • 9607083e59 Mark inner methods as private Sdogruyol 2017-02-13 23:39:40 +03:00
  • c6ff2c5d2e Move file_upload to namespace Sdogruyol 2017-02-13 22:57:58 +03:00
  • e4e71541e7 Update CHANGELOG Sdogruyol 2017-02-11 16:54:19 +03:00
  • 10f1518e7c v0.18.0 Sdogruyol 2017-02-11 16:38:37 +03:00
  • 6fe57d5e78 Better file upload Serdar Dogruyol 2017-02-11 15:33:42 +02:00
  • 72dc6cf775 Fix missing semicolon in kemal#run Sdogruyol 2017-02-06 20:16:51 +03:00
  • 06d02e7264 Update radix to v0.3.7 Sdogruyol 2017-02-04 22:37:07 +03:00
  • 476b27892e Early return from range if request type is not GET Sdogruyol 2017-02-04 13:35:46 +03:00
  • 0543142a10 Add RFC7233 support (#299) Denys Vitali 2017-02-04 11:06:43 +01:00
  • b07dd04372 Update radix to 0.3.6. Fixes #293 (#294) Serdar Dogruyol 2017-01-18 23:09:03 +03:00
  • c08bf71d88 Allow for disabling the shutdown message (#292) Michael Barrett 2017-01-18 07:55:33 -05:00
  • 209a9e576c Add configurable startup logging as a block (#291) Michael Barrett 2017-01-15 13:41:07 -05:00
  • 42827c9a9d Update version to 0.17.5 in shard.yml Sdogruyol 2017-01-08 17:22:32 +03:00
  • f8e266c53e Update multipart.cr to 0.1.2. Fixes #285 Sdogruyol 2017-01-07 10:06:38 +03:00
  • 99ae8c376e 0.17.4 Serdar Dogruyol 2016-12-24 14:45:17 +03:00
  • 81a702264d HTTP::Handler is not a class anymore Serdar Dogruyol 2016-12-24 14:22:44 +03:00
  • ac8ec0a07b Remove redundant session stuff Sdogruyol 2016-12-10 19:34:46 +03:00
  • 9696e6c344 Update CHANGELOG Sdogruyol 2016-12-10 13:02:31 +03:00
  • 56ec84a0e7 fix installation instructions (#273) Bryan Mulvihill 2016-12-10 04:29:08 -05:00
  • c2af734ac9 Fix gitter badge url Sdogruyol 2016-12-09 21:55:27 +03:00
  • e957664565 Don't forget debug statement :/ Sdogruyol 2016-12-08 22:15:18 +03:00
  • 9c1c832c9a Add Kemal.stop. Fixes #269 Sdogruyol 2016-12-08 13:50:54 +03:00
  • 166fb96f34 Ugh we're not in ecr :/ Sdogruyol 2016-12-04 16:35:37 +03:00
  • fa4573dcf9 HTML.escape render_500 Sdogruyol 2016-12-04 16:27:40 +03:00
  • 878c70e0d9 Make ssl api more idiomatic Sdogruyol 2016-12-04 14:12:51 +03:00
  • f3f9864ae5 Update README to include Installation. Fixes #267 Serdar Dogruyol 2016-12-04 13:03:34 +03:00
  • 274d34cfc6 Move filter methods to dsl Sdogruyol 2016-12-04 01:47:09 +03:00
  • eb64b52f84 Actually there's no middleware anymore Sdogruyol 2016-12-04 01:43:30 +03:00