Skip to content

Latest commit

 

History

History
104 lines (96 loc) · 11 KB

CHANGELOG.md

File metadata and controls

104 lines (96 loc) · 11 KB

0.0.2 (2022-12-11)

  • Update and clean up README (44987df)
  • Update the name of the docker image (919b959)
  • Update version and changelog (f136df5)

0.0.1 (2022-12-11)

  • Add a functional prototype for Blockcore Vault (#6) (75ffa2a), closes #6
  • Add ability to run api and ui separately (5958f92)
  • Add base code from Blockcore DID Server (cfd2ea4)
  • Add basic error handling on authentication (6a01cd0)
  • Add Content ID test (943bb24)
  • Add link to DIF (f1a5fde)
  • Add list of approved admin DIDs (3fba644)
  • Add management of servers (e1e040f)
  • Add proof-of-concept for Blockcore Wallet extension activation (bc2714a)
  • Add resolving and verification of jws for authentication (9fbf81f)
  • Add screenshot of the Vault UI (783fa11)
  • Add server edit (5eba556)
  • Add some default API_KEY for tests instances (dbdffcf)
  • Add some details on how to run local multi-vault for testing (846e411)
  • Add some info on .env file (52866e3)
  • Add support for environment variables for API (f8b5953)
  • Add support for hot-reloading with npm start (c85df66)
  • Add validation on connect to server (e3d8df1)
  • Auto-login existing authenticated users (3d31dd6)
  • Change login button icons (1d6fabb)
  • Change the default HTTP port for Blockcore Vault (4357822)
  • Change to use of native font (af5fff7), closes #22
  • Cleanup of server component (9b31a19)
  • Complete login and logout functionality (8a6ca6f)
  • Complete the implementation of authentication using the Blockcore Wallet (1f0dc96)
  • Create dev and prd setup for pm2 (185a763)
  • Drop specific version from docker-compose (c859724)
  • Expire the tokens in one hour (6db4943)
  • Fix build issues (b1162ae)
  • Fix for the UI build (b327208)
  • Fix issue with sample, don't use quotes and extra comma (f7d7c8a)
  • Hide the extra login buttons (d89bcbf)
  • Improve the add vault query (56875d1)
  • Include the UI in npm pack (298be16)
  • Initial commit (9365e86)
  • JWT is valid 1h and cookie valid 1d (496ffa3)
  • Migrate from @angular-builders/custom-webpack to ngx-build-plus (ae7c0ec)
  • Migrate from @angular-builders/custom-webpack to ngx-build-plus (2ff6870)
  • Migrate from EncryptedDataVault to VerifiableDataRegistry (4dda827)
  • Minor fix for the CID test (7e63f33)
  • Remove "Release" from release titles (e41a4b8)
  • Remove bip39 as Vault should no longer keep private keys (efe8355)
  • Remove nodemon and rely solely on ts-node-dev (e449fc3)
  • Remove old API code (0ea4b97)
  • Remove old API code (cd45218)
  • Remove old tests for multi-vault setup (d945fb7)
  • Remove pm2 as task manager (8f16f8f)
  • Remove the extra check on sync, this is likely not needed any longer (7764839)
  • Remove the signature field from setup (9fd2a64)
  • Rename dockerfile (92ed846)
  • Revert "Upgrade from Angular 11 to Angular 12" (3b46300)
  • Run correct setup in workflow (4955872)
  • Run the setup task in workflow process (999ede8)
  • Server code cleanup (5d16836)
  • Set the correct version for unrelease Blockcore Vault (a76209f)
  • Simplify the install task (c06f5b6)
  • Simplify the workflow (0115351)
  • Start adding support for setup using Blockcore Wallet (792aea7)
  • Tune the initial setup dialog with a toggle to show setup document (7b77010)
  • Update and improve the package tasks (4eb546e)
  • Update Angular 11 to 12 (4dfe232)
  • Update Angular 12 to 13 (d918b10)
  • Update Angular 13 to 14 (34d1e0c)
  • Update Angular Material 11 to 12 (c387495)
  • Update Angular Material 12 to 13 (aec1b25)
  • Update Angular Material 13 to 14 (ba7fb73)
  • Update API packages (e878305)
  • Update blockcore logo (a767496)
  • Update docker tags (8a120ef)
  • Update labels on dashboard (641c795)
  • Update lock files (d043197)
  • Update logging texts (d65e481)
  • Update logo menu links (bb46d71)
  • Update package scripts (2658784)
  • Update package-lock.json (a3d9afc)
  • Update packages (e521586)
  • Update packages and comment issue with code (f29de25)
  • Update packages for API (694f47c)
  • Update README and add link to tbd and Web5 terminology (ecfb5d9)
  • Update README with a section on "All Your Devices" (24d8c99)
  • Update README with instructions and update packages (516f302)
  • Update README.md (7990eb9)
  • Update README.md (190fefd)
  • Update README.md (6af90a4)
  • Update README.md (36f4439)
  • Update text and button for vault identity choose and signing (c389fdd)
  • Update the description of Blockcore Vault (bd47346)
  • Update the README to clearly explain what Blockcore Vault does (7d21757)
  • Use ts-node-dev for development process (445e0a3)
  • WIP: Change the login options to use wallet buttons (8583804)
  • WIP: Migrate http server from Koa to Express (8e9b590)