aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring crypto module, moving `auth` into `users` moduleKatharina Fey2018-07-0211-118/+134
|
* Big code change & refactoring commitKatharina Fey2018-07-029-12/+160
| | | | | | | | | Move `token` into user module for lockchain-core. Start work on a PAM authentication module which replaces the second layer UserStore in API layer state (http being the only one for now). This brings the `nix` and `pam-auth` dependencies, which unfortunately currently don't work :(
* Refactoring models module, adding more inputsKatharina Fey2018-07-016-20/+106
|
* Fleshing out REST API fully and adding function stubsKatharina Fey2018-06-303-27/+130
|
* Adding default implementations for load and saveKatharina Fey2018-06-301-9/+36
|
* Ironing out some problems with the ApiState serialisationKatharina Fey2018-06-302-18/+6
|
* Adding more utility functions to a bunch of placesKatharina Fey2018-06-304-7/+36
| | | | Integrating the userstore into the http crate
* Implementing `meta_push_domain` for files backendKatharina Fey2018-06-301-0/+5
|
* Adding userstore API and `meta_push_vault` to the vault traitKatharina Fey2018-06-303-5/+87
|
* Adding some user registration codeKatharina Fey2018-06-292-2/+32
|
* Changing lockchain-core::crypto to keybob keys. then updating allKatharina Fey2018-06-2810-86/+173
| | | | references in lockchain-crypto to use it instead.
* Fixing a bunch of syntax errors in the codeKatharina Fey2018-06-224-8/+7
|
* Bumping all dependenciesKatharina Fey2018-06-225-87/+124
|
* Bumping version numbers collectivelyKatharina Fey2018-06-135-18/+18
|
* Refactoring http API and making "not working" routes return a more ↵Katharina Fey2018-06-135-20/+55
| | | | descriptive json
* Removing old and outdated planning fileKatharina Fey2018-06-121-21/+0
|
* Working on the http layer, adding 'create' routeKatharina Fey2018-06-124-29/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | Many things here are not ideal. There is very little checking that's being done, for this we need to tweak the core API a bit further. There are some corner cases that aren't caught. Authentication isn't being done yet. And it's not 100% clear yet where those scopes should live. But...there is progress being made. The API will develop and hopefully soon-ish we'll also be able to add versioning via a new serde-versioning crate being written (hint hint). The basic problem is that we need to build a system that works for two kinds of settings: remotely, administered via a few users, on a different computer with limited access and local, used by a single user and application stack (http interface for browser plugins, file API for everything else). The latter is the focus of development for now, but before we hit 1.0 (aka stable for production) there are more issues to be resolved. Also...if lockchain is to be used as a keystore in poke, we need to figure out how to allow easier integration of the core storage components into other applications (maybe some guides). Also...all of this should be documented in other places than just my ramblings in commit messages 😅
* Starting work on lockchain-http scope filesKatharina Fey2018-06-124-15/+90
|
* Adding /api and /vault endpoints as first working routes ✨Katharina Fey2018-06-129-32/+91
|
* Bumping lockchain-core versionsKatharina Fey2018-06-125-6/+5
|
* Fixing an issue in the metadomain insert function and fixing some file sync ↵Katharina Fey2018-06-123-4/+21
| | | | issues
* Another small tweak to the vault APi – I'll get it right at some pointKatharina Fey2018-06-112-4/+4
|
* Fixing a bug in the vault API, implementing more fileKatharina Fey2018-06-115-36/+69
|
* Adding a list type to PayloadKatharina Fey2018-06-103-11/+36
|
* Actually adding new meta filesKatharina Fey2018-06-102-6/+67
|
* Bumping other crate versionsKatharina Fey2018-06-101-1/+1
|
* Bumping other crate versionsKatharina Fey2018-06-103-3/+3
|
* Bumping core version numberKatharina Fey2018-06-101-1/+1
|
* Removing User & Login traits from core, adding a metadata store to take ↵Katharina Fey2018-06-108-38/+35
| | | | their place
* Adding a version prefix to all API routesKatharina Fey2018-06-101-13/+14
|
* Fixing documentation formatting :)Katharina Fey2018-06-101-11/+11
|
* Adding documentation for the REST API (to be)Katharina Fey2018-06-103-9/+81
|
* Bumping version numbersKatharina Fey2018-06-091-1/+1
|
* Tweaking the documentation for lockchain-httpKatharina Fey2018-06-095-39/+87
|
* Bumping and updating crate versionsKatharina Fey2018-06-093-5/+5
|
* Updating http documentationKatharina Fey2018-06-092-35/+52
|
* Tweaking the lockchain-http API, adding some constraints on vault traitsKatharina Fey2018-06-098-104/+84
|
* Working on lockchain integrationKatharina Fey2018-06-095-7/+54
|
* Refactoring http libraryKatharina Fey2018-06-093-292/+48
|
* Patch release (cargo release is broken!)Katharina Fey2018-06-072-2/+2
|
* Adding more documentationKatharina Fey2018-06-072-6/+19
|
* Starting work on the lockchain-http interface libraryKatharina Fey2018-06-076-117/+115
|
* Bumping lockchain-core version to 0.7.1Katharina Fey2018-06-071-5/+5
|
* Updating cargo lockKatharina Fey2018-06-071-6/+6
|
* (cargo-release) version 0.7.1Katharina Fey2018-06-072-2/+2
|
* A bunch of code changesKatharina Fey2018-06-077-224/+1048
|
* Starting work on http crateKatharina Sabel2018-05-136-10/+57
|
* Adjusting to new lockchain-core traitsKatharina Sabel2018-05-121-8/+8
|
* Fixing the manifest filesKatharina Sabel2018-05-116-33/+19
|
* Adjusting version numbers across the ecosystem to bring them all to the same ↵Katharina Sabel2018-05-115-5/+6
| | | | level