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

Poll model - validate end events #3072

Merged
merged 38 commits into from
Feb 1, 2023

Commits on Dec 30, 2022

  1. first cut poll model

    Kerry Archibald committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5ca533c View commit details
    Browse the repository at this point in the history
  2. process incoming poll relations

    Kerry Archibald committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    984e5eb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. allow alt event types in relations model

    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e578d84 View commit details
    Browse the repository at this point in the history
  2. allow alt event types in relations model

    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1123f1d View commit details
    Browse the repository at this point in the history
  3. remove unneccesary checks on remove relation

    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ea71efe View commit details
    Browse the repository at this point in the history
  4. comment

    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    dfe4038 View commit details
    Browse the repository at this point in the history
  5. Revert "allow alt event types in relations model"

    This reverts commit e578d84.
    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    515db7a View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "allow alt event types in relations model""

    This reverts commit 515db7a.
    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ae6ffb7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'psg-1014/relations-alt-event-types' into psg-1014/poll-…

    …model
    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f189901 View commit details
    Browse the repository at this point in the history
  8. basic handling for new poll relations

    Kerry Archibald committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    cace5d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge branch 'develop' into psg-1014/poll-model

    Kerry Archibald committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6b4f630 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. tests

    Kerry Archibald committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0f7829a View commit details
    Browse the repository at this point in the history
  2. test room.processPollEvents

    Kerry Archibald committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    32abfed View commit details
    Browse the repository at this point in the history
  3. join processBeaconEvents and poll events in client

    Kerry Archibald committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    797123c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51896e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. tidy and set 23 copyrights

    Kerry Archibald committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b158dcc View commit details
    Browse the repository at this point in the history
  2. use rooms instance of matrixClient

    Kerry Archibald committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    924a6c0 View commit details
    Browse the repository at this point in the history
  3. tidy

    Kerry Archibald committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d09700f View commit details
    Browse the repository at this point in the history
  4. more copyright

    Kerry Archibald committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9e0d95e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. simplify processPollEvent code

    Kerry Archibald committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b173130 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into psg-1014/poll-model

    Kerry Archibald committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    15dd1c4 View commit details
    Browse the repository at this point in the history
  3. throw when poll start event has no roomId

    Kerry Archibald committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    4a0494c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Merge branch 'develop' into psg-1014/poll-model

    Kerry Archibald committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    07d154a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. updates for events-sdk move

    Kerry Archibald committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    68ffea1 View commit details
    Browse the repository at this point in the history
  2. more type changes for events-sdk changes

    Kerry Archibald committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7d8f51c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. validate poll end event senders

    Kerry Archibald committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    10117e7 View commit details
    Browse the repository at this point in the history
  2. reformatted copyright

    Kerry Archibald committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0a618a2 View commit details
    Browse the repository at this point in the history
  3. undo more comment reformatting

    Kerry Archibald committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    68291e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c239b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Jan 29, 2023

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

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

  1. fix poll end validation logic to allow poll creator to end poll regar…

    …dless of redaction
    Kerry Archibald committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2dc4a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b3870b View commit details
    Browse the repository at this point in the history
  3. Update src/models/poll.ts

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    Kerry and richvdh committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1d2edc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. correct creator == sender validationin poll end

    Kerry Archibald committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ebbe6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d164f7 View commit details
    Browse the repository at this point in the history