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 Spaces Management - Meeds-io/MIPs#160 #4191

Merged
merged 24 commits into from
Nov 18, 2024
Merged

Merge Spaces Management - Meeds-io/MIPs#160 #4191

merged 24 commits into from
Nov 18, 2024

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    8bb20e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01d17c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d163eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46b9871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f60014 View commit details
    Browse the repository at this point in the history
  6. feat: Allow to change Space permission through Admin UI - MEED-7737 - M…

    …eeds-io/MIPs#160 (#4170)
    
    This change will introduce a new API for managing and administrating
    Spaces.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b8ae194 View commit details
    Browse the repository at this point in the history
  7. feat: Allow to apply a Template on a Space - MEED-7735 - Meeds-io/MIP…

    …s#160 (#4171)
    
    This change will allow to a platform administrator to apply a template's
    characteristics on a chosen space.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    39be24f View commit details
    Browse the repository at this point in the history
  8. feat: Allow to create a Space Template Site from a Space Site - MEED-…

    …7736 - Meeds-io/MIPs#160 (#4174)
    
    This change will implement a UI and update the Backend to allow creating
    a Group/Space Template from a Space Site.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    84e5fe8 View commit details
    Browse the repository at this point in the history
  9. feat: Rework Spaces Management List columns - MEED-7761 - Meeds-io/MI…

    …Ps#160 (#4176)
    
    This change will allow to review the list of displayed columns in Spaces
    Management UI. In addition, this change will allow to add extended
    columns to Spaces Administration Table.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3847ceb View commit details
    Browse the repository at this point in the history
  10. feat: Rename Space Template Steps - MEED-7749 - Meeds-io/MIPs#160 (#4177

    )
    
    This change will rename exiting steps of Space Template Form UI and will
    move the creation permission in a dedicated step.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    615192e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cf5542 View commit details
    Browse the repository at this point in the history
  12. feat: Add Spaces Administrators by Template - MEED-7751 - Meeds-io/MI…

    …Ps#160 (#4180)
    
    This change will allow to designate a space template super administrator
    in replacement to the previous Spaces Administrators concept, which
    wasn't related to the used Space Template to create the space.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5350637 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e7fcba View commit details
    Browse the repository at this point in the history
  14. feat: Allow to apply Space Template in Bulk - MEED-7768 - Meeds-io/MI…

    …Ps#160 (#4183)
    
    This change will prepare the Bulk operations UX in Spaces Administration
    UI by adding the first bulk operation in order to apply a Space template
    on a set of spaces.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c9daa9a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f88c77e View commit details
    Browse the repository at this point in the history
  16. feat: Add Bulk Operation for Group Binding in Spaces Admin UI - MEED-…

    …7767 - Meeds-io/MIPs#160 (#4184)
    
    This change will allow to add group(s) as bound to a set of spaces by a
    single user selection.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    03f1474 View commit details
    Browse the repository at this point in the history
  17. feat: Add Bulk Operation for Spaces Deleting in Admin UI - MEED-7770 -

    …Meeds-io/MIPs#160 (#4185)
    
    This change will allow to delete in bulk selected spaces.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8570bb9 View commit details
    Browse the repository at this point in the history
  18. feat: Add Bulk Operation for Spaces Permissions in Admin UI - MEED-7769

    … - Meeds-io/MIPs#160 (#4186)
    
    This change will allow to modify space permissions in bulk using
    selected spaces.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5b1baf8 View commit details
    Browse the repository at this point in the history
  19. feat: Include Hidden spaces for Space Template Managers when listing -

    …MEED-7771 - Meeds-io/MIPs#160 (#4187)
    
    Prior to this change, the spaces listing wasn't proposing the hidden
    spaces for Space Template identified Masters. This change will rework
    the Space Filtering process to allow including Space Template Managers
    when suggesting spaces in spaces list and using `Suggester Vue` reusable
    component using a specific filter.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e8590c2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    efad3cf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    46ee27b View commit details
    Browse the repository at this point in the history
  22. feat: Add Visibility and Registration Filters when Listing Spaces - M…

    …EED-7809 - Meeds-io/MIPs#160 (#4188)
    
    This change will add Visibility and Registration Filters in Spaces Admin
    UI.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    6eb9336 View commit details
    Browse the repository at this point in the history
  23. feat: Allow Space Master to edit space public site - MEED-7809 - Meed…

    …s-io/MIPs#160 (#4189)
    
    This change will update Layout `UserACL` management API to allow a Space
    Master to edit and access public site.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    04a275c View commit details
    Browse the repository at this point in the history
  24. fix: Fix Display Last Accessed Space - Meeds-io/MIPs#160

    Prior to this change, the last accessed space wasn't displayed for the space template masters. This change will fix the Space LAst Access Listing.
    boubaker committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e4c6c96 View commit details
    Browse the repository at this point in the history