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

Merge release 3.1.0 to main #60

Merged
merged 238 commits into from
Sep 6, 2024
Merged

Merge release 3.1.0 to main #60

merged 238 commits into from
Sep 6, 2024

Commits on Dec 3, 2021

  1. First commit to dev

    juanpabloventoso committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4fd241e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Completed adding pseudonym, login and register

    * Added service methods to get pseudony, register and login
    * Added store methods to save pseudonym
    * Added method to store tokens on cookies
    * Added changes to make login and logout reactive
    * Updated guest and user banner section to use button
    * Added form validation on login and register
    * Added showing error and success message
    *
    bimalghartimagar committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    58c1531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a107689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f85c568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a736b11 View commit details
    Browse the repository at this point in the history
  5. Updated yarn lock

    bimalghartimagar committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    08f1f75 View commit details
    Browse the repository at this point in the history
  6. clean up comments

    bimalghartimagar committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    330623c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Updated sorting keys for channels #15

    * Added channels API call fetch channels
    * Updated sorting keys on the featured channels component
    * Replaced title key with name key in channels, threads and messages
    * Modulaized code folder wise
    bimalghartimagar committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e03807c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    471d7d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    589eb64 View commit details
    Browse the repository at this point in the history
  4. Merge branch '15-add-backend-call-for-user-registration' of github.co…

    …m:berkmancenter/threads_client into 15-add-backend-call-for-user-registration
    bimalghartimagar committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d3cf3e6 View commit details
    Browse the repository at this point in the history
  5. Added reusable modal

    * Added changes to create new channel
    * Added changes to open private/public creation modal
    bimalghartimagar committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    20fe03a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    389f569 View commit details
    Browse the repository at this point in the history
  7. Changed message and thread count key

    * Updated store to use authentication status
    bimalghartimagar committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    90ffa4b View commit details
    Browse the repository at this point in the history
  8. typo fix

    bimalghartimagar committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    0f7fdd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Merge pull request #1 from berkmancenter/14-consume-backend-auth-apis

    14 consume backend auth APIs
    dylanwooters authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4df2dc5 View commit details
    Browse the repository at this point in the history
  2. Changes for creating thread #28

    - Added create thread component for creating thread
    - Added service and store methods for saving new thread
    - Updated Thread component to use correct thread keys from backend
    - Updated router to load the threads
    - Updated router to add threads page as children
    - Added methods to load messages and send message
    - Updated message sending component to send message and display messages
    bimalghartimagar committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ade4c39 View commit details
    Browse the repository at this point in the history
  3. Renamed component to match feature

    - Updated active thread text color
    - Added fixed height to messages div
    - Added scroll to bottom to messages div on load
    - Changed definecomponent to script setup
    bimalghartimagar committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    7ec00c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Added appending of message

    * Appending message to the end of message box on send
    * Dynamic loading of messages on thread click
    * Styling changes and adding titles to match mockup
    * Added no message placeholder
    bimalghartimagar committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    f4ed05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c60f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Merge pull request #3 from berkmancenter/28-create-dialog-for-channel…

    …-and-thread-creation
    
    28 create dialog for channel and thread creation
    juanpabloventoso authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2ccc6d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from berkmancenter/15-add-backend-call-for-user…

    …-registration
    
    15 add backend call for user registration
    juanpabloventoso authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c10e86a View commit details
    Browse the repository at this point in the history
  3. feat: load thread details on message page

    * load thread from API or from store
    * update similar change to threads page
    bimalghartimagar committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    170c299 View commit details
    Browse the repository at this point in the history
  4. clean: cleanup code

    bimalghartimagar committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e58f935 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Merge pull request #4 from berkmancenter/23-add-channel-topic-and-thr…

    …ead-id-to-url-for-sharing
    
    23 add channel topic and thread id to url for sharing
    perusiongreg authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3bd9454 View commit details
    Browse the repository at this point in the history
  2. Change login banner design

    * Updated login button to show tooltip
    * Updated guest exit session button
    * updated reponsiveness for mobile view
    * updated store to save guest state and return guest state
    bimalghartimagar committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e4cd8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5151d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from berkmancenter/22-auth-button-changes

    22 auth banner changes
    juanpabloventoso authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a6f7c3c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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

