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

fix: Remove the user from the old group synchronized profile property groups - EXO-64814 - Meeds-io/meeds#1052 #2702

Merged
merged 10 commits into from
Aug 8, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    923f838 View commit details
    Browse the repository at this point in the history
  2. fix: Hidden 'promote as publisher' option in a space member's card op…

    …tions list - EXO-64105 - Meeds-io/meeds#950
    
    Prior to this change, when click on the three dots of a card user in a space member and check the display of the list options, this list must contain 6 options but the last option is hidden behind the card below
    To fix this problem, while clicking on the three dots we increase the z-index of this card. After this change, the list of options is displayed on the card below.
    akhanfir authored and exo-swf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c6ffab8 View commit details
    Browse the repository at this point in the history
  3. Update PeopleCardFront.vue

    akhanfir authored and exo-swf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9a7f8bf View commit details
    Browse the repository at this point in the history
  4. fix: broken links in all notifications page - EXO-64278 - Meeds-io/me…

    …eds#1023 (#2662)
    
    When clicking on notifications on All notifications page, nothing
    happens.
    This will fix the wrong URL on JS files and adds a style to make the
    whole notification line clickable.
    ahamdi authored and exo-swf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f8265fb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix :The full name isn't updated after updating multiple profile prop…

    …erties including the first name or the last name - EXO-65382 - Meeds-io/meeds#1050 (#2697)
    
    Prior to this change, after updating multiple profile properties
    including the first name or the last name, the full name was not being
    updated. This issue occurred because the full name property was only
    updated when either the first name or the last name was changed. In the
    case of updating multiple properties at once, we need to fetch the newly
    updated profile to utilize the new value of the full name.
    sofyenne authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    de96894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d16a77 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix: [Notifications] Notification drawer : close a notification issu…

    …e - EXO-65724 - Meeds-io/meeds#1054
    
    Prior to this change, when Open notification drawer and close a notification, The intended to be closed notification is opened instead. After this change, This notification is closed.
    akhanfir committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b9c4786 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2706 from Meeds-io/TASK-65724

     fix: [Notifications] Notification drawer : close a notification issue - EXO-65724 - Meeds-io/meeds#1054
    akhanfir authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    da04fa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b578174 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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