summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-03-25Implement iterator over all blocks of a profileMatthias Beyer
2019-06-15Move repository types and functionalityMatthias Beyer
2019-06-15More Repository functionalityMatthias Beyer
2019-06-15Add helper functions for the Payload enumMatthias Beyer
2019-06-15AsRef impls for the typesMatthias Beyer
2019-06-15Rewrite repositoryMatthias Beyer
2019-06-15Ignore warnings for nowMatthias Beyer
2019-06-14Update to rust 2018Matthias Beyer
2019-06-14Fix: do not call into_bytes()Matthias Beyer
2019-06-14Add license noteMatthias Beyer
2018-10-21Add support for multiple parent blocks when postingMatthias Beyer
2018-10-21Alter "post" command to not publishMatthias Beyer
2018-10-21Add command to get current profile stateMatthias Beyer
2018-10-21Fix typoMatthias Beyer
2018-10-21Do not publish new block when postingMatthias Beyer
2018-10-21Implement publishingMatthias Beyer
2018-10-21Serialize empty fields as wellMatthias Beyer
2018-10-21BlaMatthias Beyer
2018-10-21Add Clone derive for hash helper typesMatthias Beyer
2018-10-21WIP: Implement "post" subcommandMatthias Beyer