-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2, domain model redesign #52
v2, domain model redesign #52
Commits on Oct 22, 2023
-
v2, data-model redesign: complete redesign of the workflow and refact…
…oring and redesign of the domain model of meta secret: - get rid of MetaDb(ReadDb): no need to having one more representation in memory - separate device info from vault info (UserSignature not exists anymore, and device contains key manager) - server can use device data instead of creating a fake user credentials account, which is more adequate way of doing things - no need to have an in mem representation of the database - the db structure changed in a way that data can't be queried directly from the database.
Configuration menu - View commit details
-
Copy full SHA for 5583b8c - Browse repository at this point
Copy the full SHA 5583b8cView commit details -
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for e240b35 - Browse repository at this point
Copy the full SHA e240b35View commit details
Commits on Oct 23, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for 81371dc - Browse repository at this point
Copy the full SHA 81371dcView commit details -
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for 020b999 - Browse repository at this point
Copy the full SHA 020b999View commit details
Commits on Oct 24, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for f3b4a0e - Browse repository at this point
Copy the full SHA f3b4a0eView commit details
Commits on Oct 25, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for 6c78790 - Browse repository at this point
Copy the full SHA 6c78790View commit details
Commits on Oct 26, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for e03ae72 - Browse repository at this point
Copy the full SHA e03ae72View commit details
Commits on Oct 27, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for 6863fbe - Browse repository at this point
Copy the full SHA 6863fbeView commit details
Commits on Oct 30, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for 6321e8e - Browse repository at this point
Copy the full SHA 6321e8eView commit details -
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for 8d51593 - Browse repository at this point
Copy the full SHA 8d51593View commit details
Commits on Nov 3, 2023
-
v2, domain model redesign, redefine:
- DeviceInfo -> DeviceId/DeviceData - UserSignature -> UserData/UserMemebership - BaseEncodedText -> Base64Text
Configuration menu - View commit details
-
Copy full SHA for eb2a0d3 - Browse repository at this point
Copy the full SHA eb2a0d3View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb890f2 - Browse repository at this point
Copy the full SHA cb890f2View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0570743 - Browse repository at this point
Copy the full SHA 0570743View commit details
Commits on Nov 7, 2023
-
v2: implement PersistentObjectNavigator (#53)
V2: implement PersistentObjectNavigator which allows to navigate via keys in the database (like cursor in classical databases)
Configuration menu - View commit details
-
Copy full SHA for b716bcb - Browse repository at this point
Copy the full SHA b716bcbView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d30df8 - Browse repository at this point
Copy the full SHA 7d30df8View commit details
Commits on Nov 16, 2023
-
v2: new design of the vault persistence model (DeviceLog, VaultLog, V…
…ault, VaultStatus), part 1 - Changing VaultDescriptor
Configuration menu - View commit details
-
Copy full SHA for b3b160f - Browse repository at this point
Copy the full SHA b3b160fView commit details
Commits on Nov 22, 2023
-
v2: new design of the vault persistence model (DeviceLog, VaultLog, V…
…ault, VaultStatus), part 1 - Changing VaultDescriptor
Configuration menu - View commit details
-
Copy full SHA for 4d7c333 - Browse repository at this point
Copy the full SHA 4d7c333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1e987 - Browse repository at this point
Copy the full SHA 8d1e987View commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97af72c - Browse repository at this point
Copy the full SHA 97af72cView commit details
Commits on Dec 1, 2023
-
v2, data model (db) new architecture: refactoring, fixing compilation…
… errors, changing logic according to the new data model
Configuration menu - View commit details
-
Copy full SHA for ea814c2 - Browse repository at this point
Copy the full SHA ea814c2View commit details
Commits on Dec 10, 2023
-
v2, data model (db) new architecture: fixing (according to the new de…
…sign) application services, like meta_client, server_app, virtual_device and so on
Configuration menu - View commit details
-
Copy full SHA for 22c2183 - Browse repository at this point
Copy the full SHA 22c2183View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1d43d2 - Browse repository at this point
Copy the full SHA a1d43d2View commit details
Commits on Dec 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95aab20 - Browse repository at this point
Copy the full SHA 95aab20View commit details
Commits on Dec 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80a007e - Browse repository at this point
Copy the full SHA 80a007eView commit details
Commits on Dec 19, 2023
-
v2, new db design, refactoring: implement sign_up on virtual device (…
…the device will approve join cluster requests)
Configuration menu - View commit details
-
Copy full SHA for 3b26e04 - Browse repository at this point
Copy the full SHA 3b26e04View commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6be697f - Browse repository at this point
Copy the full SHA 6be697fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c30cbd0 - Browse repository at this point
Copy the full SHA c30cbd0View commit details