Skip to content

Releases: arawa/workspace

v2.0.0

06 Feb 10:47
3ff8552
Compare
Choose a tag to compare

Added

  • npm: Bump @nextcloud/vue from 5.4.0 to 7.4.0 ( #666 ]
  • Add coding standard ( #624 )
  • Init the .editorconfig file ( #625 )

Changed

  • Create the register function ( #649 )
  • Fix the pattern to check special char ( #648 )
  • Replace constants ( #589)
  • Backport : Disable the conversion feature - stable25 ( #704 )

Chore

  • npm: bump vue and vue-template-compiler ( #591 )
  • npm: bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0 ( #595 )
  • npm: bump jest-environment-jsdom from 29.0.3 to 29.3.1 ( #613 )
  • npm: bump jest from 29.0.3 to 29.3.1 #613
  • npm: bump loader-utils from 1.4.0 to 1.4.2 ( #621 )
  • npm: bump jsdom from 20.0.0 to 20.0.3 ( #622 )
  • npm: bump decode-uri-component from 0.2.0 to 0.2.2 ( #628 )
  • Composer: Bump phpunit/phpunit from 9.5.24 to 9.5.27 ( #634 )
  • npm: bump core-js from 3.25.2 to 3.27.1 ( #646 )
  • npm: bump @nextcloud/axios from 2.0.0 to 2.3.0 ( #636 )
  • npm: bump @nextcloud/webpack-vue-config from 5.3.0 to 5.4.0 ( #652 )
  • chore(): Replace OCP's christophwurst by Nextcloud ( #654 )
  • chore(): Add informations about the release PHP ( #655 )
  • Replace ILogger by LoggerInterface ( #656 )
  • chore(MD): Change the groupfolder release to 9.2.0 ( #665 )

Fixed

  • Bugfix npm test ( #637 )
  • Re-add the translating of the "admin" ( #662 )
  • Filter the groupfolderId ( #661 )
  • fix(Vue): Change the index from Nextcloud 25 ( #683 )

v1.3.2

30 Jan 12:29
cc68e46
Compare
Choose a tag to compare

Changed

  • Create the register function ( #649 )
  • Fix the pattern to check special char ( #648 )
  • Replace constants ( #589)
  • Backport : Disable the conversion feature stable24 ( #705 )

Chore

  • npm: bump vue and vue-template-compiler ( #591 )
  • npm: bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0 ( #595 )
  • npm: bump jest-environment-jsdom from 29.0.3 to 29.3.1 ( #613 )
  • npm: bump jest from 29.0.3 to 29.3.1 #613
  • npm: bump loader-utils from 1.4.0 to 1.4.2 ( #621 )
  • npm: bump jsdom from 20.0.0 to 20.0.3 ( #622 )
  • npm: bump decode-uri-component from 0.2.0 to 0.2.2 ( #628 )
  • Composer: Bump phpunit/phpunit from 9.5.24 to 9.5.27 ( #634 )
  • npm: bump core-js from 3.25.2 to 3.27.1 ( #646 )
  • npm: bump @nextcloud/axios from 2.0.0 to 2.3.0 ( #636 )
  • npm: bump @nextcloud/webpack-vue-config from 5.3.0 to 5.4.0 ( #652 )
  • chore(): Replace OCP's christophwurst by Nextcloud ( #654 )
  • chore(): Add informations about the release PHP ( #655 )
  • Replace ILogger by LoggerInterface ( #656 )
  • chore(MD): Change the groupfolder release to 9.2.0 ( #665 )

Fixed

  • Bugfix npm test ( #637 )
  • Re-add the translating of the "admin" ( #662 )
  • Filter the groupfolderId ( #661 )

v1.3.1

29 Dec 11:08
a592da6
Compare
Choose a tag to compare

Fixed

  • Fix the deletion of a group after groupfolder converting to workspace ( #644 )

v1.3.0

23 Dec 18:38
a21cdeb
Compare
Choose a tag to compare

Added

  • Add Czech localization(#541 & #542 )
  • Limiting user search ( #631 )

Chore

  • bump @nextcloud/l10n from 1.4.1 to 1.6.0 ( #494 )
  • bump jsdom from 19.0.0 to 20.0.0 #514 ( #514 )
  • npm: bump prettier from 2.6.2 to 2.7.1 ( #513 )
  • bump vue and vue-template-compiler ( #524 )
  • bump jest-environment-jsdom from 28.1.0 to 29.0.3 ( #562 )
  • bump jest from 28.1.0 to 29.0.3 ( #563 )
  • bump babel-jest from 28.1.0 to 29.0.3 ( #564 )
  • bump @nextcloud/axios from 1.10.0 to 2.0.0 ( #565 )

Changed

  • Refactoring the creation workspace part ( #609 )
  • Refactorised the converting groupfolders to workspace ( #633 )

Style

  • Change the settings button ( #504 )

v1.2.3

28 Oct 09:29
af2d999
Compare
Choose a tag to compare

Changed

  • Comment the convert feature ( #604 )

v1.2.2

19 Aug 15:42
0367466
Compare
Choose a tag to compare

[1.2.2] - 2022-08-19

Chore

  • Update the readme ( #535 )
  • Update the info.xml and extend the app for NC24 ( #356 )

v1.2.1

30 Jun 08:06
d139740
Compare
Choose a tag to compare

Fixed

  • Prevent the blank into the start or end when creating space ( #517 )

v1.2.0

30 May 07:51
40ab7d1
Compare
Choose a tag to compare

Added

  • Searching users by email, name or uid ( #468 )

Fixed

  • Translating error message creating space ( #421 )
  • Rounding of the qyota on the front-end ( #453 )
  • A user who is a GE can create groups ( #473 )
  • Move the creating space block above the spaces list ( #424 )
  • Runing the workspace with php8 ( #439 )
  • Print the right quota ( #480 )

v1.1.0

01 Apr 10:01
d67fcec
Compare
Choose a tag to compare
  • New feature : Import groupfolders and convert them into spaces

v1.0.1

16 Feb 13:05
5ec3a1e
Compare
Choose a tag to compare

Refactor

  • The Groupfolders APIs are called on the frontend for users logged in with SSO : #376