1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-22 21:22:49 +02:00

Commit Graph

  • d2eb1edac3 Actix-web client: Always append a colon after username in basic auth (#949) Alec Moskvin 2019-06-30 23:34:42 -04:00
  • 5901dfee1a Fix link to actix-cors (#950) Sindre Johansen 2019-06-30 17:30:04 +02:00
  • 0e05b37082 updated cookie session to update on change dowwie 2019-06-29 14:24:02 -04:00
  • 37f4ce8604 Fixes typo in docs. (#948) Cameron Dershem 2019-06-29 00:38:16 -04:00
  • 12b5174850 update deps Nikolay Kim 2019-06-28 14:46:26 +06:00
  • b77ed193f7 prepare actix-web release Nikolay Kim 2019-06-28 14:36:20 +06:00
  • d286ccb4f5 Add on-connect callback #946 Nikolay Kim 2019-06-28 14:34:26 +06:00
  • cac162aed7 update actix-http changes Nikolay Kim 2019-06-28 12:34:43 +06:00
  • a3a78ac6fb Do not set Content-Length header, let actix-http set it #930 Nikolay Kim 2019-06-28 11:42:20 +06:00
  • 596483ff55 prepare actix-web-actors release Nikolay Kim 2019-06-28 10:54:23 +06:00
  • 768859513a Expose the max limit for payload sizes in Websocket Actors. #925 (#933) anthonyjchriste 2019-06-27 18:49:03 -10:00
  • 44bb79cd07 Call req.path() on Json extractor error only (#945) messense 2019-06-28 12:44:53 +08:00
  • af9fb5d190 Support asynchronous data factories #850 Nikolay Kim 2019-06-28 10:43:52 +06:00
  • 50a9d9e2c5
    Merge branch 'master' into master Darin 2019-06-27 06:38:13 -04:00
  • c0c71f82c0 Fixes typo. (#940) Cameron Dershem 2019-06-25 13:23:36 -04:00
  • 93855b889a
    Merge branch 'master' into master Darin 2019-06-24 18:41:48 -04:00
  • fa7e0fe6df updated cookie.rs req to get_changes dowwie 2019-06-24 18:40:14 -04:00
  • b948f74b54 Extractor configuration Migration (#937) Dustin Bensing 2019-06-24 03:16:04 +02:00
  • 1a24ff8717 Add builder function for HTTP 429 Too Many Requests status (#931) Tim Visée 2019-06-21 09:06:29 +02:00
  • 47fab0e393 Bump derive_more crate version to 0.15.0 in actix-cors (#927) messense 2019-06-19 18:41:42 +08:00
  • 1086180267 resolved bug related to updating session cookie dowwie 2019-06-18 13:47:14 -04:00
  • 313ac48765 Use encoding_rs crate instead of unmaintained encoding crate (#922) messense 2019-06-18 14:43:25 +08:00
  • 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