Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-01-04 19:29:24 +0300
committerJulius Härtl <jus@bitgrid.net>2022-01-04 19:29:24 +0300
commit8b3b519e082a0a64e262478e675e411949bd97b7 (patch)
tree9109a2cfa39265e288f61e3b87bc8182e2b816d9
parent9f48c279cde07981558c5f9b4a8c15af72d3db66 (diff)
Bump version to 9.0.4v9.0.4
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json129
3 files changed, 82 insertions, 65 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0b42ce9..1d7e1278 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 9.0.4
+
+### Fixed
+
+- #1714 Wrap group names @Pytal
+- #1708 Use already cached parents when fetching ACL
+- #1796 Cast argument from string to int
+- #1727 Fix wrong object passed to the mount provider in VersionsBackend::getAllVersionedFiles
+- #1741 Don't allow to permanantly delete files if the user can't delete files
+- #1781 Update node ci checks (copy workflow from master) @CarlSchwan
+- #1783 Enfore the usage of int for quota
+- #1674 Fix rollback of file version @CarlSchwan
+- #1832 fix Oracle query limit compliance
+- #1827 Unify folder retrival in commands @CarlSchwan
+
+
## 9.0.3
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c069a1fc..9ea39776 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: encrypting the contents of group folders is currently not supported.]]></description>
- <version>9.0.3</version>
+ <version>9.0.4</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
diff --git a/package.json b/package.json
index a29f2bc3..ce89b8aa 100644
--- a/package.json
+++ b/package.json
@@ -1,65 +1,66 @@
{
- "scripts": {
- "build": "NODE_ENV=production webpack --progress --config webpack.prod.config.js",
- "dev": "NODE_ENV=development webpack --progress --config webpack.dev.config.js",
- "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.config.js",
- "lint": "eslint --ext .js,.vue src",
- "lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
- "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
- },
- "devDependencies": {
- "@babel/core": "^7.12.10",
- "@babel/plugin-transform-arrow-functions": "^7.12.1",
- "@babel/preset-env": "^7.12.11",
- "@babel/preset-react": "^7.12.10",
- "@nextcloud/browserslist-config": "^1.0.0",
- "@types/bootstrap": "^4.5.0",
- "@types/jquery": "^3.5.5",
- "@types/react": "^17.0.0",
- "@types/react-dom": "^17.0.0",
- "@types/webpack": "^4.41.25",
- "@types/webpack-env": "^1.16.0",
- "autoprefixer-loader": "^3.2.0",
- "babel-core": "^6.26.3",
- "babel-loader": "^8.2.2",
- "babel-plugin-transform-class-properties": "^6.24.1",
- "babel-polyfill": "^6.26.0",
- "browserslist-config-nextcloud": "0.1.0",
- "clean-webpack-plugin": "^3.0.0",
- "css-loader": "^5.0.1",
- "eslint-plugin-react": "^7.22.0",
- "less": "^3.13.1",
- "less-loader": "^7.3.0",
- "lodash": "^4.17.21",
- "mini-css-extract-plugin": "^1.3.3",
- "postcss-loader": "^3.0.0",
- "postcss-nested": "^4.2.3",
- "postcss-preset-env": "^6.7.0",
- "react-hot-loader": "4.13.0",
- "style-loader": "^2.0.0",
- "ts-loader": "^8.0.13",
- "typescript": "^4.1.3",
- "url-loader": "^4.1.1",
- "vue-loader": "^15.9.6",
- "vue-template-compiler": "^2.6.12",
- "webpack": "^4.44.2",
- "webpack-cli": "^4.4.0",
- "webpack-dev-server": "^3.11.1"
- },
- "dependencies": {
- "@nextcloud/axios": "^1.6.0",
- "less": "^3.13.1",
- "less-loader": "^7.3.0",
- "nextcloud-server": "^0.15.10",
- "nextcloud-vue": "^0.13.1",
- "oc-react-components": "^0.2.0",
- "react": "^16.14.0",
- "react-dom": "^16.14.0",
- "react-flip-move": "^3.0.4",
- "react-select": "^3.1.1",
- "vue": "^2.6.12",
- "vue-click-outside": "^1.1.0",
- "whatwg-fetch": "^3.5.0"
- }
-}
+ "scripts": {
+ "build": "NODE_ENV=production webpack --progress --config webpack.prod.config.js",
+ "dev": "NODE_ENV=development webpack --progress --config webpack.dev.config.js",
+ "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.config.js",
+ "lint": "eslint --ext .js,.vue src",
+ "lint:fix": "eslint --ext .js,.vue src --fix",
+ "stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
+ "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.10",
+ "@babel/plugin-transform-arrow-functions": "^7.12.1",
+ "@babel/preset-env": "^7.12.11",
+ "@babel/preset-react": "^7.12.10",
+ "@nextcloud/browserslist-config": "^1.0.0",
+ "@types/bootstrap": "^4.5.0",
+ "@types/jquery": "^3.5.5",
+ "@types/react": "^17.0.0",
+ "@types/react-dom": "^17.0.0",
+ "@types/webpack": "^4.41.25",
+ "@types/webpack-env": "^1.16.0",
+ "autoprefixer-loader": "^3.2.0",
+ "babel-core": "^6.26.3",
+ "babel-loader": "^8.2.2",
+ "babel-plugin-transform-class-properties": "^6.24.1",
+ "babel-polyfill": "^6.26.0",
+ "browserslist-config-nextcloud": "0.1.0",
+ "clean-webpack-plugin": "^3.0.0",
+ "css-loader": "^5.0.1",
+ "eslint-plugin-react": "^7.22.0",
+ "less": "^3.13.1",
+ "less-loader": "^7.3.0",
+ "lodash": "^4.17.21",
+ "mini-css-extract-plugin": "^1.3.3",
+ "postcss-loader": "^3.0.0",
+ "postcss-nested": "^4.2.3",
+ "postcss-preset-env": "^6.7.0",
+ "react-hot-loader": "4.13.0",
+ "style-loader": "^2.0.0",
+ "ts-loader": "^8.0.13",
+ "typescript": "^4.1.3",
+ "url-loader": "^4.1.1",
+ "vue-loader": "^15.9.6",
+ "vue-template-compiler": "^2.6.12",
+ "webpack": "^4.44.2",
+ "webpack-cli": "^4.4.0",
+ "webpack-dev-server": "^3.11.1"
+ },
+ "dependencies": {
+ "@nextcloud/axios": "^1.6.0",
+ "less": "^3.13.1",
+ "less-loader": "^7.3.0",
+ "nextcloud-server": "^0.15.10",
+ "nextcloud-vue": "^0.13.1",
+ "oc-react-components": "^0.2.0",
+ "react": "^16.14.0",
+ "react-dom": "^16.14.0",
+ "react-flip-move": "^3.0.4",
+ "react-select": "^3.1.1",
+ "vue": "^2.6.12",
+ "vue-click-outside": "^1.1.0",
+ "whatwg-fetch": "^3.5.0"
+ },
+ "version": "9.0.4"
+} \ No newline at end of file