Commit graph

  • 210e2c0801 Prettify docs (#410) Sijawusz Pur Rahnama 2017-10-06 13:53:53 +02:00
  • c2da18ed38 Use .empty? instead Serdar Dogruyol 2017-10-06 13:41:22 +03:00
  • 84839f4da7 Refactour handler radix names Serdar Dogruyol 2017-10-06 12:46:58 +03:00
  • 63e613a439 Don't try to call error_handlers if there isn't any Serdar Dogruyol 2017-10-05 19:52:57 +03:00
  • dfd127e1ed Don't use handler as the IO name Serdar Dogruyol 2017-10-05 19:31:47 +03:00
  • 677dc62832 Remove dead code for WebSocketHandler Serdar Dogruyol 2017-10-05 19:29:35 +03:00
  • ff37027afe Add targets to shard.yml Serdar Dogruyol 2017-10-05 19:24:30 +03:00
  • 0b07070237 Don't initiliaze server if it's already initialized Serdar Dogruyol 2017-10-04 19:51:14 +03:00
  • ad692357d4 Allow config.server to be lazily initiliazed. Fixes #396 Serdar Dogruyol 2017-10-04 19:42:41 +03:00
  • 61caa077b7 Improve namings Serdar Dogruyol 2017-10-02 23:56:02 +03:00
  • 30bdcc9759 only return strings from routes fixes #374 (#408) Cris Ward 2017-10-02 21:47:43 +01:00
  • 8cf3f67594 fix for #399 (#407) Cris Ward 2017-09-29 07:25:26 +01:00
  • a27e8859a6 Merge pull request #405 from crisward/patch-4 Serdar Dogruyol 2017-09-28 19:16:20 +03:00
  • 03daf2aee2 Added Accept-Ranges header Cris Ward 2017-09-28 16:02:37 +01:00
  • 183ae42a54 corrected content length Cris Ward 2017-09-28 14:17:12 +01:00
  • 3e355cbd51 Merge pull request #406 from crisward/patch-5 Serdar Dogruyol 2017-09-28 14:19:57 +03:00
  • 6c11f943d0 Better fix for safari video bug Cris Ward 2017-09-28 12:07:26 +01:00
  • 1423c96d0a Allows videos to be opened with correct mime type Cris Ward 2017-09-28 11:13:55 +01:00
  • 81f2ee7815 Fix for video in safari Cris Ward 2017-09-28 11:12:44 +01:00
  • 00981bcf44 Improve websocket match logic. Fixes #401 Serdar Dogruyol 2017-09-14 19:59:22 +03:00
  • e07be72dcf Remove ws_routes from route handler Serdar Dogruyol 2017-09-10 15:45:57 +03:00
  • 5f834f8873 Use expect_raises for websocket handler spec Serdar Dogruyol 2017-09-10 15:04:51 +03:00
  • fe9d193418 Seperate websocket and websocket handler. Fixes #395 Serdar Dogruyol 2017-09-10 14:41:07 +03:00
  • 3050b75f0a Tidy up config properties Serdar Dogruyol 2017-09-06 23:58:55 +03:00
  • 731b2e0d5b Bump version to 0.21.0 Serdar Dogruyol 2017-09-05 12:19:32 +03:00
  • 9316ed8810 Update CHANGELOG Serdar Dogruyol 2017-09-05 12:15:00 +03:00
  • 8fb5be2a42 Remove redundant casts Serdar Dogruyol 2017-09-05 12:03:37 +03:00
  • 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