aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/traits.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Running rustfmtKatharina Fey2019-04-221-1/+1
* Updating crates to 2018 edition (#9)Katharina2019-04-221-6/+6
* Deprecating the entire `lockchain-crypto` API because it makes no gosh darn s...Katharina Fey2018-09-161-7/+3
* Fixing documentation test casesKatharina Fey2018-09-161-5/+10
* Assorted changesKatharina Fey2018-09-161-1/+1
* Changing the vault trait to use Result<_, VaultError> more liberallyKatharina Fey2018-09-061-3/+4
* Refactoring the vault trait to consume a generator structKatharina Fey2018-09-061-5/+15
* Cleaning up the core a bit. Adding better (any) config handling to filesKatharina Fey2018-09-041-1/+7
* Adding login/logout functions to the vault traitKatharina Fey2018-08-061-11/+27
* Adding a new keystore to lockchain-core::crypto, composing a userstoreKatharina Fey2018-07-121-1/+1
* Adding an example of how to register a user and adding new metadataKatharina Fey2018-07-101-0/+2
* Big code change & refactoring commitKatharina Fey2018-07-021-0/+12
* Adding default implementations for load and saveKatharina Fey2018-06-301-9/+36
* Adding userstore API and `meta_push_vault` to the vault traitKatharina Fey2018-06-301-0/+2
* Adding /api and /vault endpoints as first working routes ✨Katharina Fey2018-06-121-1/+3
* Another small tweak to the vault APi – I'll get it right at some pointKatharina Fey2018-06-111-1/+1
* Fixing a bug in the vault API, implementing more fileKatharina Fey2018-06-111-2/+2
* Removing User & Login traits from core, adding a metadata store to take their...Katharina Fey2018-06-101-6/+12
* Tweaking the lockchain-http API, adding some constraints on vault traitsKatharina Fey2018-06-091-2/+2
* Implementing some backend storage functions for filevaultKatharina Sabel2018-05-101-7/+10
* Changing the way that vault traits workKatharina Fey2018-05-081-5/+29
* Basic encryption functions workKatharina Sabel2018-05-081-1/+1
* Restructuring traits that handle encryption moduleKatharina Sabel2018-05-081-10/+15
* Shuffling some stuff around and implementing some traitsKatharina Sabel2018-05-071-9/+45
* Bumping version for lockchain-core 0.3Katharina Sabel2018-05-071-3/+12
* Fleshing out basic traits provided by lockchain-coreKatharina Sabel2018-05-071-7/+6
* Working on lockchain-core exposed typesKatharina Sabel2018-05-071-4/+20
* More refactoringKatharina Fey2018-05-071-0/+51