1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Commit Graph

182 Commits

Author SHA1 Message Date
dowwie
6498ef1af1 introduced configurable cache_key strategy. updated some deps 2019-09-23 09:38:11 -04:00
svartalf
f808e0680d Release 0.3.2 2019-07-19 18:43:36 +03:00
Masaki Hara
4eeb1d9599 Tighten HttpAuthentication::with_fn bound from FnMut to Fn. (#11)
* Tighten HttpAuthentication::with_fn bound from FnMut to Fn.
* Add middleware with closure example.
2019-07-19 18:34:59 +03:00
Nikolay Kim
085ee4c394 remove ClonableService usage 2019-07-19 14:10:23 +06:00
Nikolay Kim
13fe045bf8
Merge pull request #27 from Dowwie/master
added comprehensive tests for session workflow
2019-07-12 11:15:57 +06:00
dowwie
b874e0311a added derive feature for serde 2019-07-11 15:35:43 -04:00
dowwie
7df26cb269 updated CHANGES.md 2019-07-11 15:19:37 -04:00
dowwie
3d9c1c55d6 updated CHANGES.md 2019-07-11 15:19:22 -04:00
dowwie
24b78b8e17 added comprehensive tests for session workflow 2019-07-11 15:17:57 -04:00
Darin
ea7924897a
Merge pull request #26 from Dowwie/master
updated all dependencies
2019-07-10 06:25:02 -04:00
dowwie
b29f8cc0f0 updated log dep 2019-07-08 14:51:54 -04:00
dowwie
06ce468ee0 updated deps 2019-07-08 14:49:34 -04:00
Darin
60f28d65f1
Merge pull request #23 from Dowwie/master
updated session logic to support login and logout functionality
2019-07-08 07:16:36 -04:00
dowwie
3244a359df reverted to 0.6 because it wasn't ever released 2019-07-08 07:15:20 -04:00
dowwie
1d1ff66063 updated version to 0.7 and added comments to CHANGES.md 2019-07-04 06:10:03 -04:00
dowwie
48ddb76915 updated logic to create session on new request wo cookie 2019-07-01 14:20:18 -04:00
dowwie
1086180267 resolved bug related to updating session cookie 2019-06-18 13:47:14 -04:00
dowwie
fa531fb03d updated session logic to support login and logout functionality 2019-06-12 08:14:18 -04:00
svartalf
27a894cab7 Fixing the middleware multiple calls panic 2019-06-08 23:56:50 +03:00
svartalf
0ebfd790fc Release 0.3.0 2019-06-05 19:14:17 +03:00
svartalf
aad60744ed
Update FUNDING.yml 2019-05-24 14:51:13 +03:00
svartalf
dc3223104a
Create FUNDING.yml 2019-05-23 16:32:55 +03:00
Nikolay Kim
0ea3ad0797
Merge pull request #4 from hstefan/rustfmt
Normalizing code formatting based on actix-web style
2019-05-21 14:09:05 -07:00
Stefan Puhlmann
bf34d11a49 Normalizing code formatting based on actix-web style 2019-05-21 21:39:48 +02:00
Nikolay Kim
5b138af1b9
Merge pull request #3 from hstefan/actix-web-1.0
Making library compatible with actix-web 1.0
2019-05-19 08:36:37 -07:00
Stefan Puhlmann
f438f80d12 bumping to actix-web 1.0.0-rc 2019-05-19 00:05:33 +02:00
Stefan Puhlmann
34f48cd24a bumping version to 0.4.0 2019-05-18 22:30:52 +02:00
Nikolay Kim
c7266e3ddd prepare release 2019-05-18 11:24:26 -07:00
Stefan Puhlmann
99e70db94b updating actix-web version and removing travil config 2019-05-18 19:29:09 +02:00
Stefan Puhlmann
90648058b4 updating example 2019-05-18 14:37:17 +02:00
Stefan Puhlmann
5ab0474781 Making library compatible with actix-web 1.0 2019-05-18 14:37:06 +02:00
svartalf
cac6894ddd Experimental middleware for HTTP auth -- alpha.2 version 2019-05-17 17:28:57 +03:00
svartalf
1c1e7f672b Badges! 2019-05-15 17:47:49 +03:00
svartalf
7a9b3924cb Upgrage to the actix-web 1.0 -- alpha.1 version 2019-05-15 17:38:55 +03:00
Nikolay Kim
38d4bdb8aa update dependencies 2019-05-12 21:36:05 -07:00
svartalf
cb158fbe8d Bumping version to 0.2.0 2019-04-26 21:56:17 +03:00
Justin Kilpatrick
2de26a5906 Use actix-web without default features (#6) 2019-04-26 21:42:33 +03:00
Nikolay Kim
cb682b08e4 update to alpha6 2019-04-14 10:30:37 -07:00
Nikolay Kim
345e67cd13 remove rust 1.26 2019-03-30 09:44:18 -07:00
Nikolay Kim
b95dd9f193 update actix-web 2019-03-30 08:21:47 -07:00
Nikolay Kim
6d90615e48 update actix and actix-web 2019-03-29 11:31:48 -07:00
kingxsp
def07f58c8 Upgrade to actix-web 0.7.18 2019-03-07 14:19:57 +08:00
svartalf
51035f78c8
Update CHANGELOG.md 2018-09-08 10:44:39 +03:00
svartalf
fe288f5422 Bumping version since actix-web dependency version had changed 2018-09-08 10:40:37 +03:00
Masaki Hara
411d08c121 Update actix-web to 0.7. (Closes #4) 2018-09-08 10:27:21 +03:00
Nikolay Kim
55fbdf1d00 fix typo 2018-08-02 11:42:41 -07:00
Nikolay Kim
8bf43b4915 update readme 2018-08-02 11:39:41 -07:00
Nikolay Kim
33b09d78e9 prepare release 2018-08-02 11:35:34 -07:00
Nikolay Kim
85cf3e2993
Merge pull request #14 from Dowwie/master
updated version of cookie crate, to eliminate version conflicts
2018-08-02 11:31:37 -07:00
Darin
8f6d800202
updated version of cookie crate, to eliminate version conflicts 2018-07-30 09:57:53 -04:00