Ralf Haferkamp
4fd98a7d8c
Merge pull request #1061 from opencloud-eu/dependabot/go_modules/github.com/urfave/cli/v2-2.27.7
...
build(deps): bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7
2025-06-19 14:49:19 +02:00
Ralf Haferkamp
7cb7c546de
Merge pull request #1067 from aduffeck/bump-reva-b8210a
...
Bump reva to pull in the latest fixes
2025-06-19 11:22:10 +02:00
dependabot[bot]
276d6751f4
build(deps): bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7
...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli ) from 2.27.6 to 2.27.7.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v2.27.6...v2.27.7 )
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
dependency-version: 2.27.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-19 09:03:39 +00:00
Ralf Haferkamp
17836bc756
Merge pull request #1062 from opencloud-eu/dependabot/go_modules/github.com/KimMachineGun/automemlimit-0.7.3
...
build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.2 to 0.7.3
2025-06-19 11:01:29 +02:00
André Duffeck
dc108d84ea
Bump reva to pull in the latest fixes
2025-06-18 10:37:09 +02:00
Andre Duffeck
c3c48f226b
Merge pull request #1063 from aduffeck/bump-reva-b8210a
...
Bump reva to pull in the latest fixes
2025-06-17 11:37:11 +02:00
André Duffeck
bf7b80b7cb
Bump reva to pull in the latest fixes
2025-06-17 10:20:07 +02:00
dependabot[bot]
255ff3c3f2
build(deps): bump github.com/KimMachineGun/automemlimit
...
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit ) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/KimMachineGun/automemlimit/releases )
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.7.2...v0.7.3 )
---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
dependency-version: 0.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 16:22:43 +00:00
Ralf Haferkamp
8f973ba75c
Merge pull request #1049 from rhafer/issue/936
...
fix(proxy): Prevent panic when autoprovsioning user
2025-06-12 16:21:04 +02:00
Florian Schade
76fb9571c4
Merge pull request #943 from fschade/docs-web-asset-path-fix
...
fix(docs): WEB_ASSET_PATH was still mentioned in the web readme
2025-06-12 15:15:12 +02:00
Ralf Haferkamp
8dd8943854
fix(proxy): Prevent panic when autoprovsioning user
...
After autoprovisioning a user, we need to get a reva token via
`auth-machine`. If that fails the code would panic because the logger
tried to access the `user` object returned from the GetUserByClaims
call. Which is `nil`in case failure.
Fixes #936
2025-06-12 11:54:23 +02:00
Ralf Haferkamp
fe11531893
Merge pull request #1036 from rhafer/issue/1005
...
cleanup: Avoid fetching group membership when not needed
2025-06-12 11:25:27 +02:00
Ralf Haferkamp
f4aec22da0
Bump reva to 85468735db
...
To get new GetUserNoGroups() helper
2025-06-12 10:11:21 +02:00
Ralf Haferkamp
76b16765d8
cleanup: Avoid fetching group membership when not needed
...
Use the new GetUserNoGroups helper to lookup users without resolving
groupmemberships where possible.
Closes : #1005
2025-06-12 09:47:53 +02:00
Ralf Haferkamp
d3b0c15723
Merge pull request #1045 from opencloud-eu/dependabot/go_modules/go.etcd.io/bbolt-1.4.1
...
build(deps): bump go.etcd.io/bbolt from 1.4.0 to 1.4.1
2025-06-12 09:42:51 +02:00
Ralf Haferkamp
446483d0dc
Merge pull request #1048 from rhafer/issue/1044
...
Fix link in CONTRIBUTING.md
2025-06-12 09:42:22 +02:00
Ralf Haferkamp
f5b8a40231
Fix link in CONTRIBUTING.md
...
Fixes #1044
2025-06-12 09:25:37 +02:00
dependabot[bot]
fbe1a3a207
build(deps): bump go.etcd.io/bbolt from 1.4.0 to 1.4.1
...
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/etcd-io/bbolt/releases )
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
dependency-version: 1.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-11 14:30:21 +00:00
Ralf Haferkamp
c35158fa44
Merge pull request #1034 from opencloud-eu/dependabot/go_modules/google.golang.org/grpc-1.73.0
...
build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0
2025-06-11 10:47:41 +02:00
Ralf Haferkamp
b7ea11a7ec
Merge pull request #1033 from opencloud-eu/dependabot/go_modules/golang.org/x/net-0.41.0
...
build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
2025-06-11 10:47:15 +02:00
Ralf Haferkamp
81ea78637e
Merge pull request #1040 from opencloud-eu/dependabot/npm_and_yarn/services/idp/jest-30.0.0
...
build(deps-dev): bump jest from 29.7.0 to 30.0.0 in /services/idp
2025-06-11 10:45:36 +02:00
dependabot[bot]
e8815801af
build(deps-dev): bump jest from 29.7.0 to 30.0.0 in /services/idp
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 29.7.0 to 30.0.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-11 06:22:32 +00:00
Ralf Haferkamp
78af30134f
Merge pull request #1038 from opencloud-eu/dependabot/npm_and_yarn/services/idp/css-minimizer-webpack-plugin-7.0.2
...
build(deps-dev): bump css-minimizer-webpack-plugin from 7.0.0 to 7.0.2 in /services/idp
2025-06-11 08:00:23 +02:00
dependabot[bot]
d97ec15d0a
build(deps-dev): bump css-minimizer-webpack-plugin in /services/idp
...
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin ) from 7.0.0 to 7.0.2.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v7.0.0...v7.0.2 )
---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
dependency-version: 7.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 16:19:10 +00:00
Ralf Haferkamp
e5abfc793c
Merge pull request #1031 from opencloud-eu/dependabot/npm_and_yarn/services/idp/query-string-9.2.0
...
build(deps): bump query-string from 9.1.1 to 9.2.0 in /services/idp
2025-06-10 18:17:19 +02:00
OpenCloud Devops
94b79a0587
🎉 Release 3.0.0 ( #895 )
...
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.3.1
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 2.4.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
* 🎉 Release 3.0.0
v3.0.0
2025-06-10 16:57:21 +02:00
Viktor Scharf
9a2dd317b2
bump-versionv3.0.0 ( #1030 )
2025-06-10 16:50:05 +02:00
dependabot[bot]
6030bc3dc1
build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.2 to 1.73.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.2...v1.73.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.73.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 14:49:28 +00:00
dependabot[bot]
1fde570c37
build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.40.0 to 0.41.0.
- [Commits](https://github.com/golang/net/compare/v0.40.0...v0.41.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 14:49:19 +00:00
dependabot[bot]
bd11eae794
build(deps): bump query-string from 9.1.1 to 9.2.0 in /services/idp
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 9.1.1 to 9.2.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.1...v9.2.0 )
---
updated-dependencies:
- dependency-name: query-string
dependency-version: 9.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 14:17:59 +00:00
Ralf Haferkamp
7ea75839bc
Merge pull request #996 from rhafer/count-members-only
...
graph: Add $filter to only list (and/or count) member permissions
2025-06-10 15:51:17 +02:00
Viktor Scharf
69e25b8401
chore:reva bump v.2.33.1 ( #1027 )
2025-06-10 15:04:04 +02:00
Benedikt Kulmann
cfb8926183
chore: bump web to v3.0.0 ( #1026 )
2025-06-10 13:43:04 +02:00
Viktor Scharf
f8bbc0e0d0
apiTest. listpermissionswithCountFilter ( #1010 )
2025-06-10 09:28:24 +02:00
Ralf Haferkamp
5aa62bff7a
Merge pull request #1023 from VuiMuich/main
...
Fix broken urls in README.md of deployment example
2025-06-10 08:58:16 +02:00
Ralf Haferkamp
61664c4fd0
Merge pull request #1024 from opencloud-eu/dependabot/npm_and_yarn/services/idp/i18next-25.2.1
...
build(deps): bump i18next from 25.1.2 to 25.2.1 in /services/idp
2025-06-10 08:55:42 +02:00
Ralf Haferkamp
092c801533
Merge pull request #1012 from opencloud-eu/dependabot/go_modules/golang.org/x/image-0.28.0
...
build(deps): bump golang.org/x/image from 0.27.0 to 0.28.0
2025-06-10 08:52:17 +02:00
dependabot[bot]
7338856202
build(deps): bump i18next from 25.1.2 to 25.2.1 in /services/idp
...
Bumps [i18next](https://github.com/i18next/i18next ) from 25.1.2 to 25.2.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.1.2...v25.2.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-09 15:22:57 +00:00
VuiMuich
d9f6f92912
fix broken url in deployment example README
2025-06-09 14:22:08 +02:00
dependabot[bot]
fad25421ff
build(deps): bump golang.org/x/image from 0.27.0 to 0.28.0
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/image/compare/v0.27.0...v0.28.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-06 14:33:05 +00:00
Ralf Haferkamp
f3823c3089
Merge pull request #1008 from opencloud-eu/dependabot/npm_and_yarn/services/idp/types/node-22.15.30
...
build(deps): bump @types/node from 22.15.29 to 22.15.30 in /services/idp
2025-06-06 10:17:52 +02:00
Ralf Haferkamp
07798c9189
Merge pull request #1000 from opencloud-eu/dependabot/go_modules/github.com/open-policy-agent/opa-1.5.1
...
build(deps): bump github.com/open-policy-agent/opa from 1.5.0 to 1.5.1
2025-06-06 10:17:24 +02:00
dependabot[bot]
62870549a4
build(deps): bump @types/node from 22.15.29 to 22.15.30 in /services/idp
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.15.29 to 22.15.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 22.15.30
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-06 07:03:41 +00:00
dependabot[bot]
67d258bfb1
build(deps): bump github.com/open-policy-agent/opa from 1.5.0 to 1.5.1
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-version: 1.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-06 06:50:21 +00:00
Ralf Haferkamp
9a135406b7
Merge pull request #1006 from opencloud-eu/dependabot/go_modules/golang.org/x/sync-0.15.0
...
build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0
2025-06-06 08:48:07 +02:00
Ralf Haferkamp
3d6442be2e
Merge pull request #1004 from opencloud-eu/dependabot/npm_and_yarn/services/idp/eslint-plugin-react-7.37.5
...
build(deps-dev): bump eslint-plugin-react from 7.37.2 to 7.37.5 in /services/idp
2025-06-06 08:33:21 +02:00
Viktor Scharf
b11cd0def3
apiTest. select option for root/permissions endpoint ( #942 )
2025-06-06 08:14:05 +02:00
Andre Duffeck
d827766133
Merge pull request #941 from aduffeck/scale-activitylog
...
Make activitylog service scalable
2025-06-05 19:56:26 +02:00
dependabot[bot]
6744d85c5a
build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/sync/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-05 14:58:41 +00:00
André Duffeck
8908f5e8ff
Explicitly stop the watcher after reading from it
2025-06-05 15:24:00 +02:00