aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src (unfollow)
Commit message (Expand)AuthorFilesLines
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 Fey11-48/+83
2018-08-06Doing some file management, moving stuff aroundKatharina Fey12-84/+134
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 Fey3-4/+19
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 Fey9-117/+116
2018-07-02Big code change & refactoring commitKatharina Fey5-3/+106
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 Fey7-61/+103
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-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-10Removing User & Login traits from core, adding a metadata store to take their...Katharina Fey5-36/+19
2018-06-09Tweaking the lockchain-http API, adding some constraints on vault traitsKatharina Fey1-2/+2
2018-06-07A bunch of code changesKatharina Fey1-5/+5
2018-05-13Starting work on http crateKatharina Sabel1-1/+1
2018-05-10Implementing some backend storage functions for filevaultKatharina Sabel2-9/+28
2018-05-09More vault files and a small exampleKatharina Fey1-1/+3
2018-05-09Bumping version on core and cryptoKatharina Fey4-4/+28
2018-05-08Fixing an issue with the lockchain-core crypto APIKatharina Fey1-1/+1