summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-05-20Unite ipfs-api client abstraction into one "Model" typeMatthias Beyer
2020-05-18Move app startup code to server partMatthias Beyer
2020-05-18Adapt for ipfs-api changesMatthias Beyer
2020-05-18Make types DebugMatthias Beyer
2020-05-18Add output before starting serverMatthias Beyer
2020-05-18Use appropriate response type for htmlMatthias Beyer
2020-05-18Fix spawningMatthias Beyer
2020-05-18Split gui and server main function into submodulesMatthias Beyer
2020-05-18Use default log level INFOMatthias Beyer
2020-05-18Add some outputMatthias Beyer
2020-05-18Add port configuration/cli argumentMatthias Beyer
2020-05-18Add pidlock for server pid based lockingMatthias Beyer
2020-05-18Split server into subcommandMatthias Beyer
2020-05-18Fix structopt settingsMatthias Beyer
2020-05-12Switch to anyhowMatthias Beyer
2020-05-12Switch to multi-threaded architectureMatthias Beyer
2020-05-12Switch to actix as runtimeMatthias Beyer
2020-05-12Add css styleMatthias Beyer
2020-05-12Add basic code for web-view GUI implementationMatthias Beyer
2020-05-03Fix serde renamesMatthias Beyer
2020-05-03Fix app name for xdg config searchMatthias Beyer
2020-04-30Add helper to get blocks of IPNS hashMatthias Beyer
2020-04-30Client: Add resolve() function for translating IPNS hash to IPFS hashMatthias Beyer
2020-04-30Fix: impl LoadedContent hereMatthias Beyer
2020-04-30Fix: Return referenceMatthias Beyer
2020-04-29Add gettersMatthias Beyer
2020-04-29Add gettersMatthias Beyer
2020-04-29Add checker methods what enum variant is thereMatthias Beyer
2020-04-29Add methods to deep-load one blockMatthias Beyer
2020-04-29Move Payload type to own moduleMatthias Beyer
2020-04-29Add method to get a stream of BlocksMatthias Beyer
2020-04-28Add App::new_post() methodMatthias Beyer
2020-04-28Make Timestamp CloneMatthias Beyer
2020-04-28Simplify Repository interface by implementing dereferencingMatthias Beyer
2020-04-28Fix: We need to publish a Block for the content, not the content itselfMatthias Beyer
2020-04-28Fix App implMatthias Beyer
2020-04-28conf getters: Use #[get] to get reference to values in configuration objectMatthias Beyer
2020-04-28Reset main() implMatthias Beyer
2020-04-28Add simple CLI definition for laterMatthias Beyer
2020-04-28It does only need the device name to load the appMatthias Beyer
2020-04-28Remove repository/profile moduleMatthias Beyer
2020-04-28Rewrite state.rs to app.rsMatthias Beyer
2020-04-28Add function to generate new timestamp for nowMatthias Beyer
2020-04-28Add client function to publish hash with keyMatthias Beyer
2020-04-28Add device publish config setting and devicesMatthias Beyer
2020-04-28Simplify code with add_getters_setters crateMatthias Beyer
2020-04-28Add dependency add_getters_settersMatthias Beyer
2020-04-28Remove old code, start rewriteMatthias Beyer
2020-03-25Use tokio runtime, not async-std oneMatthias Beyer
2020-03-25Rewrite CLI for async-awaitMatthias Beyer