aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/users/mod.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updating crates to 2018 edition (#9)Katharina2019-04-221-1/+1
* Using the new generators to create filevaultKatharina Fey2018-09-151-3/+3
* Starting work on the lockchain-core --> lockchain-files userstore mapperKatharina Fey2018-09-081-1/+2
* Removing deprecated `UserStore` and `KeyStore` into new `users::UserStore`Katharina Fey2018-09-061-9/+0
* Refactoring the vault trait to consume a generator structKatharina Fey2018-09-061-137/+0
* Cleaning up the core a bit. Adding better (any) config handling to filesKatharina Fey2018-09-041-2/+1
* Generally refactoring some code (this is a bad commit message)Katharina Fey2018-09-031-64/+6
* More refactoring and trying to get keystores to work properlyKatharina Fey2018-08-061-22/+10
* Doing some file management, moving stuff aroundKatharina Fey2018-08-061-0/+6
* Adding a new keystore to lockchain-core::crypto, composing a userstoreKatharina Fey2018-07-121-22/+80
* Adding docs for `UserStore`Katharina Fey2018-07-101-2/+8
* Adding an example of how to register a user and adding new metadataKatharina Fey2018-07-101-3/+16
* Adding access rights management functionsKatharina Fey2018-07-091-8/+16
* Refactoring the error modules to now contain sub-error typesKatharina Fey2018-07-091-1/+2
* Refactoring crypto module, moving `auth` into `users` moduleKatharina Fey2018-07-021-0/+2
* Big code change & refactoring commitKatharina Fey2018-07-021-0/+152