summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-12-08Split codebase in subcrates for lib, cli and guiMatthias Beyer
2021-12-08Implement hello-world gui with icedMatthias Beyer
2021-12-06Add CLI for creating profileMatthias Beyer
2021-12-04Rewrite using "ipfs" crateMatthias Beyer
2021-12-02Update clapMatthias Beyer
2021-12-02Implement Profile type for publishing profile(s)Matthias Beyer
2021-11-27Introduce own Cid type until ipfs_api API is not stringly typed anymoreMatthias Beyer
2021-11-27Remove unused variableMatthias Beyer
2021-11-27Remove unused importsMatthias Beyer
2021-11-27Move tests to sourceMatthias Beyer
2021-11-26Add first stubs with tests for TDD this stuffMatthias Beyer
2021-11-26Reset source to only contain type definitionsMatthias Beyer
2021-07-14Add loggingMatthias Beyer
2021-07-14Use cid::Cid Display impl to display cidMatthias Beyer
2021-05-23Impl get subcommandMatthias Beyer
2021-05-23Implement listening codeMatthias Beyer
2021-05-23Impl post subcommandMatthias Beyer
2021-05-22Update ipfs-embed implMatthias Beyer
2021-04-06Implement first CLIMatthias Beyer
2021-04-05Add Profile typeMatthias Beyer
2021-04-05Implement IPFS backendMatthias Beyer
2021-01-01Remove stuffMatthias Beyer
2020-05-20Merge branch 'app-is-middleware'Matthias Beyer
2020-05-20Rename: App -> MiddlewareMatthias Beyer
2020-05-20Unite ipfs-api client abstraction into one "Model" typeMatthias Beyer
2020-05-18Move app startup code to server partMatthias Beyer
2020-05-18Add output before starting serverMatthias 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-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 app name for xdg config searchMatthias Beyer
2020-04-29Move Payload type to own moduleMatthias Beyer
2020-04-28Reset main() implMatthias Beyer
2020-04-28Rewrite state.rs to app.rsMatthias Beyer
2020-04-28Add dependency add_getters_settersMatthias 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 extension type for BlockMatthias Beyer
2020-03-25Implement iterator over all blocks of a profileMatthias Beyer
2019-06-15Ignore warnings for nowMatthias Beyer
2019-06-14Update to rust 2018Matthias Beyer