aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/handlers.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removing deprecated `UserStore` and `KeyStore` into new `users::UserStore`Katharina Fey2018-09-061-1/+1
* Adding an example of how to register a user and adding new metadataKatharina Fey2018-07-101-2/+79
* Restoring the API handlers again, making it all work with the newKatharina Fey2018-07-091-243/+199
* Refactoring the error modules to now contain sub-error typesKatharina Fey2018-07-091-10/+33
* Throwing stuff against wallsKatharina Fey2018-07-021-236/+250
* This doesn't workKatharina Fey2018-07-021-28/+23
* Refactoring models module, adding more inputsKatharina Fey2018-07-011-2/+2
* Fleshing out REST API fully and adding function stubsKatharina Fey2018-06-301-11/+73
* Fixing a bunch of syntax errors in the codeKatharina Fey2018-06-221-2/+4
* Bumping all dependenciesKatharina Fey2018-06-221-1/+4
* Refactoring http API and making "not working" routes return a more descriptiv...Katharina Fey2018-06-131-8/+32
* Working on the http layer, adding 'create' routeKatharina Fey2018-06-121-17/+66
* Starting work on lockchain-http scope filesKatharina Fey2018-06-121-7/+19
* Adding /api and /vault endpoints as first working routes ✨Katharina Fey2018-06-121-2/+25
* Removing User & Login traits from core, adding a metadata store to take their...Katharina Fey2018-06-101-0/+2
* Tweaking the lockchain-http API, adding some constraints on vault traitsKatharina Fey2018-06-091-13/+20
* Working on lockchain integrationKatharina Fey2018-06-091-0/+2
* Starting work on the lockchain-http interface libraryKatharina Fey2018-06-071-0/+55