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

remove CookieSessionBackend::new

2b803f30c933d65b42c6afe2152a625bdf7c552f authored almost 7 years ago by Alex Whitney <[email protected]>
add signed and private cookies

9b152acc327d256c746eedf9498110ec7934878f authored almost 7 years ago by Alex Whitney <[email protected]>
simplify csrf middleware

eb66685d1ab88b6258ea22970ab5f91dc8cfc5e7 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix session doc test

b505e682d423edb9f4e68acf354c2336f12c9fad authored almost 7 years ago by Nikolay Kim <[email protected]>
update guide examples

48e70139978582e4100e11a8e18fb8b12565737d authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify CookieSessionBackend; expose max_age cookie setting

ff14633b3d48aa9ff8b32c617c3880caee5a25df authored almost 7 years ago by Nikolay Kim <[email protected]>
allow to override status code for NamedFile

37db7d8168edbab537bfe1f7cb78753220357de9 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #165 from tazjin/docs/various-doc-fixes

Various minor documentation fixes

89bf12605d2856ff9d845b3af8a643f1fa3fddc2 authored almost 7 years ago by Nikolay Kim <[email protected]>
docs(lib): Add a note about getting started with the API docs

Adds some initial pointers for newcomers to the documentation that
direct them at some of the mo...

9fb0498437f605720c4c66e0855aa0b6e56dbd7c authored almost 7 years ago by Vincent Ambo <[email protected]>
docs(application): Formatting & spelling fixes in module docs

b2a43a3c8d845b3ffa47d24d8f11c90945e33521 authored almost 7 years ago by Vincent Ambo <[email protected]>
docs(client): Minor formatting and spelling fixes in module docs

38063b98736222a2dfeae194c9d187cf144ac807 authored almost 7 years ago by Vincent Ambo <[email protected]>
docs(README): Minor formatting and spelling fixes

1045a6c6f01ee480b359f89d75aee3b84ae195e0 authored almost 7 years ago by Vincent Ambo <[email protected]>
stable rust compatibility

7243c58fce355876e475c939955874992106e0eb authored almost 7 years ago by Nikolay Kim <[email protected]>
App::route method

fffaf2bb2de013c65d6fc282bdc9cb9895855836 authored almost 7 years ago by Nikolay Kim <[email protected]>
fix guide example

7becb95a97099a913a9903c2fe231ca8233144d6 authored almost 7 years ago by Nikolay Kim <[email protected]>
flaky test

a4b837a1c104f5cf5588685404e12232f043bdbc authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify StaticFiles

542315ce7f94371ca4755fca0ee3f144ac1c8cfc authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #163 from memoryruins/guide

Guide: edits to the second half

602d78b76cbb0d38242ac7f8bcc3db952faa9101 authored almost 7 years ago by Nikolay Kim <[email protected]>
Guide: tweak to websocket and testing.

18b706d4fb83490168cb9d6df422071c0739e189 authored almost 7 years ago by memoryruins <[email protected]>
Guide: tweak to database integration.

94b41fd484b46605da30792d7f10031bf5e6f1c7 authored almost 7 years ago by memoryruins <[email protected]>
Guide: tweak to http/2.

3a80cb7bf3423d2ba50af016c872ae3c54422254 authored almost 7 years ago by memoryruins <[email protected]>
Guide: additional tweaks to Middleware.

e4a85a53f46e471c2dee27d056b699111c08b5ef authored almost 7 years ago by memoryruins <[email protected]>
Guide: additional tweak to testing chapter.

1a45dbd768fc1b36404b9e54131811c9d708241f authored almost 7 years ago by memoryruins <[email protected]>
Guide: additional tweaks to request and response chapter.

7cff5d9adecc6a5830dfe38586fb272b6bc37d7e authored almost 7 years ago by memoryruins <[email protected]>
Merge branch 'master' into guide

c04e0fdec4dd315601c855ee3cd101188fab3c83 authored almost 7 years ago by memoryruins <[email protected]>
Guide: updates to the Database integration chapter.

