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

Quick Notifications #192

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Quick Notifications #192

wants to merge 7 commits into from

Commits on Feb 8, 2024

  1. Add Quick Notifications

    Adds the Solid Quick Notifications Protocol that enables Solid Servers to directly provide clients with notification channels and/or let them negotiate subscriptions using HTTP headers within any GET requests.
    CxRes committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b58b0c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Apply suggestions from TallTed's review

    Fixes multiple typo and language errors.
    
    Co-authored-by: Ted Thibodeau Jr <[email protected]>
    CxRes and TallTed authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c7fef4f View commit details
    Browse the repository at this point in the history
  2. TallTed's Review Fixes Backported

    Fixes typos and language in SNP, arising from TallTed's review of SQNP.
    CxRes committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    cad95f4 View commit details
    Browse the repository at this point in the history
  3. On header reference to solid must be lowercase

    Fixed inconsistent use of `solid` as a protocol identifier on `Accept-Events` and `Events` header field to lowercase.
    CxRes committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    d0b1ef1 View commit details
    Browse the repository at this point in the history
  4. Typo Fixed

    Fixed a spurious text on line 671
    CxRes committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e1a7800 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix Examples

    Fixed example code based on discussion with elf Pavlik in the Solid STM on 5 March 2024.
    Also, added some missing quotation marks and other minor fixes.
    CxRes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ff6a6f0 View commit details
    Browse the repository at this point in the history
  2. fix Unnecessary Repetition in Response Status

    Fixed unnecessary repetition of "Events" in the Subscription Response -> response status.
    CxRes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ed3b829 View commit details
    Browse the repository at this point in the history