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

MSC4039: Access the Content repository with the Widget API #4039

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

Commits on Jul 24, 2023

  1. Add an MSC for a new Widget API action to upload files into the media…

    … repository
    
    Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
    dhenneke committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f346c77 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Fix copy-paste errors

    Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
    dhenneke committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3e95735 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix new interface description

    Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
    mgcm and Johennes authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1adb2e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. WIP: Update MSC4039

    - added download API to handle MSC3916 "Authentication for media"
    - added e2ee aware variants for both upload and download
    
    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1fc1831 View commit details
    Browse the repository at this point in the history
  2. define EncryptedFile object

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c1c8f64 View commit details
    Browse the repository at this point in the history
  3. restructure headings

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1947d2d View commit details
    Browse the repository at this point in the history
  4. address the "e2ee in widget" alternative

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    26b6a7b View commit details
    Browse the repository at this point in the history
  5. address "async uploads"

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9202051 View commit details
    Browse the repository at this point in the history
  6. explain the choice of payload design

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4627fc0 View commit details
    Browse the repository at this point in the history
  7. remove authenticated media issue which has been addressed, reformat

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    960ebc5 View commit details
    Browse the repository at this point in the history
  8. add "widget api 2.0" alternative

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    59386f3 View commit details
    Browse the repository at this point in the history
  9. remove matrix_base_url

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    09a6260 View commit details
    Browse the repository at this point in the history
  10. format diff

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    58f899e View commit details
    Browse the repository at this point in the history
  11. update alternatives

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a5e8065 View commit details
    Browse the repository at this point in the history
  12. consider MSC3911

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    569c854 View commit details
    Browse the repository at this point in the history
  13. remove all TODOs

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ff1692c View commit details
    Browse the repository at this point in the history
  14. replace flowchart with sequenceDiagram

    Signed-off-by: Kim Brose <kim.brose@nordeck.net>
    HarHarLinks committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    514e8be View commit details
    Browse the repository at this point in the history