Commits on Dec 16, 2021

  1. Generate new pseudonym for logged in user

    * Load and register new pseudonym for logged in user
    * Get list of pseudonyms for logged in user
    bimalghartimagar committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    dd11efb View commit details
    Browse the repository at this point in the history
  2. Activate token from the list of tokens

    * Activate token when selected from the list
    * Retain guest when activating token
    bimalghartimagar committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    20325e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5f5b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a49a2b9 View commit details
    Browse the repository at this point in the history
  5. Added search and sort for featured channel

    * Emitting search text from search box
    * Using search text to filter channel
    * Using filtered channels to sort
    bimalghartimagar committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9544a3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c839d9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc28368 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cf2c0a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6 from berkmancenter/34-create-new-pseudonym-for-…

    …registered-user-when-logged-in
    
    34 create new pseudonym for registered user when logged in
    juanpabloventoso authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    cffc31f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7 from berkmancenter/35-featured-channels-list-up…

    …date
    
    35 featured channels list update
    juanpabloventoso authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    3d8a246 View commit details
    Browse the repository at this point in the history
  11. Basic websocket connection complete

    * Connect to websocket server
    * Join thread
    * Send message via ws
    * Receive message for joined thread
    * Update message box and thread message count when message is received
    bimalghartimagar committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f7f73a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23b721a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Changes to complete create channels feature

    * Passed extra flags along with channel name
    * Added checkbox for extra flags
    * Updated list item component to use script setup
    * Added lock icons for private channels
    bimalghartimagar committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    0d0694e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf85f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8850eff View commit details
    Browse the repository at this point in the history
  4. Pseudonym delete feature

    * Added API calls for delete
    * Added service layer for delete
    * Added modal for deleting pseudonyms
    * Added inactive pseudonyms list for deleting
    bimalghartimagar committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    97e4213 View commit details
    Browse the repository at this point in the history
  5. Voting feature

    * Added upvote downvote API and service layer
    * Added icon for upvoting and downvoting
    * Added styling
    * Added scroll to threads list
    bimalghartimagar committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    a21459f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5809d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Merge pull request #10 from berkmancenter/list-and-delete-pseudonyms

    Delete pseudonyms feature
    juanpabloventoso authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    e1c3a01 View commit details
    Browse the repository at this point in the history
  2. Updated linkable pages to be accessed publicly, automatically creatin…

    …g new pseudonym when opened
    juanpabloventoso committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    f94376a View commit details
    Browse the repository at this point in the history
  3. Added comments

    juanpabloventoso committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c8d26e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 22, 2021

  1. Merge pull request #11 from berkmancenter/36-downvoting-and-upvoting-…

    …in-messages
    
    36 downvoting and upvoting in messages
    juanpabloventoso authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    bcd8a19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from berkmancenter/38-page-linkable-by-url

    WIP 38 page linkable by URL
    juanpabloventoso authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ee1d7f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6184e5e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from berkmancenter/39-tagging-autocomplete

    WIP: 39: Tagging autocomplete
    juanpabloventoso authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    515f3a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c03bf33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f24157 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    290906f View commit details
    Browse the repository at this point in the history
  2. Changes to complete messaging feature

    * Renamed messages components
    * Updated store methods to update message
    * Added changes to store uid
    * Added computed property to calculate canVote
    bimalghartimagar committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    9a4e734 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    ba333aa View commit details
    Browse the repository at this point in the history
  2. Refactor tagging feature

    * Updated placement logic of tag list
    * Updated visbility logic of tag list
    * Updated filtering of tags list based on input after @
    bimalghartimagar committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    6866d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30c3eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f612aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b90563e View commit details
    Browse the repository at this point in the history
  6. Login and redirect change

    * Added login button for guest user
    * Added changes to navigate to previous page after logging in
    * Added 404 page
    bimalghartimagar committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    327ae65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2ca278 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d271f9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a73df8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9631a65 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    48d6262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872a235 View commit details
    Browse the repository at this point in the history
  3. Feat: Login guest on first visit

    * Refactored nav guard for simplification
    * Added changes to auto login guest on first visit
    * Changed exit session button to show guest message
    * Fixed to load pseudonyms only  for logged in user
    bimalghartimagar committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    39c2a1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ea7ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac274d4 View commit details
    Browse the repository at this point in the history
  6. fix: update text area with pseudonym

    * was breaking on production build
    bimalghartimagar committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    84dbed2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4eece3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    e9c57be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d9469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749e3ab View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    fbab80f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b6b41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from berkmancenter/43-changes-to-the-top-banner

    43: Changes to the top banner
    bimalghartimagar authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    4d0f12f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from berkmancenter/44-changes-to-the-messages-…

    …page
    
    44: Changes to the messages page
    bimalghartimagar authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    1942cf4 View commit details
    Browse the repository at this point in the history
  5. Added pin changes for threads #45

    * Added changes to determine if thread is followed
    * Updated icon if thread is followed
    * Added click handler to follow thread
    * Added changes to sort thread to put followed threads on top
    * Added service methods required for follow
    bimalghartimagar committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    de14172 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2f27d3 View commit details
    Browse the repository at this point in the history
  7. Added changes to get email as input #46

    * Added legend to explain how archiving works
    bimalghartimagar committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    a4a341c View commit details
    Browse the repository at this point in the history
  8. Update signup page #47

    * Added email address textbox
    * Added legend for signing up with email
    * Added email validation if exists
    * Added changes to clear form after registration
    bimalghartimagar committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    cb91257 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Password reset feature #47

    * Added password reset page
    * Added dependent services to call forgot password api
    * Added page to the route
    * Added links on the login page for reset password
    bimalghartimagar committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    9dfb14d View commit details
    Browse the repository at this point in the history
  2. Delete channel feature :46

    * Added icon and dialog for channel deletion
    * Added sevice methods for calling delete channel api
    * Fixed some styling
    * Revert wrong changes for create channel
    bimalghartimagar committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    c112b0e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    ea43f0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from berkmancenter/45-allow-to-pin-channels-an…

    …d-threads
    
    WIP: 45 allow to pin channels and threads
    juanpabloventoso authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8928a5c View commit details
    Browse the repository at this point in the history
  3. Update channel and email

    * Service methods to update channel and email and load user
    * New component for edit channel
    * Validate valid email, show error message and call service methods
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    365a28c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4824d2 View commit details
    Browse the repository at this point in the history
  5. Added changes to get email as input #46

    * Added legend to explain how archiving works
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    154ec14 View commit details
    Browse the repository at this point in the history
  6. Delete channel feature :46

    * Added icon and dialog for channel deletion
    * Added sevice methods for calling delete channel api
    * Fixed some styling
    * Revert wrong changes for create channel
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8d4a7e6 View commit details
    Browse the repository at this point in the history
  7. Update channel and email

    * Service methods to update channel and email and load user
    * New component for edit channel
    * Validate valid email, show error message and call service methods
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0fc16c7 View commit details
    Browse the repository at this point in the history
  8. Merge branch '46-changes-to-the-channel-creation-deletion' of github.…

    …com:berkmancenter/threads_client into 46-changes-to-the-channel-creation-deletion
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    ef1e0df View commit details
    Browse the repository at this point in the history
  9. Update signup page #47

    * Added email address textbox
    * Added legend for signing up with email
    * Added email validation if exists
    * Added changes to clear form after registration
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a1d9410 View commit details
    Browse the repository at this point in the history
  10. Password reset feature #47

    * Added password reset page
    * Added dependent services to call forgot password api
    * Added page to the route
    * Added links on the login page for reset password
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    c6bfd96 View commit details
    Browse the repository at this point in the history
  11. Register user with email completed

    * added service methods to pass email if valid
    * Added 10s timeout on reset password request
    * refactored payload update before sending registering user
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    78db959 View commit details
    Browse the repository at this point in the history
  12. Merge branch '47-changes-to-the-login-and-signup-pages' of github.com…

    …:berkmancenter/threads_client into 47-changes-to-the-login-and-signup-pages
    bimalghartimagar committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    3450eab View commit details
    Browse the repository at this point in the history
  13. Merge pull request #17 from berkmancenter/46-changes-to-the-channel-c…

    …reation-deletion
    
    46 changes to the channel creation deletion
    bimalghartimagar authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    72e5a1c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #18 from berkmancenter/47-changes-to-the-login-and…

    …-signup-pages
    
    47 changes to the login and signup pages
    bimalghartimagar authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    c2ad856 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2dae8c9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9c7ad8a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d4477d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Reset password page to change password #55

    * Renamed old reset to forgot password page
    * Added reset password page
    * Added route for new page and pass token as props
    * Added password validation and call service method
    * Added service method to reset password
    bimalghartimagar committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    bb67d2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from berkmancenter/55-add-page-to-rest-password

    Reset password page to change password #55
    juanpabloventoso authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a01abf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Pin Channels changes #45

    * Added service methods for fetching pinned channels
    * Added store methods for userchannels
    * Added bookmarkicon and updated styling to align action items
    * Updated hovering styles
    * Updated sort method to use non pinned items and show pinned at top
    * Updated threads to use new property from user threads endpoint
    bimalghartimagar committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    39d76d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Added email to udpate an create channel endpoint

    * Added email validation passed email to create endpoint
    *  Added changes to show user email if no channel email is present
    * Added changes to pass email to update channel endpoint
    bimalghartimagar committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    63840b9 View commit details
    Browse the repository at this point in the history
  2. Show/Hide voting section using channel data

    * Added store changes to set and get active channel
    * Based on channel voting allowed value, show hide voting arrows
    * Set active channel from threads page
    bimalghartimagar committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e2f6076 View commit details
    Browse the repository at this point in the history
  3. Changes to toggle vote

    * Added flags to track up or downvoted and show cursor using flag
    * Updated service method to use single endpoint
    * Changed payload on store actions
    bimalghartimagar committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    1dc5839 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eecc4b View commit details
    Browse the repository at this point in the history
  5. Changes to show default email on create channel

    * Removed showing default user email on edit channel
    bimalghartimagar committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    3c227f9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from berkmancenter/54-use-email-in-channel-dialog

    54 use email in channel dialog
    juanpabloventoso authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    182ed48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df94682 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c04f62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6695524 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Changed the path parameter on the socket service hoping to fix the is…

    …sue with the websocket on the server deployment
    juanpabloventoso committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    253bd3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85fa32e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a70406 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83fd54a View commit details
    Browse the repository at this point in the history
  5. Control to show version number #60

    * Added env variable to use to show version number
    * Added vite config to get value from package.json
    * Updated header to show version number using two changes above
    * Updated readme file
    bimalghartimagar committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9711360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75aebd5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #22 from berkmancenter/58-refactor-voting-changes

    58 refactor voting changes
    dylanwooters authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    50b461e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #23 from berkmancenter/60-add-version-number-to-th…

    …e-app-landing-page
    
    60 add version number to the app landing page
    dylanwooters authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e4c3c38 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    b939b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca71988 View commit details
    Browse the repository at this point in the history
  3. fix #63: channels hidden when all are bookmarked

    * Used correct variable to show message and list
    bimalghartimagar committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    615fbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff6939 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72bc33d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 17, 2022

  1. Fix auto scroll down of new messages

    * Changes to only scroll down when messge sent by self
    bimalghartimagar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    acdab30 View commit details
    Browse the repository at this point in the history
  2. Fix auto vanishing of pseudonym

    * Update method to add pseudonym to text area on click
    * Differentiate method to include @
    * Passed emitter to message view item
    * Updated intermediate item to pass emitter
    bimalghartimagar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    218e284 View commit details
    Browse the repository at this point in the history
  3. Make votes readable and distinct

    * Changed to vote arrow and count color
    * No vote - gray, Vote - black, Self vote - red
    * Refactored method to clean code
    bimalghartimagar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1b68fa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Message text area changes

    * Updated font type to Open Sans Pro
    * Updated text to 12px, added config for tailwindcss
    * Resized voting arrows
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    549e363 View commit details
    Browse the repository at this point in the history
  2. Toggle chat only changes

    * Added global variable to track show chat only status
    * Added icon on the message title to toggle chat
    * Handled edge case to force close chat when navigating to other pages
    * Updated threads list text size to relatively match chat text size
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    fb7f332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec61d1c View commit details
    Browse the repository at this point in the history
  4. Added navlinks to on headers

    * Added links for channels and BKC page
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d302886 View commit details
    Browse the repository at this point in the history
  5. Update github text and logo on footer section

    * Use vite way to reference images
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    b7215fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    607edfb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #24 from berkmancenter/68-messages-section-bugs

    68 messages section bugs
    bimalghartimagar authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    54b089c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #25 from berkmancenter/69-hard-to-read-the-number-…

    …of-upvotes-and-downvotes
    
    Make votes readable and distinct
    bimalghartimagar authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    89628fd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #27 from berkmancenter/71-landing-page-and-channel…

    …s-list-changes
    
    71 landing page and channels list changes
    bimalghartimagar authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    789b2cd View commit details
    Browse the repository at this point in the history
  10. Message text area changes

    * Updated font type to Open Sans Pro
    * Updated text to 12px, added config for tailwindcss
    * Resized voting arrows
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    77a9f78 View commit details
    Browse the repository at this point in the history
  11. Toggle chat only changes

    * Added global variable to track show chat only status
    * Added icon on the message title to toggle chat
    * Handled edge case to force close chat when navigating to other pages
    * Updated threads list text size to relatively match chat text size
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e31ea90 View commit details
    Browse the repository at this point in the history
  12. Merge branch '70-message-text-area-changes' of github.com:berkmancent…

    …er/threads_client into 70-message-text-area-changes
    bimalghartimagar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2a3b2bd View commit details
    Browse the repository at this point in the history
  13. Merge pull request #26 from berkmancenter/70-message-text-area-changes

    70 message text area changes
    bimalghartimagar authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    338018f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f68e2ec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a14eef9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    24d842a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc31e97 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Integrated WS changes for threads and voting

    * Added changes to join topic for listetning to thread creation
    * Added changes to listen to votes
    * For both listeners, dropped data if vote was not for current thread
    and if thread was not for current channel
    * Added new link for about us
    * Removed API calls to fetch threads after creation
    and update message after voting
    bimalghartimagar committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    736be96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from berkmancenter/threads-votes-via-ws

    Integrated WS changes for threads and voting
    dylanwooters authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c36e17b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5062be6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba7a75 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Mar 1, 2022

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

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    cfd3144 View commit details
    Browse the repository at this point in the history
  2. Introduced singleton pattern for socket service

    * creating two different socket instance for messaging and threads
    * things will be more predictive with this as each instance will be
    responsible for their own event handlers
    bimalghartimagar committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ea453ed View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Merge pull request #29 from berkmancenter/73-bug-long-titles-dont-wra…

    …p-around
    
    73: Wrap long words on titles and messages
    bimalghartimagar authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6515fdf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from berkmancenter/81-bug-messages-appear-twice

    81 bug messages appear twice
    bimalghartimagar authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b28e667 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Added changes for deleting and editing thread

    * Added Edit Thread and Delete Thread component
    * Added changes to show hide edit/delete thread buttons
    * Added service methods for delete edit thread
    * Added state for saving active thread item and use it
    bimalghartimagar committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    762004d View commit details
    Browse the repository at this point in the history
  2. Add lock thread changes, msgs on thread action

    * Add checkbox to lock/unlock thread
    * Hide text area for locked thread
    * Disable voting for locked thread, read only
    * Show error messages on threads edit delete action
    * refresh active thread after update
    * refresh view after deleting active thread
    bimalghartimagar committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    819b2d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf0aa1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31 from berkmancenter/32-thread-lock-edit-delete

    32 thread lock edit delete
    juanpabloventoso authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3091a88 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 8, 2022

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

