Commit Graph

  • d293ae2a69 fix nested resource map registration #915 Nikolay Kim 2019-06-15 22:12:20 +0600
  • d7ec241fd0 re-export identity and cors middleware Nikolay Kim 2019-06-15 21:47:06 +0600
  • cd323f2ff1 Move cors middleware to actix-cors crate cors-v0.1.0 Nikolay Kim 2019-06-15 09:34:16 +0600
  • 32a66a99bf reverting change to get_session due to side effects dowwie 2019-06-13 09:19:03 -0400
  • 73ae801a13 Merge branch 'master' of https://github.com/Dowwie/actix-web dowwie 2019-06-13 09:00:45 -0400
  • ca4ed0932e made Session::get_session public dowwie 2019-06-13 08:59:59 -0400
  • bf48798bce Content-Length is 0 for NamedFile HEAD request #914 files-v0.1.2 Nikolay Kim 2019-06-13 15:27:21 +0600
  • 9fc7c8b1af
    Merge branch 'master' into master Nikolay Kim 2019-06-12 23:53:36 +0600
  • c8118e8411 fix path doc tests Nikolay Kim 2019-06-12 20:12:15 +0600
  • 65732197b8 modified so as to consider unanticipated state changes dowwie 2019-06-12 10:11:38 -0400
  • 959eef05ae updated actix-session to support login and logout functionality (renew and purge) dowwie 2019-06-12 08:03:27 -0400
  • e7ba67e1a8 rename PathPayloadError and test for path config identity-v0.1.0 Nikolay Kim 2019-06-12 17:02:45 +0600
  • 13e618b128 Added initial support for PathConfig, allows setting custom error handler. (#903) Lucas Berezy 2019-06-12 20:49:56 +1000
  • 36e6f0cb4b add "put" and "sput" methods for test server (#909) Aliaksandr Rahalevich 2019-06-12 03:47:00 -0700
  • 7450ae37a7 Re-apply patch from #637 #894 Nikolay Kim 2019-06-12 16:45:05 +0600
  • 2ffda29f9b Allow to test an app that uses async actors #897 Nikolay Kim 2019-06-12 16:15:06 +0600
  • ff724e239d move identity service separate crate Nikolay Kim 2019-06-12 15:52:48 +0600
  • ee769832cf get_identity from HttpMessage (#908) Bob 2019-06-12 11:26:46 +0800
  • c22b3bd33e add "put" and "sput" methods for test server Aliaksandr Rahalevich 2019-06-11 19:40:02 -0700
  • ba2da694d1 more doc for RequestIdentity Bob 2019-06-11 20:36:19 +0800
  • 63c670eddf get_identity from HttpMessage Bob 2019-06-11 16:12:24 +0800
  • 356fffec97
    Merge branch 'master' into master jairinhohw 2019-06-09 00:10:56 -0300
  • 371075ae8d Added initial support for PathConfig, allows setting custom error handler. Lucas 2019-05-29 13:44:59 +1000
  • c4b7980b4f Upgraded actix-web dependency and set default-features to false (#895) simlay 2019-06-06 20:34:56 -0700
  • bfbac4f875 Upgraded actix-web dependency and set default-features to false (#900) simlay 2019-06-06 20:34:30 -0700
  • 44989b0b30 Upgraded actix-web dependency and set default-features to false Sebastian Imlay 2019-06-06 11:43:41 -0700
  • baba8d13dc Upgraded actix-web dependency and set default-features to false Sebastian Imlay 2019-06-05 15:23:08 -0700
  • 53e2f8090f Mark default enabled package features in the docs (#890) Stefano Probst 2019-06-06 07:14:56 +0200
  • 82a733dc48
    Mark default enabled package features in the docs Stefano Probst 2019-06-05 14:53:27 +0200
  • e399e01a22 update readme web-v1.0.0 Nikolay Kim 2019-06-05 09:02:44 +0600
  • d9a62c4bbf add App::register_data() Nikolay Kim 2019-06-05 08:43:39 +0600
  • a548b69679 fmt Nikolay Kim 2019-06-05 08:43:13 +0600
  • ae64475d98 test-server release http-test-v0.2.1 Nikolay Kim 2019-06-05 08:27:25 +0600
  • a342b1289d prep awc release awc-v0.2.1 Nikolay Kim 2019-06-05 08:13:43 +0600
  • 38f04b75a7 update deps Nikolay Kim 2019-06-04 22:36:10 +0600
  • a771540b16 prepare actix-web-codegen release codegen-v0.1.2 Nikolay Kim 2019-06-04 22:33:43 +0600
  • cf217d35a8 Added HEAD, CONNECT, OPTIONS and TRACE to the codegen (#886) Glade Miller 2019-06-04 10:30:43 -0600
  • 9442c508a8
    Update CHANGES.md Glade Miller 2019-06-04 08:37:50 -0600
  • 400062fe7b let the reference of HttpRequest in the ServiceRequest could be access Bob 2019-06-04 11:17:52 +0800
  • 96cc1fca12
    Merge branch 'master' into feature/complete_http_method_codegen_list Glade Miller 2019-06-03 11:58:29 -0600
  • 0e138e111f add external resource support on scope level Nikolay Kim 2019-06-03 23:41:32 +0600
  • 793f1b9513 Add patch to supported codegen http methods Glade Miller 2019-06-03 11:33:41 -0600
  • 1fce4876f3 Scope configuration (#880) Denys Vitali 2019-06-03 19:12:37 +0200
  • c3af0dc371 Add new macros to use statement Glade Miller 2019-06-03 11:05:33 -0600
  • 2027dc5e53 Added HEAD, CONNECT, OPTIONS and TRACE to the codegen Glade Miller 2019-06-03 10:44:43 -0600
  • 18f4cec4a3
    Merge branch 'master' into master Denys Vitali 2019-06-03 14:16:09 +0200
  • 8f5a4e9b39
    ScopeConfig: Remove changes from actix-http Denys Vitali 2019-06-03 14:15:33 +0200
  • 972de9497e
    ScopeConfig: Remove unnecessary changes, handle the case when data is empty Denys Vitali 2019-06-03 10:36:09 +0200
  • 4a179d1ae1 prepare actix-session release session-v0.1.1 Nikolay Kim 2019-06-03 10:52:43 +0600
  • a780ea10e9 Guard cookie mod by cookie-session feature (#883) Igor Gnatenko 2019-06-03 06:30:30 +0200
  • e6bc864e05
    Scope: Switch to ServiceConfig in doc Denys Vitali 2019-06-02 20:00:28 +0200
  • 53d254464a
    Scope Config: Use ServiceConfig instead Denys Vitali 2019-06-02 19:56:17 +0200
  • 8c2688c1f5
    Merge branch 'master' into master Denys Vitali 2019-06-02 16:07:19 +0200
  • adfab3956b
    Guard cookie mod by cookie-session feature Igor Gnatenko 2019-06-02 09:25:47 +0200
  • 6d2e190c8e prepare actix-files release files-v0.1.1 Nikolay Kim 2019-06-02 13:09:21 +0600
  • b1cfbdcf7a prepare actix-http release http-v0.2.3 Nikolay Kim 2019-06-02 13:05:22 +0600
  • 24180f9014 Fix boundary parsing #876 multipart-v0.1.2 Nikolay Kim 2019-06-02 12:58:37 +0600
  • 4d1cdae484
    Merge branch 'master' into master Denys Vitali 2019-06-01 14:19:25 +0200
  • 15cdc680f6 Static files are incorrectly served as both chunked and with length #812 Nikolay Kim 2019-06-01 17:57:40 +0600
  • 666756bfbe body helpers Nikolay Kim 2019-06-01 17:57:25 +0600
  • a1b40f4314 add license files Nikolay Kim 2019-06-01 17:25:29 +0600
  • 29a0fe76d5 prepare actix-web-codegen release codegen-v0.1.1 Nikolay Kim 2019-06-01 17:21:22 +0600
  • 7753b9da6d web-codegen: Add extra-traits to syn features (#879) Igor Gnatenko 2019-06-01 10:13:45 +0200
  • ddce172572
    Add ScopeConfig to web Denys Vitali 2019-05-31 20:28:24 +0200
  • db61807acc
    Scope: Fix tests Denys Vitali 2019-05-31 18:24:46 +0200
  • 08ce463297
    Extensions: Fix into_iter() Denys Vitali 2019-05-31 17:56:54 +0200
  • 1fcc0f40ad
    web-codegen: Add extra-traits to syn features Igor Gnatenko 2019-05-31 17:55:24 +0200
  • 7167f15bc3
    WIP: Scope configuarion Denys Vitali 2019-05-31 17:52:42 +0200
  • f1764bba43 Fix Logger time format (use rfc3339) (#867) Mohab Usama 2019-05-31 10:09:21 +0200
  • 7634ed33d6 Update change log Mohab Usama 2019-05-31 09:30:09 +0200
  • 71e433a18c
    Merge branch 'master' into logger-request-time Mohab Usama 2019-05-31 09:26:50 +0200
  • c2d7db7e06 prepare actix-web-actors release actors-v1.0.0 Nikolay Kim 2019-05-29 16:22:57 -0700
  • 21418c7414 prep actix-http release http-v0.2.2 Nikolay Kim 2019-05-29 16:15:12 -0700
  • fe781345d5 Add Migration steps for Custom Error (#869) octave99 2019-05-29 16:47:04 +0000
  • c074458220
    Merge branch 'master' into logger-request-time Nikolay Kim 2019-05-29 20:44:26 +0400
  • a614be7cb5 Don't DISCONNECT from stream when reader is empty (#870) Nicolas Gotchac 2019-05-29 18:37:42 +0200
  • bd77f36531 Fix chunked transfer: poll_request before closing stream + Test Nicolas Gotchac 2019-05-29 15:12:19 +0200
  • 686cdbc165 Don't DISCONNECT from stream when reader is empty Nicolas Gotchac 2019-05-28 14:41:58 +0200
  • b44cf1c090
    Add Migration steps for Custom Error octave99 2019-05-28 06:33:02 +0000
  • a9b0734ad5 Fix Logger time format (use rfc3339) Mohab Usama 2019-05-27 17:00:06 +0200
  • 1eb89b8375 remove debug prints multipart-v0.1.1 Nikolay Kim 2019-05-25 03:16:53 -0700
  • aa626a1e72 handle disconnects Nikolay Kim 2019-05-25 03:16:46 -0700
  • 7f12b754e9 Handle socket read disconnect http-v0.2.1 Nikolay Kim 2019-05-25 03:07:40 -0700
  • 3f196f469d update version Nikolay Kim 2019-05-25 02:13:04 -0700
  • 35eb378585 prepare actix-files release files-v0.1.0 Nikolay Kim 2019-05-25 02:02:28 -0700
  • 6db625f55b Update actix-web dep to 1.0.0-rc (#864) Miles Granger 2019-05-25 10:52:23 +0200
  • a40e84d6de
    Merge branch 'master' into master jairinhohw 2019-05-24 14:05:19 -0300
  • 02d9025a3f
    Update actix-web dep to 1.0.0-rc Miles Granger 2019-05-23 17:05:10 +0200
  • 801cc2ed5d Cleaned unnecessary Option<_> around ServerBuilder in server.rs/HttpServer (#863) Vlad Frolov 2019-05-23 15:21:02 +0300
  • 164969018a Cleaned unnecessary Option<_> around ServerBuilder in server.rs/HttpServer Vlad Frolov 2019-05-23 11:38:14 +0300
  • ded1e86e7e Add ServiceRequest::set_payload() method Nikolay Kim 2019-05-22 21:25:51 -0700
  • babf48c550 fix NamedFile last-modified check #820 Nikolay Kim 2019-05-22 21:21:12 -0700
  • d3e807f6e9 move Payload to inner http request Nikolay Kim 2019-05-22 11:49:27 -0700
  • 7746e785c1 re-export Service and Transform traits Nikolay Kim 2019-05-22 11:20:37 -0700
  • 4e141d7f5d Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-05-22 11:18:42 -0700
  • 12842871fe Clear http requests pool on app service drop #860 Nikolay Kim 2019-05-22 11:18:33 -0700
  • fc85ae4014 small documentation fix (#856) Aliaksandr Rahalevich 2019-05-21 10:43:18 -0700
  • ce92eaa8b3 small documentation fix Aliaksandr Rahalevich 2019-05-20 19:21:34 -0700
  • 5826f39dbe Add `set_json` method to TestRequest (#851) Harry Stern 2019-05-18 22:36:28 -0400
  • 03d053711e
    Add `set_json` method to TestRequest Harry Stern 2019-05-18 19:23:04 -0400