Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/actix/actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://github.com/actix/actix-extras

update actix-web-actors

5cb2d500d1289fe66c4fa8b4a10975c0f2399b46 authored about 5 years ago by Nikolay Kim <[email protected]>
prepare actix-web release

0212c618c6594de8c44df02677a2f607288cd0c5 authored about 5 years ago by Nikolay Kim <[email protected]>
Add security note to ConnectionInfo::remote() (#1158)

88110ed268a3e46ccce610486abfb2cf8f39fbde authored about 5 years ago by Feiko Nanninga <[email protected]>
prep awc release

fba02fdd8cde150615772c7fde8d3dd0811bef06 authored about 5 years ago by Nikolay Kim <[email protected]>
prep actix-file release

b2934ad8d2c3315e0eae85634a209a17e7b4a6af authored about 5 years ago by Nikolay Kim <[email protected]>
fix test order dep

f7f410d033c8d34295892a7d52a4a6dc51ef2e77 authored about 5 years ago by Nikolay Kim <[email protected]>
prepare actox-http release

885ff7396e792403990f713df1cd3bfd0b018059 authored about 5 years ago by Nikolay Kim <[email protected]>
Increase timeouts in test-server (#1153)

61b38e8d0df8ae5b4db59ff1d72ca65fbd75b8a2 authored about 5 years ago by Erlend Langseth <[email protected]>
Fix escaping/encoding problems in Content-Disposition header (#1151)

* Fix filename encoding in Content-Disposition of acitx_files::NamedFile

* Add more comments ...

edcde6707657d3e8bdd1df21533fe80aa235f0dd authored about 5 years ago by Hung-I Wang <[email protected]>
awc: Add support for setting query from Serialize type for client request (#1130)

Signed-off-by: Jonathas-Conceicao <[email protected]>

f0612f757001dde1509892f386d5d3033194f540 authored about 5 years ago by Jonathas Conceição <[email protected]>
support Host guards when Host header is unset (#1129)

ace98e3a1e62cdfac4c21e22955c05157e373d35 authored about 5 years ago by Anton Lazarev <[email protected]>
prep actix-web-codegen release

1ca9d87f0a4dc97cf9a427debc65c2c384b8110e authored about 5 years ago by Nikolay Kim <[email protected]>
Update `syn` & `quote` to 1.0 (#1133)

* chore(actix-web-codegen): Upgrade syn and quote to 1.0

* feat(actix-web-codegen): Generate ...

967f9654051a5bd73941a5f21441aadb23cc3b90 authored about 5 years ago by DanSnow <[email protected]>
prep actix-file release

062e51e8ce6c2bfb34044e62682df7c8fa88f65a authored about 5 years ago by Nikolay Kim <[email protected]>
feat(files): add possibility to redirect to slash-ended path (#1134)

When accessing to a folder without a final slash, the index file will be loaded ok, but if it ha...

a48e616def6463826a47e20f84fdfaa43266d82d authored about 5 years ago by Roberto Huertas <[email protected]>
Removed httpcode 'MovedPermanenty'. (#1128)

effa96f5e4697d7dad7fd73f68b4cca055fa3f25 authored about 5 years ago by MaySantucci <[email protected]>
Fix typo in response.rs body() comment (#1126)

Fixes https://github.com/actix/actix-web/issues/1125

cc0b4be5b7efa51f58f7b97ec67c57d60c1f2849 authored over 5 years ago by Nathan <[email protected]>
prepare actix-files release

a464ffc23daea1e0bc02bfea9622ae7bf33a2c12 authored over 5 years ago by Nikolay Kim <[email protected]>
[actix-files] Allow user defined guards for NamedFile (actix#1113) (#1115)

* [actix-files] remove request method checks from NamedFile

* [actix-files] added custom guar...

4de2e8a8983f96937d3c7d660ec9bd76951b5ebc authored over 5 years ago by Naim A <[email protected]>
Convert documentation examples to Rust 2018 edition (#1120)

* Convert types::query examples to rust-2018 edition

* Convert types::json examples to rust-2...

0f09415469843eea4000dc48085101dcf8d75e9b authored over 5 years ago by Priit Laes <[email protected]>
Let ResponseError render w/ 'text/plain; charset=utf-8' header (#1118) (#1119)

* Let ResponseError render w/ 'text/plain; charset=utf-8' header (#1118)

Trait ResponseError ...

f089cf185b64cf1f337b47d814a9b6882e7f0d42 authored over 5 years ago by SuperHacker-liuan <[email protected]>
Update docs of guard.rs (#1116)

* Update guard.rs

15d3c1ae816b81ef6ff0b5aa284cbc909dfd39e3 authored over 5 years ago by Koen Hoeijmakers <[email protected]>
prepare new release

7fb3024ee28307df91a89b15814007998cda894c authored over 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #6 from kathampy/master

Upgrade to `prost-0.5` and `prost-derive-0.5`; `dyn Future` warning

789f2d1b214b3502053b31a4bc49844a30319d2d authored over 5 years ago by Yuki Okushi <[email protected]>
Expose ContentDisposition in actix-multipart to fix broken doc link (#1114)

* Expose ContentDisposition in actix-multipart to fix broken doc link

* Revert "Expose Conten...

fba31d4e0aa87f1e7f8c59f00079b6ba1aa534cc authored over 5 years ago by Zac Pullar-Strecker <[email protected]>
Changed to `Box<dyn Future<>>` to remove warning

62e9d32b3efca68d5fcf0fea5c53aacb5fe0358a authored over 5 years ago by Kurian Thampy <[email protected]>
Upgrade to `prost-0.5.0` and `prost-derive-0.5.0`

8f7f190783bbdc93c74c313c4e8ba3056e6d03d4 authored over 5 years ago by Kurian Thampy <[email protected]>
Add From<Payload> for crate::dev::Payload (#1110)

* Add From<Payload> for crate::dev::Payload

* Make dev::Payload field of Payload public and a...

f81ae37677e36eba58ff059466efb5c66eb89824 authored over 5 years ago by Igor Aleksanov <[email protected]>
Fix clippy warnings (#31)

9f64a38e172a65ae378f8b526abdacaec7c79faf authored over 5 years ago by Yuki Okushi <[email protected]>
update ConnectionInfo.remote() doc string

5169d306ae5311b0955b8927ad0fbdbdb348df1d authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #33 from Dowwie/master

updated version of crate, CHANGES.md, documented cache_keygen method,…

505254f7cfe336d4a15d45755e7b4a11c91b1a97 authored over 5 years ago by Darin <[email protected]>
updated version of crate, CHANGES.md, documented cache_keygen method, ready for release

468118a8ee14b4f9d78dddaa7867b9637ca3e67c authored over 5 years ago by dowwie <[email protected]>
Merge pull request #32 from Dowwie/master

introduced configurable cache_key strategy. updated some deps

7f7962663d29921ea584433ddc19f2f2125648e0 authored over 5 years ago by Darin <[email protected]>
prepare actix-web release

4f3e97fff800267c6c21440540d6c01a4f297538 authored over 5 years ago by Nikolay Kim <[email protected]>
Add changelog entry for #1101 (#1102)

3ff01a9fc487d729781c4206ab3c9ea920c8c23b authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
prepare release

3d4e45a0e56979ba2f316e752e399f1ccb35154f authored over 5 years ago by Nikolay Kim <[email protected]>
Feature uds: Add listen_uds to ServerBuilder (#1085)

Allows using an existing Unix Listener instead of binding to a path.
Useful for when running as...

c659c33919c4880dbe3d220773f20fc6c5b58070 authored over 5 years ago by karlri <[email protected]>
Merge pull request #1101 from actix/add-awc-get-head-methods

Add remaining getter methods from private head field

959f7754b267ed4a7a33eb585b9d79aa3977039b authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add remaining getter methods from private head field

23f04c4f38ee3ff47eafb2f26338e2e6561f591e authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Use actix-testing for testing utils

d9af8f66ba7ab645f160ee195136fcd1147cea99 authored over 5 years ago by Nikolay Kim <[email protected]>
Add support for serde_json::Value to be passed as argument to ResponseBuilder.body() (#1096)

* Add support for serde_json::Value to be passed as argument to ResponseBuilder.body()

* Upda...

aa39b8ca6fe7160446cc1adbd943c63014413e30 authored over 5 years ago by Sarfaraz Nawaz <[email protected]>
introduced configurable cache_key strategy. updated some deps

6498ef1af188de6959956642d575739727e8214b authored over 5 years ago by dowwie <[email protected]>
Implement `register_data` method on `Resource` and `Scope`. (#1094)

* Implement `register_data` method on `Resource` and `Scope`.

* Split Scope::register_data te...

58c7065f08dddb2a9370eee468a10aa29d8cd641 authored over 5 years ago by Jim Blandy <[email protected]>
Merge branch 'master' of github.com:actix/actix-web

b3783b403e0e7d9f6fa85f5fff0bf5d306460d49 authored over 5 years ago by Nikolay Kim <[email protected]>
Do not override current System

e4503046de1263148e1b56394144b1828bbfdac0 authored over 5 years ago by Nikolay Kim <[email protected]>
Make UrlencodedError::Overflow more informative (#1089)

32a1c365975acffb25959f5887a6530396788504 authored over 5 years ago by Jos van den Oever <[email protected]>
Add ability to use `Infallible` as `HttpResponse` error type (#1093)

* Add `std::convert::Infallible` implementantion for `ResponseError`

* Add from `std::convert...

7c9f9afc46d2bf1c0a69826b2de41fa4f59f97a9 authored over 5 years ago by nWacky <[email protected]>
Remove `mem::uninitialized()` (#1090)

c1f99e0775b986d57244e4ef20faa8982f0dac88 authored over 5 years ago by Yuki Okushi <[email protected]>
Allow to re-construct ServiceRequest from HttpRequest and Payload #1088

a32573bb58727059afa470bf5d596b03f6616b7e authored over 5 years ago by Nikolay Kim <[email protected]>
prepare releases

e35d930ef9d2c7c33a36cd9760f44b0b3bb2d6f5 authored over 5 years ago by Nikolay Kim <[email protected]>
fmt & clippy

60b7aebd0a6de57cc480e8fdc9a755743654bde1 authored over 5 years ago by Nikolay Kim <[email protected]>
export frozen request related types; refactor code layout

45d2fd429928d243d80a6bce246d2542f9e8cde7 authored over 5 years ago by Nikolay Kim <[email protected]>
prepare awc release

71f8577713791a6991a2e7120077d52347d38a55 authored over 5 years ago by Nikolay Kim <[email protected]>
prepare actix-http release

043f763c51675b0d4bc0d8a66e8a6883e155bdd8 authored over 5 years ago by Nikolay Kim <[email protected]>
Added FrozenClientRequest for easier retrying HTTP calls (#1064)

* Initial commit

* Added extra_headers

* Added freeze() method to ClientRequest which prod...

8873e9b39ed776249e756195e46a5f295760146c authored over 5 years ago by Dmitry Pypin <[email protected]>
fix h2 not using error response (#1080)

* fix h2 not using error response

* add fix change log

* fix h2 service error tests

5e8f1c338c2a45544359d03ce6ea5a3b0c0a3cfb authored over 5 years ago by Ronald Chan <[email protected]>
actix-multipart: Correctly parse multipart body which does not end in CRLF (#1042)

* Correctly parse multipart body which does not end in CRLF

* Add in an eof guard for extra s...

1d96ae9bc372a9bb857cdb105fc89314e4ddc6c8 authored over 5 years ago by Jeffrey Shen <[email protected]>
Ensure that awc::ws::WebsocketsRequest sets the Host header (#1070)

* Ensure that awc::ws::WebsocketsRequest sets the Host header before connecting.

* Make sure ...

8d61fe09257a2439a00c737728f6a26a5111c1cb authored over 5 years ago by Eugene Bulkin <[email protected]>
Condition middleware (#1075)

* add condition middleware

* write tests

* update changes

* Update src/middleware/condi...

8a9fcddb3cad417bba5119111e044bb6ff11771d authored over 5 years ago by κeen <[email protected]>
update actix-connect ver

c9400456f665fb30d61031289570aafae01b1b61 authored over 5 years ago by Nikolay Kim <[email protected]>
on_connect result isnt added to request extensions for http2 requests #1009

63ddd30ee44c710721b53c4d349c5d65655f217e authored over 5 years ago by Nikolay Kim <[email protected]>
prep actix-web release

bae29897d695f70860ab0134fea1f88180560bae authored over 5 years ago by Nikolay Kim <[email protected]>
clear extensions before reclaiming HttpRequests in their pool (#1063)

Issue #1062

616981ecf9a5be5de467f9d9753ca47aa44c9d21 authored over 5 years ago by Philip Jenvey <[email protected]>
enable rust-tls feature for actix_web::client #1045

98bf8ab0984356a78c15b2a02d8974e0063867eb authored over 5 years ago by Nikolay Kim <[email protected]>
actix_web::test::TestRequest::set_form (#1058)

c19313790547c7b7a3ea42d0a16b9fcfec208f05 authored over 5 years ago by Leland Jansen <[email protected]>
Data::into_inner

a07cdd6533cb1e29c730da5811ba6d9928e3bbc9 authored over 5 years ago by Erlend Langseth <[email protected]>
Prepare actix-multipart 0.1.3 release

61e492e7e31fa1543f475b3cde465c89cc77f3b7 authored over 5 years ago by Yuki Okushi <[email protected]>
Add explicit `dyn`s (#1041)

* Add explicit `dyn`s

* Remove unnecessary lines

23d768a77b42c5df45ef76bbc1f84cfee62ee09c authored over 5 years ago by Yuki Okushi <[email protected]>
chore(readme): fix copy paste error (#1040)

Fix actix-cors README

87b71624734b57f416c234ee8a24b422a2a21b44 authored over 5 years ago by Roberto Huertas <[email protected]>
update awc dep

979c4d44f4626e4346714753106d2e94c9b845d1 authored over 5 years ago by Nikolay Kim <[email protected]>
prep release

5d248cad89758986bc27ada8744084202debd4cd authored over 5 years ago by Nikolay Kim <[email protected]>
update url crate

b1cb72d08803a6cb6d53dc2ed23a0dede058bff1 authored over 5 years ago by Nikolay Kim <[email protected]>
update dependencies

55179d6ab2c602617d5c1391728d041223ae8358 authored over 5 years ago by Nikolay Kim <[email protected]>
prepare actix-http 0.2.9 release

192dfff6805a9360ee1858419f98f98066ff87c0 authored over 5 years ago by Armin Ronacher <[email protected]>
Fixes a bug in OpenWaitingConnection where the h2 flow would panic a future (#1031)

915010e7338c4c119ff387296185aff8f177ca55 authored over 5 years ago by Armin Ronacher <[email protected]>
Replace deprecated methods in actix_files (#1027)

* Bump up mime_guess to 2.0.1

* Replace deprecated methods

* Update CHANGE.md

dbe4c9ffb5ccbb74105a22f9dc62b0846468f24d authored over 5 years ago by Yuki Okushi <[email protected]>
Update nightly to 2019-08-10 (#1028)

0ee69671bac0dba161d01d7a9435789476f9bdf6 authored over 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #1023 from lukaslueg/byteorder_removed

Remove byteorder-dependency

80e1d16ab8078a46cd4ded9207f4d9b48f988d0b authored over 5 years ago by leizzer <[email protected]>
Update CHANGES.md

b70de5b99125479a718c00e99671c91c4669dcda authored over 5 years ago by Lukas Lueg <[email protected]>
Remove byteorder-dependency

0b9e6922985b1c3c69a89c04ca61f469dc34ad51 authored over 5 years ago by Lukas Lueg <[email protected]>
prepare awc release

cf1a60cb3a6e954e80eec8dd635114613ac41251 authored over 5 years ago by Nikolay Kim <[email protected]>
prepare actix-http release

0d15861e234a5aa8da4063df07f6effc33709eda authored over 5 years ago by Nikolay Kim <[email protected]>
add rustls support for actix-http and awc (#998)

* add rustls support for actix-http and awc

* fix features conflict

* remove unnecessary d...

cb19ebfe0c1bdbe69bdc71fdf77a7ccf26b065d8 authored over 5 years ago by Marat Safin <[email protected]>
update min rust version

0d9ea41047902dea0d726f588394b48a66e80e0c authored over 5 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' of github.com:actix/actix-web

e9b4aa205faf58d8b0aa3d5483bb3a38db8813db authored over 5 years ago by Nikolay Kim <[email protected]>
fix awc client panic #1016

7674f1173cd3af8466c62a240619b146382acfd6 authored over 5 years ago by Nikolay Kim <[email protected]>
Allow HeaderMap to be cloned (#1014)

* Allow HeaderMap to be cloned

* Add entry to changelog

511026cab01136d6e94f8fb234b66889b5cf27ef authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Fix two dyn warnings (#1015)

81ab37f23591e2404443d5cc260dca55abfa7cd5 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Fix typo

6f2049ba9bc7303d6760366ca24417e1632e655b authored over 5 years ago by Cyril Plisko <[email protected]>
actix-files: "Specified path is not a directory" error now includes the path (#1004)

52372fcbea371c84bf2bf20f17a72577f7841d17 authored over 5 years ago by erikdesjardins <[email protected]>
Modify response body only if encoder is not None #997

f3751d83f87d56d7d8b3e1ebea5f7931da7beec2 authored over 5 years ago by Nikolay Kim <[email protected]>
impl Responder for Form

8f48ed2597ffdf5f372c40d31c905dc3976078dd authored over 5 years ago by jesskfulwood <[email protected]>
update CHANGES.md for Form impl Responder

b0b462581be1dc40c00f7bccf301d17c4433004a authored over 5 years ago by jesskfulwood <[email protected]>
bump version

c96068e78df609bc1bc01a41caae1237ed5e0d54 authored over 5 years ago by Nikolay Kim <[email protected]>
Allow to disable Content-Disposition header #686

7bca1f7d8de013212fd35aff9f2f89162a023f40 authored over 5 years ago by Nikolay Kim <[email protected]>
update changes

3618a84164b553bc59ce417d965583521951d71f authored over 5 years ago by Nikolay Kim <[email protected]>
add support for specifying protocols on websocket handshake (#835)

* add support for specifying protocols on websocket handshake

* separated the handshake funct...

03ca408e9422946d4863d9d70b82e698e73d8cda authored over 5 years ago by jairinhohw <[email protected]>
Add the start_with_addr() function, to obtain an addr to the target websocket actor (#988)

e53e9c8ba3b7d0bed00b576344f7be68a27b8580 authored over 5 years ago by naerbnic <[email protected]>
Remove unneeded actix-utils dependency

941241c5f097260f552dd988fa5292d872c823d9 authored over 5 years ago by Nikolay Kim <[email protected]>
Release 0.3.2

f808e0680d1ce406ba9a5b8e19cc21dc324d06e9 authored over 5 years ago by svartalf <[email protected]>