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

[WIP] Feat/notification gw handler and webhook #1080

Commits on Nov 29, 2021

  1. feat: Add storage modification types [CREATED, CHANGED, DELETED]

    Preparaton for implementation of Solid Notifications according to https://solid.github.io/notifications/protocol
    The proposal refers to https://www.w3.org/TR/activitystreams-core/ for the activity types.
    In order to provide meaningful notifications to subscribers we have differentiated between the types of resource changes, such as CREATED, CHANGED and DELETED.
    This required an introduction of a ModificationResult interface that wraps the changed ResourceIdentifiers.
    TamSzaGot committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    82e9653 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. fix: Renamed factory functions to follow naming 'create...', changed …

    …ModificationType to be an enum, and removed unnecessary factory functions 'createdResource', 'changedResource' & 'deletedResource' from 'ResourceStore'
    ixuz committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    461a936 View commit details
    Browse the repository at this point in the history
  2. feat: An initial draft implementation of a NotificationWellKnown, Not…

    …ificationGateway, NotificationHandler and a WebHookSubscription2021Handler.
    ixuz committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3bde06c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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

Commits on Dec 8, 2021

  1. Unsubscribe route

    jaxoncreed committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ee2e548 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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

Commits on Dec 10, 2021

  1. General Pod JWKS

    jaxoncreed committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6bcd769 View commit details
    Browse the repository at this point in the history
  2. Added Webhook http client

    jaxoncreed committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d6be7f3 View commit details
    Browse the repository at this point in the history
  3. Completed webhook auth

    jaxoncreed committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b0758a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Removed trailing slash

    jaxoncreed committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    6c52bc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

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

Commits on Dec 16, 2021

  1. Merge pull request #1 from jaxoncreed/feat/notification-gw-handler-an…

    …d-webhook-jackson
    
    Jackson's Changes for Notifications
    TamSzaGot committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    175bf5c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

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

Commits on Jan 14, 2022

  1. fix jose version problems

    TamSzaGot committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6c55efa View commit details
    Browse the repository at this point in the history
  2. add Access-Control-Allow-Origin * to CORS configuration to be able to…

    … test cloud deployment
    TamSzaGot committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6bb5ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a11271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c75a908 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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

Commits on Jan 25, 2022

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

Commits on Jan 28, 2022

  1. remove un used files

    TamSzaGot committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    63bf398 View commit details
    Browse the repository at this point in the history
  2. remove un used method

    TamSzaGot committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    46ad60c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0518f8f View commit details
    Browse the repository at this point in the history
  4. align to updated HttpCient

    TamSzaGot committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    111de40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea0d608 View commit details
    Browse the repository at this point in the history
  6. fix and add unit tests

    TamSzaGot committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d01c61f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc00a2 View commit details
    Browse the repository at this point in the history
  8. fix lint errors

    TamSzaGot committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1526baf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. ci: Trigger CI

    ixuz committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    2ea40d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

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