0f0fe5f14893302033729189eed8e4e6e71f17fd authored almost 7 years ago by memoryruins <[email protected]>
Guide: updates to HTTP/2 chapter.

e7f9f5b46d6e4e754d3f0a7eced79b330e1b5f14 authored almost 7 years ago by memoryruins <[email protected]>
Guide: updates to static file handling chapter.

c3fbba26786029d067a2e4f39b1300c13815d609 authored almost 7 years ago by memoryruins <[email protected]>
Guide: updates to Middleware chapter.

a88e97edba030bde272e8739bf0b6d34d0aabc9b authored almost 7 years ago by memoryruins <[email protected]>
Guide: updates to the WebSockets chapter.

1f08100f6f7bbeac92f6c689c174394c69d4ec70 authored almost 7 years ago by memoryruins <[email protected]>
Guide: updates to the Testing chapter.

ab60ec6e1df60a8832f3f141701b30f0099a7bd7 authored almost 7 years ago by memoryruins <[email protected]>
Guide: tweaks to the request and response chapter.

0fbd05009df877a450ac6fe4563b3c7f03e318b3 authored almost 7 years ago by memoryruins <[email protected]>
use actix-web from master

fdb7419e24bd81c20e249d30c1e9c07214892f12 authored almost 7 years ago by Nikolay Kim <[email protected]>
pin futures 0.1

191b53bd7c4ca763467508333e4f0ea00ff93739 authored almost 7 years ago by Nikolay Kim <[email protected]>
make Pause::new public

2d4ee0ee014744e22ea8bfa2b19c12d5187ccfa8 authored almost 7 years ago by Nikolay Kim <[email protected]>
add Pause message constructors

5bd5f67d79ff67f0c134f389b155adf448ccc92e authored almost 7 years ago by Nikolay Kim <[email protected]>
Remove article.

5d8cbccfe961229c468ea8b8551c02098614510f authored almost 7 years ago by memoryruins <[email protected]>
added Pause/Resume for client connector

8d5fa6ee71c7e7aaba79c78af5d81a4107a3a229 authored almost 7 years ago by Nikolay Kim <[email protected]>
update doc strings for extractors

084104d0589058d0e372bb468a5dcf20ca65887c authored almost 7 years ago by Nikolay Kim <[email protected]>
no need for export in doc example

2c411a04a946a22968367e6784b1f064a2c5f66e authored almost 7 years ago by Nikolay Kim <[email protected]>
add shortcut method for client requests

af0c8d893d7f13145deeacc9305f2e269eedba85 authored almost 7 years ago by Nikolay Kim <[email protected]>
update tests

691457fbfe78a8b6ae11d12b7a93ea8b00de8045 authored almost 7 years ago by Nikolay Kim <[email protected]>
do not re-export HttpServer from server module

2dafd9c6814904c2bd2e968fefb844343de76d1e authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #160 from memoryruins/guide

Guide: edits to first half

12586db15c356ec978661805cef62f9f4edd0693 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into guide

b847bda8cad8a37e006aa72bf867bad0aa0a32b4 authored almost 7 years ago by Nikolay Kim <[email protected]>
Tweaks to the URL Dispatch chapter.

2a543001e0a65f5cce1e9cde3e3171f39e9ea42d authored almost 7 years ago by memoryruins <[email protected]>
Tweaks to Errors chapter.

0f86c596fac4f29e367cc2c0528e1d81a0bbcbde authored almost 7 years ago by memoryruins <[email protected]>
client connector wait timeout

6c555012520b98f2df12389a3fdf8b6465c8df41 authored almost 7 years ago by Nikolay Kim <[email protected]>
Tweaks to the Handler chapter.

961edfd21add398754a79833eb94a866064b860c authored almost 7 years ago by memoryruins <[email protected]>
Tweaks to Server chapter.

7f0de705a39bf79d259eec82afe4d4902c7da4a4 authored almost 7 years ago by memoryruins <[email protected]>
Various tweaks to Application chapter.

