summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Collapse)Author
2020-05-20Rename: App -> MiddlewareMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-05-18Make types DebugMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-05-12Switch to anyhowMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-30Add helper to get blocks of IPNS hashMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-29Move Payload type to own moduleMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-29Add method to get a stream of BlocksMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-28Add App::new_post() methodMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-28Fix: We need to publish a Block for the content, not the content itselfMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-28Fix App implMatthias Beyer
We need the device name and the publishing key to load an App object. For creating a new profile, we need the Repository instance and a publishing key as well as the names that shall be created.
2020-04-28It does only need the device name to load the appMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-28Rewrite state.rs to app.rsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>