Commit graph

97 commits

Author SHA1 Message Date
Aode (lion) e751afe317 publickey: fix import 2021-11-29 17:30:15 -06:00
Aode (lion) 6854212c40 core: use FullRepo in activity extensions, move public_key to extension 2021-11-29 17:29:55 -06:00
Aode (lion) ba3fa2ab8e Remove std::error::Error bounds from core 2021-11-29 16:34:03 -06:00
Aode (lion) 2be31d1b80 actix-web-example: rebuild around FullRepo, PrivateKeyRepo 2021-11-29 16:10:09 -06:00
Aode (lion) aca23dd5db background-jobs-example: update to new api 2021-11-29 16:09:11 -06:00
Aode (lion) 4d6ee956c0 facade: re-export FullRepo, privatekey types and traits 2021-11-29 16:08:48 -06:00
Aode (lion) 085af8cf0b actix-web: build around FullRepo and PrivateKeyRepo 2021-11-29 16:08:17 -06:00
Aode (lion) 31629c81ac simple-activitypub: update is_public invokations 2021-11-29 16:07:47 -06:00
Aode (lion) b214f7b7d1 publickey: import KeyId from privatekey 2021-11-29 16:07:15 -06:00
Aode (lion) 7b12bc3550 background-jobs: update to new api 2021-11-29 16:06:53 -06:00
Aode (lion) 126ab4e925 reqwest: update to new api 2021-11-29 16:06:31 -06:00
Aode (lion) b489a40344 awc: update to new api 2021-11-29 16:06:21 -06:00
Aode (lion) ae244ce502 Update rustcrypto to new api 2021-11-29 16:05:22 -06:00
Aode (lion) 17ca8849d0 Update openssl to new api 2021-11-29 16:05:13 -06:00
Aode (lion) 6f5e4ca50e Update cargo toml 2021-11-29 16:04:39 -06:00
Aode (lion) 4d3c01c6b4 Remove apub-deref-client 2021-11-29 16:04:03 -06:00
Aode (lion) d5ac53823f Create a Full Repository which fetches and ingests 2021-11-29 16:03:46 -06:00
Aode (lion) 8ae737bc49 Describe a private key repo 2021-11-29 16:02:58 -06:00
Aode (lion) 9f4f7154cb impl ActivityExt for borrows, pointers 2021-11-28 21:10:12 -06:00
Aode (lion) daa12de4a8 Experiment with Deref in activitypub extension traits 2021-11-28 21:06:37 -06:00
Aode (lion) 144d0ad0c2 Implement activitypub traits for borrows & pointers 2021-11-28 14:15:04 -06:00
Aode (lion) 9376ecb971 Differentiate Objects with 'to' and 'cc' from generic objects 2021-11-28 13:57:51 -06:00
Aode (lion) 4c6e42b453 Move public key types to signature facade 2021-11-28 13:48:01 -06:00
Aode (lion) cfca60a966 Add simple activitypub traits/types, reorganize facade 2021-11-28 13:45:42 -06:00
Aode (lion) 83bc589bc1 Get rid of lifetimes in traits 2021-11-27 20:06:53 -06:00
Aode (lion) d100172dfb Add Ingest client for ingesting fetched objects 2021-11-26 20:48:36 -06:00
Aode (lion) 43b953d4df Improve documentation some more 2021-11-23 19:28:56 -06:00
Aode (lion) a209e404ea fix examples 2021-11-23 17:54:25 -06:00
Aode (lion) db355666eb rustcrypto, openssl: add basic docs 2021-11-23 17:54:17 -06:00
Aode (lion) 6c1769f629 deref-client: add basic documentation 2021-11-23 17:44:12 -06:00
Aode (lion) 4a2414cc0d breaker-session: add basic documentation 2021-11-23 17:34:34 -06:00
Aode (lion) 703a70bfea Fix examples 2021-11-23 17:31:01 -06:00
Aode (lion) 809c4b04e4 core: Add VerifyFactory 2021-11-23 17:30:51 -06:00
Aode (lion) f2b5da3582 actix-web: add basic documentation 2021-11-23 17:30:18 -06:00
Aode (lion) 01c99f90c3 Move actix-web Verifier to core as VerifyFactory 2021-11-23 17:29:36 -06:00
Aode (lion) f9735d9a4b Add tracing to background jobs example 2021-11-22 19:06:59 -06:00
Aode (lion) 2b71b9d2eb background-jobs-example: bump to 0.11 2021-11-22 18:54:00 -06:00
Aode (lion) 9bda1acc11 background-jobs: Bump to background-jobs 0.11 2021-11-22 18:53:41 -06:00
Aode (lion) 3c41d1d719 Borrow activity in example 2021-11-22 17:50:02 -06:00
Aode (lion) 0aa9ed6211 Move background-jobs example to module docs 2021-11-22 17:49:08 -06:00
Aode (lion) 482d2a8cf0 facade: don't re-export now-private function 2021-11-22 17:46:04 -06:00
Aode (lion) a54c0d4792 background-jobs: add basic docs 2021-11-22 17:45:47 -06:00
Aode (lion) 9bc9790987 reqwest: add basic docs 2021-11-22 17:26:10 -06:00
Aode (lion) 17aca99768 awc: add basic docs 2021-11-22 17:26:03 -06:00
Aode (lion) 508f18a6a0 Update examples 2021-11-22 16:51:13 -06:00
Aode (lion) acb8696639 reqwest: new fetch api 2021-11-22 16:50:57 -06:00
Aode (lion) 3c778aae6d deref-client: new fetch api 2021-11-22 16:50:23 -06:00
Aode (lion) 1718b90083 awc: new fetch api 2021-11-22 16:50:08 -06:00
Aode (lion) e7a34dd33b actix-web: new fetch api 2021-11-22 16:49:56 -06:00
Aode (lion) 2d9b101eb7 core: add basic docs, remove & from Repo's Dereference, add Sync to deliver 2021-11-22 16:47:00 -06:00