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

feat: SMS/Whatsapp to attendee for teams #14648

Merged
merged 35 commits into from
Apr 23, 2024

Commits on Apr 11, 2024

  1. remove event type requires confirmation

    CarinaWolli committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    443c311 View commit details
    Browse the repository at this point in the history
  2. allow sms sending also for team (frontend)

    CarinaWolli committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c5abae6 View commit details
    Browse the repository at this point in the history
  3. allow text to attendee for team (backend)

    CarinaWolli committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f02fdfe View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. add rate limiting for SMS (WIP)

    CarinaWolli committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    008a7f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    21ea983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f16ebb View commit details
    Browse the repository at this point in the history
  3. merge main

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2854e11 View commit details
    Browse the repository at this point in the history
  4. rename to smsLockState

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e89ae2a View commit details
    Browse the repository at this point in the history
  5. add ability to lock users and teams

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    93bd438 View commit details
    Browse the repository at this point in the history
  6. don't send sms if locked

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    84b6e09 View commit details
    Browse the repository at this point in the history
  7. add missing imports

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    660f4ac View commit details
    Browse the repository at this point in the history
  8. fix rate limit namespace

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3df9121 View commit details
    Browse the repository at this point in the history
  9. add translation

    CarinaWolli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0ca100e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix type error

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ac70627 View commit details
    Browse the repository at this point in the history
  2. remove prop from UsersTable

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1038d3b View commit details
    Browse the repository at this point in the history
  3. add smsLockState to buildUser

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    78e6483 View commit details
    Browse the repository at this point in the history
  4. code clean up

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ec9759 View commit details
    Browse the repository at this point in the history
  5. create seperate sms rate limit function

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eeb0faa View commit details
    Browse the repository at this point in the history
  6. fix type error

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6c7aabf View commit details
    Browse the repository at this point in the history
  7. add missing userId and teamId to sendSMS

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4382d66 View commit details
    Browse the repository at this point in the history
  8. code improvements

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8d81887 View commit details
    Browse the repository at this point in the history
  9. add User Team type

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4d11932 View commit details
    Browse the repository at this point in the history
  10. fix marking as reviewed

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    23afc23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b88cc3 View commit details
    Browse the repository at this point in the history
  12. check monthly sms limit only for user

    CarinaWolli committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c66f70c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. don't lock orgs

    CarinaWolli committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    047799e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4434631 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    33dea49 View commit details
    Browse the repository at this point in the history
  2. fix type error

    CarinaWolli committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2f901f1 View commit details
    Browse the repository at this point in the history
  3. fix avatars

    CarinaWolli committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0c994c4 View commit details
    Browse the repository at this point in the history
  4. fix type error

    CarinaWolli committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    28e1fb7 View commit details
    Browse the repository at this point in the history
  5. fix type error

    CarinaWolli committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    04de76b View commit details
    Browse the repository at this point in the history
  6. fix type error

    CarinaWolli committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8c99511 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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