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