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

Add a module API to send an HTTP push notification #15387

Merged
merged 21 commits into from
Apr 26, 2023
Merged

Commits on Apr 5, 2023

  1. Add a module API to send an HTTP push notification

    Mathieu Velten committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a3354cb View commit details
    Browse the repository at this point in the history
  2. Adress comments

    Mathieu Velten committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7149068 View commit details
    Browse the repository at this point in the history
  3. Update synapse/module_api/__init__.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    Mathieu Velten and clokep committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c553bff View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Add support for default_payload

    Mathieu Velten committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5cbb937 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into mv/module-push-notif

    Mathieu Velten committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    45e3fd4 View commit details
    Browse the repository at this point in the history
  3. Missing param

    Mathieu Velten committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9f49c20 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Docstring tweaks

    Mathieu Velten committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ceb4a9b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into mv/module-push-notif

    Mathieu Velten committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f22e71a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    Mathieu Velten and clokep committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    dd2f395 View commit details
    Browse the repository at this point in the history
  2. Update synapse/push/httppusher.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    Mathieu Velten and clokep committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6a61b0b View commit details
    Browse the repository at this point in the history
  3. Address comments

    Mathieu Velten committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d395157 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into mv/module-push-notif

    Mathieu Velten committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    bbffbcb View commit details
    Browse the repository at this point in the history
  5. Unused import

    Mathieu Velten committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    84d5aaa View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update synapse/push/httppusher.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    Mathieu Velten and clokep committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    28ac8a0 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    Mathieu Velten and clokep committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7e9a3f3 View commit details
    Browse the repository at this point in the history
  3. address comments

    Mathieu Velten committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    3a374f3 View commit details
    Browse the repository at this point in the history
  4. unused type

    Mathieu Velten committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e8d5340 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84810e9 View commit details
    Browse the repository at this point in the history
  6. unused imports

    Mathieu Velten committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    161c38c View commit details
    Browse the repository at this point in the history
  7. typo

    Mathieu Velten committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6d0b1ec View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Remove unused variable.

    clokep committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    76c321e View commit details
    Browse the repository at this point in the history