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

Fixing changelog main #894

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Close menu on group rename error message ([#839](https://github.com/arawa/workspace/pull/839))
- Close menu after rename a group ([#839](https://github.com/arawa/workspace/pull/839))
- Import users in a workspace group from a csv file ( [#872](https://github.com/arawa/workspace/pull/872) )

### Changed

- Create 2 components : A SpaceItem (Workspace with groups) and GroupItem (a Group) ( [#880](https://github.com/arawa/workspace/pull/880) )
- Replace css spinner by the Nextcloud's spinner ( [#887](https://github.com/arawa/workspace/pull/887) )

### Fixed

- Repair the migration into the new groupnames on the release 3.0.0 and 3.0.1 ( [#843](https://github.com/arawa/workspace/pull/843) )
- Fix the namespace names for the Exception classes ( [#863](https://github.com/arawa/workspace/pull/863) )
- Prevent duplicate users_oidc when we search users by their display name ( [#892](https://github.com/arawa/workspace/pull/892) )
- Make the distinction between the page#index ( [#906](https://github.com/arawa/workspace/pull/906) )
- Don't remove an user from a subgroup ( [#907](https://github.com/arawa/workspace/pull/907) )

### Chore

- Add a Upgrade guideline section in the documentation and appstore description ( [#911](https://github.com/arawa/workspace/pull/911) )
- Add 2 docs for the general managers and workspace managers and move the user doc in another folder ( [#903](https://github.com/arawa/workspace/pull/903) )
- Update the CHANGELOG ([#865](https://github.com/arawa/workspace/pull/865) & [#869](https://github.com/arawa/workspace/pull/869) & [#827](https://github.com/arawa/workspace/pull/827))

## [3.0.2] - 2023-06-26

### Fixed

- Fix/move v300 constant/stable3.0 ( [#845](https://github.com/arawa/workspace/pull/845) )
- Repair the migration v3.0.0 and v3.0.1 ( [#843](https://github.com/arawa/workspace/pull/843/files) )
- Backport/update to 3.0.0/stable3.0 ( [#868](https://github.com/arawa/workspace/pull/868) )
- Fix/remove space issue/stable3.0 ( [#840](https://github.com/arawa/workspace/pull/840))
- Hotfix/ingore guest virtual group upgrade300/stable3.0 ( [#848](https://github.com/arawa/workspace/pull/848) )
- Backport/ignore virtual groups/stable3.0 ( [#867](https://github.com/arawa/workspace/pull/867) )
- Backport/rename workspace for 3.x.x/stable3.0 ( [#866](https://github.com/arawa/workspace/pull/866) )
- Get SPACE-GE and SPACE-U groups only ( [#858](https://github.com/arawa/workspace/pull/858) )

# [3.0.1] - 2023-05-26
## [3.0.1] - 2023-05-26

### Fixed

Expand Down