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

Feature/conversations #480

Merged
merged 22 commits into from
Mar 31, 2021
Merged

Feature/conversations #480

merged 22 commits into from
Mar 31, 2021

Commits on Feb 19, 2021

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

Commits on Feb 25, 2021

  1. Video 4078 add flip camera button to mobile menu (#433)

    VIDEO 4078 Conversations - Add flip camera button to 'more' mobile menu
    olipyskoty committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9849c28 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/conversations

    Tim Mendoza committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    23b9e8d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Video 3730 add conversation hooks (#438)

    * Add initial hooks for chat
    
    * Update hooks in chat provider
    
    * Add tests for conversationProvider component
    
    * Fix DeviceSelectionScreen tests
    
    * Update variable names
    
    * Revert proxy url in package.json
    
    * Fix linting issues
    
    * Make error handling more user friendly
    
    * Fix a test in src/state
    
    * Temporarily disable cypress tests
    
    * Undo prettier changes to config.yml
    
    * Update chatProvider test
    
    * Cleanup ChatProvider
    timmydoza committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    045aee0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    be26af4 View commit details
    Browse the repository at this point in the history
  2. Add links to TextMessage component (#446)

    * Add links to TextMessage component
    
    * Update CSS in TextMessage
    
    * Update snapshot test
    
    * Fix issue in addLinks function
    
    * Use forEach loop in addLinks function
    timmydoza committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    925dd39 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge branch 'master' into feature/conversations

    Tim Mendoza committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    abd0f1b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Add new server (#443)

    * Use new server with reused code
    
    * Add firebase auth to server
    
    * Convert server to typescript
    
    * Add tests for firebaseAuthMiddleware
    
    * Refactor server
    
    * Add more server tests
    
    * Add tests for CreateExpressHandler
    
    * Fix linter issue
    
    * Delete old server
    
    * Fix linter issues
    
    * Fix some server issues
    
    * Set up server build steps
    
    * Change request to match new server api
    
    * Fix token fetch test
    
    * Add server build step to circleci config
    
    * Enable cyress tests in CI
    
    * Undo prettier changes in config.yml
    
    * install plugin-rtc from npm
    
    * Fix firebaseAuth test
    
    * Add create_conversation:true to token requests
    
    * Upgrade plugin-rtc to 0.8.0
    
    * Temorarily remove firebaseAuthMiddleware and recording rules route
    
    * Add ChatProvider back in
    
    * Update .env.example
    
    * Change build:server script
    
    * Add firebaseAuthMiddleware
    
    * Add comments to firebaseAuthMiddleware
    
    * Update useFirebaseAuth tests
    timmydoza committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    89d98fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18f291 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Chat notification (#454)

    * Add notification to chat icon
    
    * Add tests for ToggleChatButton
    
    * Some cleanup
    
    * Fix linting issue
    timmydoza committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a56465f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    86f33a3 View commit details
    Browse the repository at this point in the history
  2. Update MessageList component to change how messages are grouped (#469)

    * Update MessageList component to change how messages are grouped
    
    * Simplify MessageList code
    timmydoza committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    475014d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Video 3888 file input for conversations (#458)

    * Add FileAttachmentIcon
    
    * Add File Input to ChatInput component
    
    * Add change handler to file input
    
    * Create MediaMessage component and add it to MessageList
    
    * Toggle ChatWindow visibility with CSS
    
    * Update messageList tests
    
    * Add function to format the file size
    
    * Update error handling in ChatInput component
    
    * Add tests for MediaMessage component
    
    * Update snapshot test
    
    * Add tests for ChatInput
    
    * Fix linting issue
    
    * Update filesize formatting
    
    * Update error language and tests
    
    * Reset file input value after file sent
    
    * Center icon in MediaMessage
    
    * Update Icon size
    
    * Fix breaking ChatInput test
    
    * Update snapshot
    
    * Use accept attribute on file input element
    timmydoza committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    82e4928 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    8cbfaa2 View commit details
    Browse the repository at this point in the history
  2. Cross browser fixes (#472)

    * Update app.yaml for the new server
    
    * Add cache controls for static assets
    
    * Only hide Screenshare button on mobile devices
    
    * Auto focus on chat input when user opens chat window
    
    * Fix iOS bug with media messages
    
    * Fix issues in MessageListScrollContainer
    
    * Fix app.yaml
    
    * Fix infinite loop when there is a conversations error
    
    * Update tests for ChatInput
    
    * Update mediamessage test
    
    * Update menubar tests
    
    * Update messageList snapshot
    
    * Fix linting issue
    
    * Add comments to the server
    timmydoza committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5ca5c00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f382369 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Merge branch 'master' into feature/conversations

    Tim Mendoza committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    bd4c7c4 View commit details
    Browse the repository at this point in the history
  2. Video 4597 feature flag (#475)

    * Update plugin-rtc version
    
    * Add feature flag for Twilio Conversations
    
    * Add tests
    
    * Add info to .env.example
    timmydoza committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5bc3cad View commit details
    Browse the repository at this point in the history
  3. Update readme with info about twilio conversations (#476)

    * Update readme with info about twilio conversations
    
    * Update readme to address feedback
    timmydoza committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4ebacc2 View commit details
    Browse the repository at this point in the history
  4. Release 0.3.0 (#479)

    * Bump version and update changelog
    
    * Add plugin-rtc upgrade instructions to the readme
    timmydoza committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4813289 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feature/conversations

    timmydoza committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    82875f4 View commit details
    Browse the repository at this point in the history