lemmy/server
Pierce 2f01e15cae
Fixes regression from #848
The api for actix_web::dev::ConnectionInfo changed from 2.0.0 to 3.0.0. The equivalent of 2.0.0's remote() in 3.0.0 is realip_remote_addr(), not remote_addr().

https://docs.rs/actix-web/2.0.0/actix_web/dev/struct.ConnectionInfo.html#method.remote
https://docs.rs/actix-web/3.0.0-alpha.3/actix_web/dev/struct.ConnectionInfo.html#method.realip_remote_addr
2020-07-08 02:20:08 -04:00
..
config Merge branch 'master' into federation 2020-06-27 10:54:08 -04:00
migrations Remove materialized views. (#908) 2020-07-07 10:54:44 -04:00
migrations_testing/2020-01-13-025151_create_materialized_views A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
query_testing Remove materialized views. (#908) 2020-07-07 10:54:44 -04:00
src Fixes regression from #848 2020-07-08 02:20:08 -04:00
.gitignore A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
.rustfmt.toml Rework imports 2020-05-16 20:04:17 +02:00
Cargo.lock Revert "Verify activitypub payload digests (#885)" 2020-07-06 14:20:29 +02:00
Cargo.toml Revert "Verify activitypub payload digests (#885)" 2020-07-06 14:20:29 +02:00
clean.sh Adding cargo outdated to clean script. 2020-01-03 23:39:31 -05:00
db-init.sh Improve shell scripts (#705) 2020-05-11 13:16:08 -04:00
diesel.toml Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00