1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-15 09:53:05 +01:00

Commit Graph

  • d7780d53c9 Fix typo in actix_web::web::Data::get_ref docstring (#921) Joe Roberts 2019-06-18 02:27:23 +01:00
  • ad0e6f73b3 update version Nikolay Kim 2019-06-17 12:35:00 +06:00
  • 546a8a58db remove cors and identity middlewares Nikolay Kim 2019-06-17 12:33:00 +06:00
  • acda1c075a prepare actix-web release Nikolay Kim 2019-06-17 12:23:30 +06:00
  • 686e5f1595 update deps Nikolay Kim 2019-06-16 22:10:22 +06:00
  • d2b6502c7a prepare actix-http release Nikolay Kim 2019-06-16 21:59:22 +06:00
  • 7c0f570845 Do not compress NoContent (204) responses #918 Nikolay Kim 2019-06-16 21:54:17 +06:00
  • 382d4ca216
    Merge branch 'master' into master Nikolay Kim 2019-06-15 22:21:39 +06:00
  • eaa371db8b update migration Nikolay Kim 2019-06-15 22:20:46 +06:00
  • d293ae2a69 fix nested resource map registration #915 Nikolay Kim 2019-06-15 22:12:20 +06:00
  • d7ec241fd0 re-export identity and cors middleware Nikolay Kim 2019-06-15 21:47:06 +06:00
  • cd323f2ff1 Move cors middleware to actix-cors crate Nikolay Kim 2019-06-15 09:34:16 +06:00
  • 32a66a99bf reverting change to get_session due to side effects dowwie 2019-06-13 09:19:03 -04:00
  • 73ae801a13 Merge branch 'master' of https://github.com/Dowwie/actix-web dowwie 2019-06-13 09:00:45 -04:00
  • ca4ed0932e made Session::get_session public dowwie 2019-06-13 08:59:59 -04:00
  • bf48798bce Content-Length is 0 for NamedFile HEAD request #914 Nikolay Kim 2019-06-13 15:27:21 +06:00
  • 9fc7c8b1af
    Merge branch 'master' into master Nikolay Kim 2019-06-12 23:53:36 +06:00
  • c8118e8411 fix path doc tests Nikolay Kim 2019-06-12 20:12:15 +06:00
  • 65732197b8 modified so as to consider unanticipated state changes dowwie 2019-06-12 10:11:38 -04:00
  • fa531fb03d updated session logic to support login and logout functionality dowwie 2019-06-12 08:14:18 -04:00
  • 959eef05ae updated actix-session to support login and logout functionality (renew and purge) dowwie 2019-06-12 08:03:27 -04:00
  • e7ba67e1a8 rename PathPayloadError and test for path config Nikolay Kim 2019-06-12 17:02:45 +06:00
  • 13e618b128 Added initial support for PathConfig, allows setting custom error handler. (#903) Lucas Berezy 2019-06-12 20:49:56 +10:00
  • 36e6f0cb4b add "put" and "sput" methods for test server (#909) Aliaksandr Rahalevich 2019-06-12 03:47:00 -07:00
  • 7450ae37a7 Re-apply patch from #637 #894 Nikolay Kim 2019-06-12 16:45:05 +06:00
  • 2ffda29f9b Allow to test an app that uses async actors #897 Nikolay Kim 2019-06-12 16:15:06 +06:00
  • ff724e239d move identity service separate crate Nikolay Kim 2019-06-12 15:52:48 +06:00
  • ee769832cf get_identity from HttpMessage (#908) Bob 2019-06-12 11:26:46 +08:00
  • 27a894cab7 Fixing the middleware multiple calls panic svartalf 2019-06-08 00:20:55 +03:00
  • c4b7980b4f Upgraded actix-web dependency and set default-features to false (#895) simlay 2019-06-06 20:34:56 -07:00
  • bfbac4f875 Upgraded actix-web dependency and set default-features to false (#900) simlay 2019-06-06 20:34:30 -07:00
  • 53e2f8090f Mark default enabled package features in the docs (#890) Stefano Probst 2019-06-06 07:14:56 +02:00
  • 0ebfd790fc Release 0.3.0 svartalf 2019-06-05 18:52:47 +03:00
  • e399e01a22 update readme Nikolay Kim 2019-06-05 09:02:44 +06:00
  • d9a62c4bbf add App::register_data() Nikolay Kim 2019-06-05 08:43:39 +06:00
  • a548b69679 fmt Nikolay Kim 2019-06-05 08:43:13 +06:00
  • ae64475d98 test-server release Nikolay Kim 2019-06-05 08:27:25 +06:00
  • a342b1289d prep awc release Nikolay Kim 2019-06-05 08:13:43 +06:00
  • 38f04b75a7 update deps Nikolay Kim 2019-06-04 22:36:10 +06:00
  • a771540b16 prepare actix-web-codegen release Nikolay Kim 2019-06-04 22:33:43 +06:00
  • cf217d35a8 Added HEAD, CONNECT, OPTIONS and TRACE to the codegen (#886) Glade Miller 2019-06-04 10:30:43 -06:00
  • 0e138e111f add external resource support on scope level Nikolay Kim 2019-06-03 23:41:32 +06:00
  • 1fce4876f3 Scope configuration (#880) Denys Vitali 2019-06-03 19:12:37 +02:00
  • 4a179d1ae1 prepare actix-session release Nikolay Kim 2019-06-03 10:52:43 +06:00
  • a780ea10e9 Guard cookie mod by cookie-session feature (#883) Igor Gnatenko 2019-06-03 06:30:30 +02:00
  • 6d2e190c8e prepare actix-files release Nikolay Kim 2019-06-02 13:09:21 +06:00
  • b1cfbdcf7a prepare actix-http release Nikolay Kim 2019-06-02 13:05:22 +06:00
  • 24180f9014 Fix boundary parsing #876 Nikolay Kim 2019-06-02 12:58:37 +06:00
  • 15cdc680f6 Static files are incorrectly served as both chunked and with length #812 Nikolay Kim 2019-06-01 17:57:40 +06:00
  • 666756bfbe body helpers Nikolay Kim 2019-06-01 17:57:25 +06:00
  • a1b40f4314 add license files Nikolay Kim 2019-06-01 17:25:29 +06:00
  • 29a0fe76d5 prepare actix-web-codegen release Nikolay Kim 2019-06-01 17:21:22 +06:00
  • 7753b9da6d web-codegen: Add extra-traits to syn features (#879) Igor Gnatenko 2019-06-01 10:13:45 +02:00
  • f1764bba43 Fix Logger time format (use rfc3339) (#867) Mohab Usama 2019-05-31 10:09:21 +02:00
  • c2d7db7e06 prepare actix-web-actors release Nikolay Kim 2019-05-29 16:22:57 -07:00
  • 21418c7414 prep actix-http release Nikolay Kim 2019-05-29 16:15:12 -07:00
  • fe781345d5 Add Migration steps for Custom Error (#869) octave99 2019-05-29 16:47:04 +00:00
  • a614be7cb5 Don't DISCONNECT from stream when reader is empty (#870) Nicolas Gotchac 2019-05-29 18:37:42 +02:00
  • 1eb89b8375 remove debug prints Nikolay Kim 2019-05-25 03:16:53 -07:00
  • aa626a1e72 handle disconnects Nikolay Kim 2019-05-25 03:16:46 -07:00
  • 7f12b754e9 Handle socket read disconnect Nikolay Kim 2019-05-25 03:07:40 -07:00
  • 3f196f469d update version Nikolay Kim 2019-05-25 02:13:04 -07:00
  • 35eb378585 prepare actix-files release Nikolay Kim 2019-05-25 02:02:28 -07:00
  • 6db625f55b Update actix-web dep to 1.0.0-rc (#864) Miles Granger 2019-05-25 10:52:23 +02:00
  • aad60744ed
    Update FUNDING.yml svartalf 2019-05-24 14:51:13 +03:00
  • dc3223104a
    Create FUNDING.yml svartalf 2019-05-23 16:32:55 +03:00
  • 801cc2ed5d Cleaned unnecessary Option<_> around ServerBuilder in server.rs/HttpServer (#863) Vlad Frolov 2019-05-23 15:21:02 +03:00
  • ded1e86e7e Add ServiceRequest::set_payload() method Nikolay Kim 2019-05-22 21:25:51 -07:00
  • babf48c550 fix NamedFile last-modified check #820 Nikolay Kim 2019-05-22 21:21:12 -07:00
  • d3e807f6e9 move Payload to inner http request Nikolay Kim 2019-05-22 11:49:27 -07:00
  • 7746e785c1 re-export Service and Transform traits Nikolay Kim 2019-05-22 11:20:37 -07:00
  • 4e141d7f5d Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-05-22 11:18:42 -07:00
  • 12842871fe Clear http requests pool on app service drop #860 Nikolay Kim 2019-05-22 11:18:33 -07:00
  • 0ea3ad0797
    Merge pull request #4 from hstefan/rustfmt Nikolay Kim 2019-05-21 14:09:05 -07:00
  • bf34d11a49 Normalizing code formatting based on actix-web style Stefan Puhlmann 2019-05-21 21:39:48 +02:00
  • fc85ae4014 small documentation fix (#856) Aliaksandr Rahalevich 2019-05-21 10:43:18 -07:00
  • 5b138af1b9
    Merge pull request #3 from hstefan/actix-web-1.0 Nikolay Kim 2019-05-19 08:36:37 -07:00
  • 5826f39dbe Add set_json method to TestRequest (#851) Harry Stern 2019-05-18 22:36:28 -04:00
  • f438f80d12 bumping to actix-web 1.0.0-rc Stefan Puhlmann 2019-05-19 00:05:33 +02:00
  • 34f48cd24a bumping version to 0.4.0 Stefan Puhlmann 2019-05-18 22:30:52 +02:00
  • c7266e3ddd prepare release Nikolay Kim 2019-05-18 11:24:26 -07:00
  • 8ff56d7cd5 prepare actix-session release Nikolay Kim 2019-05-18 11:20:09 -07:00
  • 0843bce7ba prepare actix-multipart Nikolay Kim 2019-05-18 11:15:58 -07:00
  • dea0e0a721 update actix-server dep Nikolay Kim 2019-05-18 11:00:33 -07:00
  • e857ab1f81 HttpServer::shutdown_timeout u16 to u64 (#849) Herbert Jones 2019-05-18 12:50:35 -05:00
  • 0dda4b06ea prepare release Nikolay Kim 2019-05-18 10:49:59 -07:00
  • cbe0226177 update changes Nikolay Kim 2019-05-18 10:47:08 -07:00
  • 99e70db94b updating actix-web version and removing travil config Stefan Puhlmann 2019-05-18 19:29:09 +02:00
  • e8c8626878 update deps Nikolay Kim 2019-05-18 09:54:23 -07:00
  • 90648058b4 updating example Stefan Puhlmann 2019-05-18 14:36:36 +02:00
  • 5ab0474781 Making library compatible with actix-web 1.0 Stefan Puhlmann 2019-05-12 15:49:47 +02:00
  • 4b215e0839 Support Query<T>::from_query() (#846) Miles Granger 2019-05-17 22:10:46 +02:00
  • cac6894ddd Experimental middleware for HTTP auth -- alpha.2 version svartalf 2019-05-17 17:28:57 +03:00
  • e1ff3bf8fa fix resource match with params #841 Nikolay Kim 2019-05-15 10:31:40 -07:00
  • 80f4ef9aac When using codegen with paths that have parameters then only the first endpoint resolves (#842) Glade Miller 2019-05-15 10:21:07 -06:00
  • 1c1e7f672b Badges! svartalf 2019-05-15 17:47:49 +03:00
  • 7a9b3924cb Upgrage to the actix-web 1.0 -- alpha.1 version svartalf 2019-05-15 17:38:55 +03:00
  • bba90d7f22 Query config (#839) Davide Di Carlo 2019-05-14 22:54:30 +02:00
  • f8af3b86e5 export set_date Nikolay Kim 2019-05-14 08:48:11 -07:00
  • 38d4bdb8aa update dependencies Nikolay Kim 2019-05-12 21:36:05 -07:00