c2ad65a61dc498d46a4b417891e885b17b51f9a4 authored almost 7 years ago by memoryruins <[email protected]>
Add newline for reading source.

3c93e0c654501900f050bba7e24da6b1d46ea852 authored almost 7 years ago by memoryruins <[email protected]>
Add src directory to main.rs and list on first codeblock.

a0f1ff7eb3d5058aec186cbe684f7585627f0698 authored almost 7 years ago by memoryruins <[email protected]>
Expand note about actix.

9f45cfe49264a45ed964f21d52ad930887978e55 authored almost 7 years ago by memoryruins <[email protected]>
Add repository hyperlink and trim repeat.

46e6641528de2a747507453b24278bbd55c33393 authored almost 7 years ago by memoryruins <[email protected]>
Remove redundant quickstart paragraph.

a3f124685a642061b0bdef996bff00da2d37c71d authored almost 7 years ago by memoryruins <[email protected]>
add PayloadConfig

800f711cc13c6155112f15641af97e529b23bd98 authored almost 7 years ago by Nikolay Kim <[email protected]>
clippy warns

7be4b1f399281199817939f756fe69bc05646278 authored almost 7 years ago by Nikolay Kim <[email protected]>
start client timeout for response only

eeae0ddab4ca8bee6a48946011350e889765be0e authored almost 7 years ago by Nikolay Kim <[email protected]>
update juniper example

c1af59c6184b90a1f0e7354c919e0ae74206c3df authored almost 7 years ago by Nikolay Kim <[email protected]>
add connection limits to pool

d8a9606162779cb7460f5cb149b8e66aeaf877bd authored almost 7 years ago by Nikolay Kim <[email protected]>
run test coverage on beta

8038a5228778ebc9484acd7d2da3d3d19993447d authored almost 7 years ago by Nikolay Kim <[email protected]>
update json example

c273b7ac3fba82e5b740af255a0155f3e5511252 authored almost 7 years ago by Nikolay Kim <[email protected]>
added extractor configuration

df21892b5b6f25066507430eb90682746c0d4e5f authored almost 7 years ago by Nikolay Kim <[email protected]>
use build_response method

a255a6fb6967e77fa821633b06a0662a40755502 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #157 from krircc/master

only use diesel::r2d2 feature. no need r2d2_diesel create

b693d5491bb341e19cbc9c1853d06fdeb26c7572 authored almost 7 years ago by Nikolay Kim <[email protected]>
only use diesel::r2d2 feature. no need r2d2_diesel create

56a31ea0eeebd4fa111fca7b459cf1216e553472 authored almost 7 years ago by krircc <[email protected]>
update changes

2a269f111188c28a687eb2146e1b60e1fa33329d authored almost 7 years ago by Nikolay Kim <[email protected]>
fix doc test compatibility

fee30d6f47840ecbf982f94acbe7f76561a3d6ce authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify DefaultHeaders middleware

476b1fb36a40f6a2339c6b170d96e0131f2091d2 authored almost 7 years ago by Nikolay Kim <[email protected]>
add ErrorHandlers middleware

3b93bff602239ed6a947183292ed35e126df9900 authored almost 7 years ago by Nikolay Kim <[email protected]>
add String and Bytes extractor

d292c5023fc4b0391d10ec758d2df47191cbd376 authored almost 7 years ago by Nikolay Kim <[email protected]>
update urlencoded example in guide

ef6f31006053736e1ebe71bd0bddbfd776b4ad30 authored almost 7 years ago by Nikolay Kim <[email protected]>
add extractor for Binary type; move all extractors to separate module

a6cbdde43f358d82372c87250ebd4bd359e506c4 authored almost 7 years ago by Nikolay Kim <[email protected]>
add urlencoded body extractor

cbf4c61eb5da29e9a7d6cad763fa325502748cb4 authored almost 7 years ago by Nikolay Kim <[email protected]>
expose ResourceType

