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: [BUG] Invitation to join space : notification is never updated - EXO-75048 - Meeds-io/meeds#2531 #4136

Closed
wants to merge 6 commits into from

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    985ae7c View commit details
    Browse the repository at this point in the history
  2. fix: Profile attributes administration filter doesn't work - EXO-71391

    …- Meeds-io/meeds#1952 . (#3767)
    
    Before this change, when display profile attributes and change filter to
    display all or disabled attributes, enabled attributes are always
    displayed.After this change, display is related to chosen filter.
    akhanfir authored and exo-swf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f443e4e View commit details
    Browse the repository at this point in the history
  3. fix: [BUG] Unlimit the number of spaces to display in the External sp…

    …aces portlet - EXO-61391 - Meeds-io/meeds#1828 (#3826)
    
    Prior to this change, The External Spaces displays 40 spaces (spaces
    where user is member and spaces where user is invited) at maximum and
    are sorted by default in alphabetical order. This creates a bad display
    and adds white space in the other widgets of snapshot page, The fix
    change this behaviour to show only 10 spaces by default and only spaces
    where user is member and add a load more botton to show more spaces if
    exists.
    mkrout authored and exo-swf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e20da20 View commit details
    Browse the repository at this point in the history
  4. fix: Profile attributes administration filter doesn't work - EXO-71391

    …- Meeds-io/meeds#1952 . (#3767)
    
    Before this change, when display profile attributes and change filter to
    display all or disabled attributes, enabled attributes are always
    displayed.After this change, display is related to chosen filter.
    akhanfir authored and exo-swf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e5e5dd6 View commit details
    Browse the repository at this point in the history
  5. fix: [BUG] Unlimit the number of spaces to display in the External sp…

    …aces portlet - EXO-61391 - Meeds-io/meeds#1828 (#3826)
    
    Prior to this change, The External Spaces displays 40 spaces (spaces
    where user is member and spaces where user is invited) at maximum and
    are sorted by default in alphabetical order. This creates a bad display
    and adds white space in the other widgets of snapshot page, The fix
    change this behaviour to show only 10 spaces by default and only spaces
    where user is member and add a load more botton to show more spaces if
    exists.
    mkrout authored and exo-swf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    eae2ce2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. fix: [BUG] Invitation to join space : notification is never updated - E…

    …XO-75048 - Meeds-io/meeds#2531
    
    Prior to this change, if a user is invited to join a space, and he accepts, the join notification is never updated.
    This commit fix this bug by correcting the update notification method since the condition to check if the notification should be updated or not was wrong.
    mkrout committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    283b142 View commit details
    Browse the repository at this point in the history