Commits on Jul 11, 2022

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

Commits on Jul 12, 2022

  1. Merge pull request #32 from berkmancenter/bimal/86-move-login-button-…

    …to-navbar
    
    Bimal/86 move login button to navbar- @juanpabloventoso had reviewed this and @schwettmann confirmed that we can fine tune Juan's suggestion later. Merging it.
    bimalghartimagar authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    04b51ca View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. feat(#87): channel owner can take actions on threads

    * changes to check if user is channel owner
    * channel owner can take actions on threads
    bimalghartimagar committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    51715fd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. feat(#90): promise dialog feature for thread draft

    * Added dialog component for draft prompt
    * Added logic to make promise based dialog
    bimalghartimagar committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    347b0eb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge pull request #33 from berkmancenter/87-topic-owner-lock-delete-…

    …threads-frontend
    
    feat(#87): channel owner can take actions on threads
    dylanwooters authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a02ce8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from berkmancenter/90-prompt-before-navigating…

    …-during-draft
    
    90 prompt before navigating during draft
    dylanwooters authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e3c7d6b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Aug 4, 2022

  1. update(edit thread): real time lock thread and prevent message

    * Added method to upsert thread on update
    * Added socket service for update thread
    * Added logic to handle locking thread when user has draft
    * Show message if user has draft, prevent message sending
    * Hide message box if no draft is present, but thread is locked
    bimalghartimagar committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f53a8aa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Merge pull request #36 from berkmancenter/88-thread-update-socket

    88 FE change to update thread locked status and related changes
    dylanwooters authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    23a10f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. fix(websockets): Add disconnect handler

    * Added disconnect handler to reconnect to threads, messages and votes
    * Add off handler to restrict duplicate messages
    bimalghartimagar committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6599351 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Dec 21, 2022

  1. Merge pull request #37 from berkmancenter/npiano/disable-thread-creation

    feat: add thread creation allowed property
    bimalghartimagar authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    25c3f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    7a86895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e894f6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9847c5b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Merge pull request #38 from berkmancenter/npiano/thread-locking-changes

    Npiano/thread locking changes
    jsdiaz authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0a0b98e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 17, 2023

  1. Merge pull request #39 from berkmancenter/npiano/thread-locking-changes

    Npiano/thread locking text updates
    jsdiaz authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b849c65 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    6c2fff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dadd20 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 13, 2023

  1. Merge pull request #40 from berkmancenter/npiano/thread-pseudonym

    Merging bug fixes for thread locking and pseudonym persistence
    jsdiaz authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1313b0e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

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

Commits on Apr 27, 2023

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

Commits on May 1, 2023

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

Commits on May 8, 2023

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

Commits on May 9, 2023

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

Commits on May 25, 2023

  1. Merge pull request #41 from berkmancenter/npiano/rebrand

    Npiano/rebrand
    jsdiaz authored May 25, 2023
    Configuration menu
    Copy the full SHA
    fde5d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d72cba0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from berkmancenter/npiano/fix-timing-bug

    Npiano/fix timing bug
    NicholasPiano authored May 25, 2023
    Configuration menu
    Copy the full SHA
    33124c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 14, 2023

  1. chore: update packages

    NicholasPiano committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3f2ec5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from berkmancenter/npiano/fix-clear-textbox

    Npiano/fix clear textbox
    jsdiaz authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f2a0997 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Prevent errors in socket service for logged-out users, addresses #45.

    Messages from logged in users throw a JS error in the client for
    logged-out users because of conditional logic in the socket service
    which does not guard against this scenario and tries to look up a
    non-existent resolver. Checking if the resolver exists before using
    it fixes the bug.
    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b154284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46dc499 View commit details
    Browse the repository at this point in the history
  3. Add favicon. Supports issue #45.

    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9be1efd View commit details
    Browse the repository at this point in the history
  4. Update message page to join all threads in channel so we get message …

    …count updates and faster thread switching. Suports #45.
    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6d12ce5 View commit details
    Browse the repository at this point in the history
  5. Show 'new messages' notice when a new message comes in and the user i…

    …s not scrolled to the bottom. Supports #45.
    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c8ae648 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    794689c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9e86f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49a1233 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    289cd3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f63e9b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d54dca1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbc45c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e8b116 View commit details
    Browse the repository at this point in the history
  14. Unsubscribe all message:new io events before subbing a new one on rec…

    …onnection. Prevents double messages after reconnect. Supports #45.
    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    29df54f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ee012e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    908cf81 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ae32bd5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9e016c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5711978 View commit details
    Browse the repository at this point in the history
  20. switch to websockets first

    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    af704d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7d6a1a0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1c531f5 View commit details
    Browse the repository at this point in the history
  23. Chore: bump version. Supports #45.

    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a015e0e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    21aaffb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    32f182d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    699865a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4822ba9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    268c5b2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e59c070 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3da7274 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b58a3af View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6d532cc View commit details
    Browse the repository at this point in the history
  33. Temporarily disable pseudonym deletion with comments. Supports #45.

    These changes should be reversed when there is time
    to fix pseudonym deletion. Currently pseudonym deletion
    breaks the pseudonym mismatch logic and causes
    message sending to fail silently in the UI.
    boazsender authored and jsdiaz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9030d62 View commit details
    Browse the repository at this point in the history