summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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 style for sidebarsMatthias Beyer
2020-05-12Add css styleMatthias Beyer
2020-05-12Add basic code for web-view GUI implementationMatthias Beyer
2020-05-12Add dependencies for development with gtkMatthias 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-28Adapt example config file to requirementsMatthias 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-26Merge branch 'asyncawait'Matthias Beyer
2020-03-26Merge branch 'ci'Matthias Beyer
2020-03-26Add sourcehut build script for debian containerMatthias Beyer
2020-03-26Add travis configurationMatthias Beyer
2020-03-26Add notes on POC/MVPMatthias Beyer
2020-03-25Use tokio runtime, not async-std oneMatthias Beyer
2020-03-25Rewrite CLI for async-awaitMatthias Beyer
2020-03-25Rewrite library code for async-awaitMatthias Beyer
2020-03-25Add shell.nix for dev envMatthias Beyer
2020-03-25Impl Deref for BlockExtMatthias Beyer
2020-03-25Add helper function to get Content objectMatthias Beyer
2020-03-25Add extension type for BlockMatthias Beyer