Skip to content
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

Feature/vote decrypt #171

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft

Feature/vote decrypt #171

wants to merge 27 commits into from

Commits on Dec 10, 2022

  1. Crypto preperation (#165)

    * Decrypt prepare (#141)
    
    Prepare the vote service to support crypto votes in the future
    
    * Crypto preperation (#142)
    
    * Add crypto helper tool
    
    * Update vote-decrypt
    
    * Fix decoded vote field
    
    * Use new models.yml
    
    * Encode the stop value as (json-)string
    
    * Fix vote encoding
    
    * Reintoduce vote validate
    
    * Validate cryptographic vote on stop
    
    * Fix some todos
    
    * Fix go vet
    
    * Add route for the public main key
    
    * Fix postgres initialization
    
    * fix vote format
    
    * fix merge
    
    * update environment docu
    
    * fix tests
    
    * Add url test
    
    * Fix handler
    
    * Fix default postgres backend
    
    * Bump golang from 1.19.3-alpine to 1.19.4-alpine (#164)
    
    Bumps golang from 1.19.3-alpine to 1.19.4-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    ostcar and dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    fdd1a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d0a2d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    d37311f View commit details
    Browse the repository at this point in the history
  2. Update vote-decrypt version

    ostcar committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    03b540f View commit details
    Browse the repository at this point in the history
  3. Fix type "douple" -> "double"

    ostcar committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    38491d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    2708344 View commit details
    Browse the repository at this point in the history
  2. Update deps

    ostcar committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c3ff3d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca9c7fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f23c892 View commit details
    Browse the repository at this point in the history
  5. Fix error message for backend

    ostcar committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d85b4f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    7dfe860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8b2276 View commit details
    Browse the repository at this point in the history
  3. Update deps and generated

    ostcar committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    59abbde View commit details
    Browse the repository at this point in the history
  4. Fix vote return format

    ostcar committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e09669c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e446b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    1840a56 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    4bf8b28 View commit details
    Browse the repository at this point in the history
  2. Update generated files

    ostcar committed May 21, 2023
    Configuration menu
    Copy the full SHA
    7b6335b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    ac01c3d View commit details
    Browse the repository at this point in the history
  2. Update autoupdate

    ostcar committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fe05c1d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a766295 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    2ff3616 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    67ace79 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge branch 'main' into feature/vote-decrypt

    Magnus Schieder authored and Magnus Schieder committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    762f133 View commit details
    Browse the repository at this point in the history
  2. Fix TestStartVoteStopClear

    Magnus Schieder authored and Magnus Schieder committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ff12260 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Merge branch 'main' into feature/vote-decrypt

    Magnus Schieder authored and Magnus Schieder committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9f68be1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Fix test

    Magnus Schieder authored and Magnus Schieder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a90eff4 View commit details
    Browse the repository at this point in the history