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

send mesages on event #707

Merged

Commits on Jan 24, 2022

  1. init messaging infrastructure tables

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    716745f View commit details
    Browse the repository at this point in the history
  2. renamed tables in the queries

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

Commits on Jan 25, 2022

  1. crud pojo's and methods

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

Commits on Jan 26, 2022

  1. simple input html sanitisation based on the owasp html sanitiser.

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0c584f6 View commit details
    Browse the repository at this point in the history
  2. data model test with fixes

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b4e6d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e43f468 View commit details
    Browse the repository at this point in the history
  4. wiring the event. template is now optional.

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

Commits on Jan 27, 2022

  1. basic working version. switched from java mail to mailjet, because of…

    … license issues with the default libraries.
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    0a66c2d View commit details
    Browse the repository at this point in the history
  2. added all basic request events as message triggers

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    67218bf View commit details
    Browse the repository at this point in the history
  3. wrapped http client calls into superclass

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

Commits on Jan 28, 2022

  1. version updates

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    0c02a8b View commit details
    Browse the repository at this point in the history
  2. message controller tests

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b3d998a View commit details
    Browse the repository at this point in the history
  3. rendering persisted template with handlebars.

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a4d60d1 View commit details
    Browse the repository at this point in the history
  4. rename back to wallet

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

Commits on Jan 31, 2022

  1. cleaning up create invitation response. basic sent invitation per ema…

    …il implementation.
    
    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ca984f7 View commit details
    Browse the repository at this point in the history
  2. template id can be optional, manager send message test

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    7d706a7 View commit details
    Browse the repository at this point in the history
  3. same response type for both create invitation endpoints

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    06f7143 View commit details
    Browse the repository at this point in the history
  4. added mail properties to top level .env and compose files

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f5fbd3f View commit details
    Browse the repository at this point in the history
  5. same options everywhere

    Signed-off-by: Philipp Etschel <[email protected]>
    etschelp committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    dc99ba1 View commit details
    Browse the repository at this point in the history
  6. added javadoc to the messaging controller

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

Commits on Feb 1, 2022

  1. comments, renaming, and nicer exception handling

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