Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

issue, request and receive w3c credentials #701

Merged

Commits on Jan 6, 2022

  1. working exchange payload converter

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    681b446 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. started with basic receive ld credential flow

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d0d97a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. pushing shared holder logic to abstract base class

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    44fa830 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. simple first store ld version. needs tests and cleaning up

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    08c22c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Merge branch 'main' into feature/store-ld-credential

    Signed-off-by: Philipp Etschel <[email protected]>
    
    # Conflicts:
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/IssuerCredentialManager.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/aries/AriesEventHandler.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/aries/HolderCredentialManager.java
    #	backend/pom.xml
    etschelp committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f5dd74a View commit details
    Browse the repository at this point in the history
  2. fixed warnings

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1fb5c0a View commit details
    Browse the repository at this point in the history
  3. renamed migration

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e7d05db View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    84def74 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. ld label strategy with test

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    68b4b57 View commit details
    Browse the repository at this point in the history
  2. started with the view models

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    53c43bd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. joining schema to credential exchange

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    bcdf2c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Merge branch 'main' into feature/store-ld-credential

    Signed-off-by: Philipp Etschel <[email protected]>
    
    # Conflicts:
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/api/aries/AriesCredential.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/activity/LabelStrategy.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/aries/AriesEventHandler.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/aries/credential/HolderCredentialManager.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/aries/credential/IssuerCredentialManager.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/persistence/model/BPACredentialExchange.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/persistence/model/BPASchema.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/persistence/repository/BPASchemaRepository.java
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/persistence/repository/HolderCredExRepository.java
    #	backend/business-partner-agent/src/test/java/org/hyperledger/bpa/impl/activity/LabelStrategyTest.java
    #	backend/business-partner-agent/src/test/java/org/hyperledger/bpa/persistence/repository/IssuerCredExRepositoryTest.java
    #	backend/pom.xml
    etschelp committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c12f335 View commit details
    Browse the repository at this point in the history
  2. fix imports after merging

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    2c5bea7 View commit details
    Browse the repository at this point in the history
  3. merging packages

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    fbb3751 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. moved the base holder

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9b20dc6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/store-ld-credential

    Signed-off-by: Philipp Etschel <[email protected]>
    
    # Conflicts:
    #	backend/business-partner-agent/src/main/java/org/hyperledger/bpa/impl/aries/credential/IssuerCredentialManager.java
    etschelp committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    11f0650 View commit details
    Browse the repository at this point in the history
  3. small fixes

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    8bc052c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. api cleanup, wiring baic issue ld method

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5f74c50 View commit details
    Browse the repository at this point in the history
  2. cleaning up annotations

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    21e9198 View commit details
    Browse the repository at this point in the history
  3. persisting ld issuer state changes and credential issued

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f99b340 View commit details
    Browse the repository at this point in the history
  4. typo in test

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5e41576 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. stash

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d9f31df View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/store-ld-credential

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6cf715e View commit details
    Browse the repository at this point in the history
  3. revert until release

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    2c3c99c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/store-ld-credential

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    32f75c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. ld implementation for credential request, receive proposal and receiv…

    …e offer
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2974b36 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. pushing all shared logic up to base classes

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    30c694e View commit details
    Browse the repository at this point in the history
  2. separate counter offer implementations for indy and json-ld

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3a4ec16 View commit details
    Browse the repository at this point in the history
  3. fixes

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    17a1515 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. switching from abstract classes to multiple classes that delegate the…

    … calls for indy and ld specific logic, common logic is handled in the base class. cleaned this up for the issuer flows.
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7b962c7 View commit details
    Browse the repository at this point in the history
  2. same class structure as with the issuers

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8c0ec28 View commit details
    Browse the repository at this point in the history
  3. split up send proposal into indy and ld part

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5515ce2 View commit details
    Browse the repository at this point in the history
  4. fixing states

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ca02684 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. added missing counter proposal. basic ui fix

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a7fc5f5 View commit details
    Browse the repository at this point in the history
  2. pmd

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2d5fccd View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. working proposal and offer flows. ui needs more corrections.

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    5a5f56b View commit details
    Browse the repository at this point in the history
  2. removing not needed classes

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0f8f53d View commit details
    Browse the repository at this point in the history
  3. fixed: credDef not selectable when proposal is received. hiding credD…

    …ef if type not indy
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    26fc338 View commit details
    Browse the repository at this point in the history
  4. renaming

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    eb5f7be View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. more test files

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6361a4b View commit details
    Browse the repository at this point in the history
  2. setting holder did on credential request if ld.

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    afafa3d View commit details
    Browse the repository at this point in the history
  3. issuer proposal flow test

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f23e15d View commit details
    Browse the repository at this point in the history
  4. tests for ld issuer flows

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cb7a05b View commit details
    Browse the repository at this point in the history
  5. started with tests for holder ld flows

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bca5aa4 View commit details
    Browse the repository at this point in the history
  6. rest of the ld holder flow tests

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c18d7c0 View commit details
    Browse the repository at this point in the history
  7. missing header

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ec82ed7 View commit details
    Browse the repository at this point in the history
  8. updated readme

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bc56a85 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. added basic attribute validation

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    fc01725 View commit details
    Browse the repository at this point in the history
  2. hiding v2 slider for ld documents

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a3b2d99 View commit details
    Browse the repository at this point in the history
  3. Hiding credential definition tab in the UI when schema type is LD. Di…

    …splaying trusted issuer tab in UI for LD schemas again. Added possibility to add a did:key as a trusted issuer. Using configured did:key when holder.
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    88bcf68 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fixed filter, fixed circular reference

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d6ea47f View commit details
    Browse the repository at this point in the history
  2. ld credentials in public profile

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    07d28fc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. - fixed document label not editable if no default attribute is set, -…

    … highlighting default attribute name in manage schemas, - ld attribute validation on document create/update
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8141e4d View commit details
    Browse the repository at this point in the history
  2. validating default attribute name when creating the schema

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7fcd4a5 View commit details
    Browse the repository at this point in the history
  3. version updates

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e987c7a View commit details
    Browse the repository at this point in the history
  4. reverting, needs to be cleaned up another time

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a014ba8 View commit details
    Browse the repository at this point in the history
  5. filtering indy types when sending proof presentation

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    9892655 View commit details
    Browse the repository at this point in the history
  6. using did:indy instead of did:key

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    9db4d2d View commit details
    Browse the repository at this point in the history
  7. test fixes

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6ceead3 View commit details
    Browse the repository at this point in the history
  8. adding id to subject

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    b07fcbe View commit details
    Browse the repository at this point in the history
  9. readme

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    3e9d720 View commit details
    Browse the repository at this point in the history