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: implement ChatList #2997

Open
wants to merge 255 commits into
base: next/mgt-chat
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 15, 2023

  1. fixed You

    plasne committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5f26daf View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 20, 2023

  1. add missing changes

    seekdavidlee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c686f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    f0e3c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e21cc View commit details
    Browse the repository at this point in the history
  3. Fix regex for CodeQL

    andrewDoing committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6d2804c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba20a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7941587 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2f350e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c27bce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1dccf8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fecf3dc View commit details
    Browse the repository at this point in the history
  10. restore UI after merge

    seekdavidlee committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    df9faa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    b3b1ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e351797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c70055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d28763 View commit details
    Browse the repository at this point in the history
  5. Make logic more readable

    andrewDoing committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    738328f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from plasne/technicallywilliams/chatlistitem-la…

    …yout
    
    Init ChatListItem component
    andrewDoing authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8f22281 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b70f56 View commit details
    Browse the repository at this point in the history
  8. remove comment

    seekdavidlee committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f57cdbd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e79e996 View commit details
    Browse the repository at this point in the history
  10. add get user id

    seekdavidlee committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a55b374 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    e9db6e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87d170 View commit details
    Browse the repository at this point in the history
  3. add cache

    seekdavidlee committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7456e44 View commit details
    Browse the repository at this point in the history
  4. rework based on code review comments

    rename className for loadMore
    menu does not require icon
    seekdavidlee committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a4d33ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    244420b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4e537e View commit details
    Browse the repository at this point in the history
  7. wip: functional load

    plasne committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d9d15e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. expose chatlist menu and button items classes,

    mock up menu and button item for testing,
    fixed issue button and menu key error
    rework MenuList to use MenuItem instead of MenuItemLink which causes refresh of page
    seekdavidlee committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    14f28fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fed6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6757bde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d4182e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09eed58 View commit details
    Browse the repository at this point in the history
  6. create new subscriptions for chatlist message events

    msg received, deleted, edited
    member add, removed
    chat renamed
    seekdavidlee committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    af59be4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4f1976 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19a34a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. move chatlistitem onselected callback to chatlist;

    simplify selected chat for chatlist
    TechnicallyWilliams committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    aa3d267 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    2bade15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    458da65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fd687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fa2795 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87b5e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7422c8 View commit details
    Browse the repository at this point in the history
  7. fix an issue with markallasread appearing multiple times

    comment out cache and we can decide later if we need it
    seekdavidlee committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5deae80 View commit details
    Browse the repository at this point in the history
  8. minor fixes for feedback

    plasne committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1d0b483 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1997b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    1c0a2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5984aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc77f4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6c00ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from plasne/technicallywilliams/chatlist-read-s…

    …elect
    
    Adds Selected and Read Styles to ChatListItem
    TechnicallyWilliams authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    12c468f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c49a3a4 View commit details
    Browse the repository at this point in the history
  7. fix for loading ChatList

    plasne committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7a46857 View commit details
    Browse the repository at this point in the history
  8. merged from next/mgt-chat

    plasne committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bd7f18d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5 from plasne/pelasne/chatlistitem-load

    Load ChatListItem details when only ID provided
    plasne authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    da8e559 View commit details
    Browse the repository at this point in the history
  10. Person Icons, Emojis, Images, Group Title +N (#3)

    * Make profile icon operational
    
    * Remove unused imports, simplify logic
    
    * Add groupchat title +N truncation
    
    * Handle emojis in preview messages
    
    * Handle images in preview messages
    
    * Adjust image regex
    
    * Adjust image regex
    
    * Adjust image regex
    
    * Incorporate Peter's review
    
    * Handle undefined application.id
    
    * Simplify CSS
    
    * Handle undefined preview message content with default messages
    
    * Simplify CSS
    
    * Adjust styles to match design
    
    * Fix merge issues
    
    * Remove yarn cache additions
    andrewDoing authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    87287dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1be5a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c138c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    cf83e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe354a View commit details
    Browse the repository at this point in the history
  3. graph is always defined

    seekdavidlee committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ad62a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4452620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a98ab01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    803ec71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82ebe5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1c9e87 View commit details
    Browse the repository at this point in the history
  9. added last read timestamp

    plasne committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    97ce1fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c74fe8 View commit details
    Browse the repository at this point in the history
  11. merged

    plasne committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cfc678a View commit details
    Browse the repository at this point in the history
  12. merged with next

    plasne committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4f2cb15 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request #8 from plasne/pelasne/last-read-timeout

    Add last-read-timestamp to ChatList
    plasne authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    20fbf14 View commit details
    Browse the repository at this point in the history
  2. added system event behaviors

    plasne committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    186c222 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    4e8375b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc79d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d83ea47 View commit details
    Browse the repository at this point in the history
  4. merge latest

    TechnicallyWilliams committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6e85974 View commit details
    Browse the repository at this point in the history
  5. run prettier

    TechnicallyWilliams committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    74a8f87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cf2f96 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    2773f71 View commit details
    Browse the repository at this point in the history
  2. merged with next/mgt-chat

    plasne committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bf35ee1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from plasne/pelasne/implement-thread-change

    Added system behaviors to ChatList
    plasne authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e4c275c View commit details
    Browse the repository at this point in the history
  4. Add a prop for specifying the selected ChatListItem.

    This will trigger a onSelected event on the selected item and an onUnselected event on the previously selected item.
    mfrederick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    54f80c0 View commit details
    Browse the repository at this point in the history
  5. Handle Chat Message Notifications (microsoftgraph#316) (#10)

    * Handle chat message notifications in ChatList
    
    * Remove added yarn cache files
    
    * Revert "Remove added yarn cache files"
    
    This reverts commit b4b90cd.
    
    * Remove customer reference
    
    * Handle chat message notifications in ChatList
    
    * Remove added yarn cache files
    
    * Revert "Remove added yarn cache files"
    
    This reverts commit b4b90cd.
    
    * Remove customer reference
    
    * Add catch to loadChat promise
    
    * Fix eslint errors
    
    * Remove unused import
    
    * fixed eslint stuff
    
    ---------
    
    Co-authored-by: Peter Lasne <plasne@iname.com>
    andrewDoing and plasne authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d97cd74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8258ecd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e9a3a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    333f5ef View commit details
    Browse the repository at this point in the history
  9. Update loading chat threads to use last-read-timestamp (#12)

    * Update loading chat threads to use last-read-timestamp
    
    * Add review suggestions
    
    * Fix eslint errors pt2
    
    * Simplify read logic
    andrewDoing authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d9263b2 View commit details
    Browse the repository at this point in the history
  10. small bug fixes

    plasne committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0d09613 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'next/mgt-chat' into mattbillfred/implement-selection-wi…

    …thin-chatlist
    
    # Conflicts:
    #	packages/mgt-chat/src/components/ChatList/ChatList.tsx
    #	samples/react-chat/src/App.tsx
    mfrederick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9401c39 View commit details
    Browse the repository at this point in the history
  12. Renamed selectedItemId to selectedChatId

    mfrederick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    01b7600 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #15 from plasne/mattbillfred/implement-selection-w…

    …ithin-chatlist
    
    Add a prop for specifying the selected ChatListItem (microsoftgraph#321)
    MattBillFred authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3008a42 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge pull request #16 from plasne/pelasne/fixes-from-demo

    small bug fixes
    plasne authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    eef8eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c2725 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0151d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8a154f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36aeda2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e7b42d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45ff87c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c06920 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce7effb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53cd932 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c65555 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ca2023 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. reset apps on chat change

    plasne committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    35bbf63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f361886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e65d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b9fa1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebef10b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a361baa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from plasne/technicallywilliams/markallasread

    Implement mark all messages as read
    TechnicallyWilliams authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7c29505 View commit details
    Browse the repository at this point in the history
  8. merged with next/mgt-chat

    plasne committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    40dcb6e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix selection issue

    plasne committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2e7beb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fb19f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from plasne/pelasne/fix-appbot-names

    Fix app/bot names
    plasne authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    23ce3dd View commit details
    Browse the repository at this point in the history
  4. remove login from chatlisheader (#20)

    show header when logged in
    seekdavidlee authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    29c1885 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from microsoftgraph/next/mgt-chat

    feat: add a refresh for presence (microsoftgraph#2916)
    plasne authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    19d1be8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eb0567 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge pull request #25 from microsoftgraph/next/mgt-chat

    feat: transform emoji tags into standard HTML (microsoftgraph#2870)
    plasne authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    cd7dfb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c7a92 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    46469e8 View commit details
    Browse the repository at this point in the history
  2. bug fixes

    plasne committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    db2bb3e View commit details
    Browse the repository at this point in the history
  3. removed bad comment

    plasne committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d81a889 View commit details
    Browse the repository at this point in the history
  4. Update packages/mgt-chat/src/components/ChatList/ChatList.tsx

    Co-authored-by: Dexter Williams <dexterwilliams04@gmail.com>
    plasne and TechnicallyWilliams authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0499e95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #28 from plasne/pelasne/chatlist-page-379

    Bug fixes to support ChatListPage
    plasne authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9a378f6 View commit details
    Browse the repository at this point in the history
  6. fixed conflicts

    plasne committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    98333ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25dfdc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #30 from plasne/pelasne/test-mode

    Upstream changes Jan 29
    plasne authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    99b1ad3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from microsoftgraph/next/mgt-chat

    fix: set consistent spacing between mentioned people names (microsoftgraph#2970)
    plasne authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c40f70f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb4724 View commit details
    Browse the repository at this point in the history
  4. removed comment

    plasne committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    88086d4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #33 from plasne/pelasne/chatlist-page-379.2

    Added full-screen-errors similar to chat
    plasne authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8faaec3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

    plasne committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bd58b1d View commit details
    Browse the repository at this point in the history
  3. added yarn stuff

    plasne committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6c71d2b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from plasne/pelasne/do-not-rely-on-sign-in-to-…

    …load-chatlist
    
    fixes
    plasne authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    10b4d78 View commit details
    Browse the repository at this point in the history
  5. fixed some style issues

    plasne committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f0fad75 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #36 from plasne/pelasne/fix-styles-for-acs-upgrade

    fixed some style issues
    plasne authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6843445 View commit details
    Browse the repository at this point in the history
  7. support for undefined

    plasne committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f5c319d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #38 from plasne/pelasne/support-for-global-provide…

    …r-undefined
    
    support for undefined
    plasne authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0d6109c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee5ca71 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    4f8022d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from plasne/pelasne/fix-provider-can-be-undefined

    Fixed one more reference that can be undefined
    plasne authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    27e466e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0f911 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47708ad View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    431bd2e View commit details
    Browse the repository at this point in the history
  2. Change onLoaded to handle number of chat threads (#43)

    * Change onLoaded to handle number of chat threads
    
    * Update react contoso
    
    * Update variable name
    
    * Update variable in react-chat
    andrewDoing authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a2b3a06 View commit details
    Browse the repository at this point in the history
  3. Andrew doing/update on loaded (#44)

    * Change onLoaded to handle number of chat threads
    
    * Update react contoso
    
    * Update variable name
    
    * Update variable in react-chat
    
    * Adjust onLoaded to accept the chat threads, fire onSelected every time, fix samples
    
    * Fix Peter's comments
    andrewDoing authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9a08554 View commit details
    Browse the repository at this point in the history
  4. work in progress

    plasne committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e02a6f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02d0f78 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. more stuff in PR

    plasne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c465ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb7677 View commit details
    Browse the repository at this point in the history
  3. Revert "work in progress"

    This reverts commit e02a6f8.
    plasne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fe273e4 View commit details
    Browse the repository at this point in the history
  4. Revert "more stuff in PR"

    This reverts commit 6c465ef.
    plasne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7d3c034 View commit details
    Browse the repository at this point in the history
  5. fixed as appropriate

    plasne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7d2702c View commit details
    Browse the repository at this point in the history
  6. removed testing div

    plasne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c2478a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0243c8a View commit details
    Browse the repository at this point in the history
  8. removed debug logs

    plasne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    28688ed View commit details
    Browse the repository at this point in the history
  9. Merge pull request #48 from plasne/pelasne/revert-commits

    Reverting accidental commits for bug fixes
    plasne authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ca42664 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    861128f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ef8211 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    adc3e32 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #50 from plasne/pelasne/bug-fix-450

    BUG 450: Messages for chats that are not loaded would cause an exception
    plasne authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    83613b0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #49 from plasne/pelasne/bug-fix-452

    BUG 452: Chat doesn't always show the "no chats selected" error indicators
    plasne authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fab1348 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #51 from plasne/pelasne/bug-fix-446

    BUG 446: write previously unhandled messages related to wake-up to the log
    plasne authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    50eec0b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. resolved merge conflicts

    plasne committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f6f4809 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    6357e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f5620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec31259 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fixed styles

    plasne committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bcb95d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from plasne/microsoftgraph-next/mgt-chat

    Merge 64 upstream changes into our feature branch
    plasne authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    12494a7 View commit details
    Browse the repository at this point in the history
  3. reworked underlying renewal logic so that it is cleaner to debug as w…

    …ell as other improvements (#57)
    seekdavidlee authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2066183 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    a427685 View commit details
    Browse the repository at this point in the history
  2. incorporate feedback: move internalselectedchat to statefulgraphchatl…

    …ist; move markallchatthreadsasread to chatlistclient
    TechnicallyWilliams committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    563e406 View commit details
    Browse the repository at this point in the history
  3. incorporate feedback: move internalselectedchat to statefulgraphchatl…

    …ist; move markallchatthreadsasread to chatlistclient
    TechnicallyWilliams committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d115c8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e285de4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21195dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7807f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81aaca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5231f6f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    3983013 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from plasne/dexterw/fix-chat-read-reset

    Fix blind read reset on received messages
    TechnicallyWilliams authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    86ea3e5 View commit details
    Browse the repository at this point in the history
  3. ChatListHeader is now optional if there are no buttons or menu items …

    …injected, removed hardcoded "mark all as read" menu item (#60)
    seekdavidlee authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4650e97 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update NewChat with new label and send icon microsoftgraph#434 (#59)

    * Update NewChat with new label and send icon
    
    * Remove button
    andrewDoing authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6fb163c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18251dd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    6be4e31 View commit details
    Browse the repository at this point in the history
  2. UI Fixes (#61)

    andrewDoing authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    837b7cb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    50211e4 View commit details
    Browse the repository at this point in the history
  2. merged from upstream

    plasne committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1f5746d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e9024 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #66 from plasne/microsoftgraph-next/mgt-chat

    fix: update contoso app to use migration shims components (microsoftgraph#3015)
    plasne authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b48c889 View commit details
    Browse the repository at this point in the history
  2. messages from You are read

    plasne committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2a74f53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #67 from plasne/pelasne/mark-you-as-read-489

    Messages from You are now marked as READ
    plasne authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ba26190 View commit details
    Browse the repository at this point in the history
  4. todos from code review

    seekdavidlee committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    351f070 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #71 from microsoftgraph/next/mgt-chat

    fix: force messages to take up all available space (microsoftgraph#3063)
    plasne authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    79746f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20294d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Implement Gavin's review

    andrewDoing committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    eba6d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c38760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3323c78 View commit details
    Browse the repository at this point in the history
  4. fixed issues with wake-up

    plasne committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    319e7d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdfdf68 View commit details
    Browse the repository at this point in the history
  6. added some try...finally

    plasne committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f7d3411 View commit details
    Browse the repository at this point in the history
  7. removed unnecessary log

    plasne committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    de25715 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    f14739b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from plasne/andrewDoing/graphchatreview

    Add filter to loadAppsInChat to exclude apps without a bot
    plasne authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    31f7d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    656ff3d View commit details
    Browse the repository at this point in the history
  4. merged from next/mgt-chat

    plasne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fe99fe6 View commit details
    Browse the repository at this point in the history
  5. updated per David's feedback

    plasne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bd6b8c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76 from plasne/pelasne/renewal-loop-sticking

    Harden sleep/wake experience for ChatList
    plasne authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c91b337 View commit details
    Browse the repository at this point in the history
  7. merged with next/mgt-chat

    plasne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d63ab6c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #69 from plasne/seekdavidlee/todos

    todos from PG code review
    plasne authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1f138bc View commit details
    Browse the repository at this point in the history
  9. initial work

    plasne committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c81e094 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    211df3d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fixed icons

    plasne committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f479bcf View commit details
    Browse the repository at this point in the history
  2. addressed comments

    plasne committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9d09d3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from plasne/pelasne/pg-feedback-491

    Feedback for ChatListItem
    plasne authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    806c6d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    35dd83e View commit details
    Browse the repository at this point in the history
  2. fixed read info

    plasne committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    81ff5c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from plasne/pelasne/bug-fix-for-adding-chat-me…

    …mber
    
    Fix bug where chat members being added doesn't update title in ChatList
    plasne authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    46f83d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from plasne/pelasne/bug-fix-for-you-as-read

    [BUGFIX] New chats created by a user should be READ for them.
    plasne authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    457f61d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    10823ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from plasne/pelasne/fix-for-load-chat-threads

    [BUGFIX] Fixed issue whereby server connection established was overridden
    plasne authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dee9cd5 View commit details
    Browse the repository at this point in the history
  3. fix starting as disconnected

    plasne committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3969786 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fixed a couple of bugs

    plasne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2ff2e3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from plasne/pelasne/bug-fix-before-prod

    fixed a couple of bugs
    plasne authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    06b819b View commit details
    Browse the repository at this point in the history
  3. merged from upstream

    plasne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0c9e845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0004c17 View commit details
    Browse the repository at this point in the history
  5. fixed chatOperationScopes

    plasne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5f1c10c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c0eeca View commit details
    Browse the repository at this point in the history
  7. added ?

    plasne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6cfc293 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #87 from plasne/pelasne/fix-chat-list-selection

    Fix refresh issues with ChatList selection
    plasne authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    564d79e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #86 from plasne/pelasne/upstream-changes-march-6

    Pelasne/upstream changes march 6
    plasne authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    129ad4d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. allow for no sign-in event

    plasne committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8fe2806 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from plasne/pelasne/fix-graph-notifications

    Fix graph notifications for PlexChat
    plasne authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fee25d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c06087 View commit details
    Browse the repository at this point in the history
  4. added post_request_failed

    plasne committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9e435bb View commit details
    Browse the repository at this point in the history
  5. added more logs

    plasne committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dc6b06f View commit details
    Browse the repository at this point in the history
  6. added 2 more logs

    plasne committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2c691ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d410a0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #89 from plasne/pelasne/fix-signout-on-presence-issue

    [BUGFIX] Getting presence on login no longer causes sign-out
    plasne authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cc1ea0e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. [VS]: Updated the MGT chat app to have proxy support as well.

    Vinay Pratap Singh Bhadauria committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9d93d75 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Merge pull request #90 from plasne/vinay/mgt-proxy-support

    Vinay/mgt proxy support: Added support for the MGT web proxy
    plasne authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    258dc70 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. [VS]: Updated the proxy renuwal code to support renewal cache.

    Vinay Pratap Singh Bhadauria committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7c31721 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [VS]: Updated the mgt proxy token manager to have a token refresh mec…

    …hanisim.
    Vinay Pratap Singh Bhadauria committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    681558c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. [VS]: Added token refresh for scenarios where token is not refreshed …

    …and a call to mgt-proxy returns 401.
    Vinay Pratap Singh Bhadauria committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4dcacff View commit details
    Browse the repository at this point in the history
  2. [VS]: Added a top level check for the response to make sure we have a…

    … subscription.
    Vinay Pratap Singh Bhadauria committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4602df3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge pull request #91 from plasne/vinay/mgt-proxy-support-BugFixes

    [VS]: Updated the proxy renewal code to support renewal cache.
    plasne authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    79d5bef View commit details
    Browse the repository at this point in the history