aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-22Removing deprecated crypto engine functions (see 9ceda952)Katharina Fey1-1/+1
2019-04-22Running rustfmtKatharina Fey19-30/+29
2019-04-22Updating crates to 2018 edition (#9)Katharina20-55/+55
2018-09-16Deprecating the entire `lockchain-crypto` API because it makes no gosh darn s...Katharina Fey2-8/+7
2018-09-16Fixing documentation test casesKatharina Fey2-8/+13
2018-09-16Assorted changesKatharina Fey3-10/+30
2018-09-16Only relying on the `UserStore` `AutoEncoder` impl for serialisationKatharina Fey3-2/+16
2018-09-15Updating a bunch crates and generating keysKatharina Fey1-3/+4
2018-09-15Using the new generators to create filevaultKatharina Fey3-27/+25
2018-09-08Starting work on the lockchain-core --> lockchain-files userstore mapperKatharina Fey1-1/+2
2018-09-08Assorted code fixesKatharina Fey2-3/+3
2018-09-06Changing the vault trait to use Result<_, VaultError> more liberallyKatharina Fey3-4/+10
2018-09-06Various smol changes around the new Generator APIKatharina Fey3-56/+82
2018-09-06Removing deprecated `UserStore` and `KeyStore` into new `users::UserStore`Katharina Fey3-11/+1
2018-09-06Refactoring the vault trait to consume a generator structKatharina Fey5-212/+72
2018-09-04Cleaning up the core a bit. Adding better (any) config handling to filesKatharina Fey4-10/+15
2018-09-03Generally refactoring some code (this is a bad commit message)Katharina Fey8-105/+163
2018-08-06Adding login/logout functions to the vault traitKatharina Fey3-17/+31
2018-08-06More refactoring and trying to get keystores to work properlyKatharina Fey12-81/+83
2018-08-06Doing some file management, moving stuff aroundKatharina Fey12-84/+134
2018-07-12(cargo-release) start next development iteration 0.9.1-alpha.0Katharina Fey2-2/+2
2018-07-12(cargo-release) version 0.9.0Katharina Fey2-2/+2
2018-07-12Adding a new keystore to lockchain-core::crypto, composing a userstoreKatharina Fey4-24/+143
2018-07-10Adding docs for `UserStore`Katharina Fey1-2/+8
2018-07-10Adding an example of how to register a user and adding new metadataKatharina Fey4-4/+52
2018-07-09Adding access rights management functionsKatharina Fey1-8/+16
2018-07-09Restoring the API handlers again, making it all work with the newKatharina Fey1-0/+5
2018-07-09Refactoring the error modules to now contain sub-error typesKatharina Fey8-78/+196
2018-07-03Removing generics from error typesKatharina Fey1-0/+6
2018-07-02Throwing stuff against wallsKatharina Fey2-6/+31
2018-07-02This doesn't workKatharina Fey1-25/+27
2018-07-02Refactoring crypto module, moving `auth` into `users` moduleKatharina Fey10-118/+117
2018-07-02Big code change & refactoring commitKatharina Fey6-3/+109
2018-07-01Refactoring models module, adding more inputsKatharina Fey1-1/+12
2018-06-30Adding default implementations for load and saveKatharina Fey1-9/+36
2018-06-30Ironing out some problems with the ApiState serialisationKatharina Fey1-3/+3
2018-06-30Adding more utility functions to a bunch of placesKatharina Fey2-1/+13
2018-06-30Adding userstore API and `meta_push_vault` to the vault traitKatharina Fey3-5/+87
2018-06-29Adding some user registration codeKatharina Fey1-2/+26
2018-06-28Changing lockchain-core::crypto to keybob keys. then updating allKatharina Fey8-62/+106
2018-06-13Bumping version numbers collectivelyKatharina Fey1-1/+1
2018-06-12Starting work on lockchain-http scope filesKatharina Fey1-0/+0
2018-06-12Adding /api and /vault endpoints as first working routes ✨Katharina Fey3-2/+11
2018-06-12Bumping lockchain-core versionsKatharina Fey1-1/+1
2018-06-12Fixing an issue in the metadomain insert function and fixing some file sync i...Katharina Fey1-2/+4
2018-06-11Another small tweak to the vault APi – I'll get it right at some pointKatharina Fey1-1/+1
2018-06-11Fixing a bug in the vault API, implementing more fileKatharina Fey2-2/+14
2018-06-10Adding a list type to PayloadKatharina Fey1-1/+7
2018-06-10Actually adding new meta filesKatharina Fey1-0/+61
2018-06-10Bumping core version numberKatharina Fey1-1/+1