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

Asynchronous uploads (MSC2246) #364

Closed
wants to merge 6 commits into from

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    dc1401b View commit details
    Browse the repository at this point in the history
  2. Redis signaling for upload notifier

    Expands async upload notify support to multiple processes.
    
    The logic is all instances of media repo subscribe to all shards
    for upload notify events and any instance published an event to
    one of them. This could be done in reverse as well but I found this
    somewhat easier to do.
    hifi committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ffdff09 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. fixup! Implementation of MSC2246

    hifi committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f39ed4a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. fixup! Implementation of MSC2246

    hifi committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    caefa2a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. fixup! Implementation of MSC2246

    upload: handle as PUT request
    
    According to
    matrix-org/matrix-spec-proposals#2246, the new
    upload endpoint is a PUT endpoint, not a POST.
    sumnerevans authored and hifi committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c8c6ec1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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