280c8d87f8f1db713050324b5afd35556a71483b authored almost 7 years ago by Nikolay Kim <[email protected]>
Fix logger request duration calculation

83bf8521926fdbb5f29622e5784b9d6596f739aa authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #153 from rofrol/add-header-for-juniper-example

Add header for juniper example

9d39f441e9d0ac69b937c69048b0687a3f817478 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' into add-header-for-juniper-example

03d851680bed3d00b8ed5eb985f45bd09c1fb551 authored almost 7 years ago by Nikolay Kim <[email protected]>
Merge pull request #154 from dholbert/patch-1

Use https (not http) url for meritbadge

0ddd018214036d6a8f7f6760a0bdf453e051c94e authored almost 7 years ago by Nikolay Kim <[email protected]>
Use https (not http) url for meritbadge

Right now this readme file uses an HTTP url to reference a meritbadge image, which ends up produ...

8219a7aebe364166645cebe384356b98a49e1540 authored almost 7 years ago by Daniel Holbert <[email protected]>
match resource path before executing middlewares

6c906b08e1df597fed8decbdd63ebd1cd8b8511e authored almost 7 years ago by Nikolay Kim <[email protected]>
Add header for juniper example

220cbe40e56341edc49223bf262fbacd7ef2621c authored almost 7 years ago by Roman Frołow <[email protected]>
update diesel example

74d0656d27e6afd87c6a0b805eb88e581410fb38 authored almost 7 years ago by Nikolay Kim <[email protected]>
HttpRequest::resource() returns current matched resource

17c27ef42d3fb0dad1e13787d9fcdc53c489530e authored almost 7 years ago by Nikolay Kim <[email protected]>
use r2d2 for diesel example

b2e771df2cb4130889a5e45cfff97a76772639ce authored almost 7 years ago by Nikolay Kim <[email protected]>
update readme example

a5a36ff1943d9810b8cff092cfad5804e407bc7f authored almost 7 years ago by Nikolay Kim <[email protected]>
allow primitive types for Path extractor

97e2bcd0555ebd8a1db84103d8ec1fd2c2bb8e6d authored almost 7 years ago by Nikolay Kim <[email protected]>
update tests

23cfa649f4f29512760f618bb3b6507fc02034ba authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify With handlers

8791c0f8802852d5677d12336fc704cd1750593b authored almost 7 years ago by Nikolay Kim <[email protected]>
add extractors info to guide

16c212f853abc00a430520b01e7130c36e384545 authored almost 7 years ago by Nikolay Kim <[email protected]>
rename Application

3ee228005db54bbdd989c6fd2b03a366c984e485 authored almost 7 years ago by Nikolay Kim <[email protected]>
update examples

7a743fa6b58721bb7842c0258dacaee43188a401 authored almost 7 years ago by Nikolay Kim <[email protected]>
simplify http response construction; deprecate httpcodes

44e3df82f61b39b062c655a0fcfe97ec44406fd3 authored almost 7 years ago by Nikolay Kim <[email protected]>
update examples

8d8f6bedad8cddd0f570d4c7b01957dcac934ced authored almost 7 years ago by Nikolay Kim <[email protected]>
re-arrange modules and exports

9e751de707ba4d190a4b13a9015def2536543c0d authored almost 7 years ago by Nikolay Kim <[email protected]>
add from HttpRequest to a HttpRequestBuilder

b16419348e0fc85dc82455e0dfedc80106bf3791 authored almost 7 years ago by Nikolay Kim <[email protected]>
unhide AsyncResponder; remove unused code

3ccaa04575e6d3b07d250e74012cca7d59b4e7c8 authored almost 7 years ago by Nikolay Kim <[email protected]>
add test builder guide information

d80b84c9155bf3ed703288f306696a9d8e104967 authored almost 7 years ago by Nikolay Kim <[email protected]>
use unreachable instead of panic

145010a2b08b8da4eef15bfa1a10a5237fe9cf4d authored almost 7 years ago by Nikolay Kim <[email protected]>