mmattel
90c3cd5f1f
small fixes
2023-11-09 12:33:15 +01:00
mmattel
5e74b50efb
[docs-only] Fix envvars with a array slice ([]string)
2023-11-09 12:22:59 +01:00
Martin and GitHub
89fb341738
Merge pull request #7690 from owncloud/fix_envvar_duration_descriptions
...
[docs-only] Fix envvars with a duration.
2023-11-09 09:28:36 +01:00
dependabot[bot] and Ralf Haferkamp
f6cea4a607
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.0 to 2.18.1
...
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway ) from 2.18.0 to 2.18.1.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases )
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml )
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.18.0...v2.18.1 )
---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-09 09:14:50 +01:00
Martin and GitHub
897969d1b0
Update services/storage-users/pkg/config/config.go
2023-11-09 08:52:15 +01:00
ownClouders
e2cd88b262
[tx] updated from transifex
2023-11-09 00:07:33 +00:00
Michael Barz
67954f6bae
Automated changelog update [skip ci]
2023-11-08 19:10:14 +00:00
Michael Barz and GitHub
2039f61ef0
Merge pull request #7689 from owncloud/release-5.0.0-alpha.2
...
[full-ci] bump version, prepare changelog
2023-11-08 20:08:43 +01:00
Florian Schade
1a33515096
Automated changelog update [skip ci]
2023-11-08 19:04:27 +00:00
Florian Schade and GitHub
643158b67b
enhancement: add sharedWithMe graph beta endpoint ( #7633 )
2023-11-08 20:02:58 +01:00
mmattel
b13b880921
[docs-only] Fix envvars with a duration.
2023-11-08 18:32:39 +01:00
Martin and GitHub
d928044073
Merge pull request #7688 from owncloud/fix_audit_envvars
...
[docs-only] Fix some Audit envvar description texts
2023-11-08 18:30:30 +01:00
Martin and GitHub
80b5a6bbe7
Update services/audit/pkg/config/config.go
2023-11-08 15:48:12 +01:00
Ralf Haferkamp
b6e491aeb9
Automated changelog update [skip ci]
2023-11-08 14:46:59 +00:00
Ralf Haferkamp and Ralf Haferkamp
94d2befc25
Make v1beta1/roleManagement/permissions/roleDefinitions/ beta
...
To align with the current spec.
2023-11-08 15:46:24 +01:00
Michael Barz
21796532e1
bump version, prepare changelog
2023-11-08 15:35:12 +01:00
mmattel
ed3ae669b6
fix typo
2023-11-08 15:32:02 +01:00
mmattel
01bbdde09a
[docs-only] Fix some Audit envvar description texts
2023-11-08 15:28:31 +01:00
Ralf Haferkamp and Ralf Haferkamp
e084e5a722
graph/sharebyme: Use cache for user and group lookups
2023-11-08 14:45:44 +01:00
Ralf Haferkamp and Ralf Haferkamp
c9df9f5f31
graph: Make user and group lookup cache re-usable
...
drives.go implemented a local user/group cache (ttl based) to speed up repeated
user and group lookups. This commit moves the implementation to the 'identity' module
to make it usable outside of drives.go.
2023-11-08 14:45:44 +01:00
Ralf Haferkamp and Ralf Haferkamp
f2599dfa76
graph: Make createGroupModelFromCS3() function public
...
This is useful outside the identity module so make it available
2023-11-08 14:45:44 +01:00
Jannik Stehle
f008d6624a
Automated changelog update [skip ci]
2023-11-08 13:09:33 +00:00
Jannik Stehle and GitHub
e30e6d2af9
Merge pull request #7673 from owncloud/bump-web-to-8.0.0-alpha.6
...
chore: bump web to v8.0.0-alpha.7
2023-11-08 14:08:49 +01:00
Jannik Stehle
4aede682bc
chore: bump web to v8.0.0-alpha.7
2023-11-08 12:31:12 +01:00
Michael Barz and GitHub
812c01356f
Merge pull request #7684 from rhafer/graph-sharedbyme
...
Fix url path for getsharedbyme
2023-11-08 12:18:11 +01:00
Andre Duffeck and GitHub
5291978a42
Merge pull request #7667 from aduffeck/list-ocm-shares
...
Expose variable to enable/disable the listing of ocm shares
2023-11-08 10:23:41 +01:00
Ralf Haferkamp
65daa93c1e
Fix url path for getsharedbyme
...
it's 'drive' not 'drives'
2023-11-08 09:31:45 +01:00
dependabot[bot] and Ralf Haferkamp
2009114060
Bump golang.org/x/term from 0.13.0 to 0.14.0
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/term/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-08 09:06:33 +01:00
Martin and GitHub
7825e5ee6d
Merge pull request #7500 from owncloud/tus-upload-docs
...
[docs-only] Add tus upload documentation
2023-11-07 16:27:13 +01:00
701feef965
Update services/frontend/pkg/config/config.go
...
Co-authored-by: Martin <github@diemattels.at >
2023-11-07 16:11:20 +01:00
mmattel
3093499f20
add reference in frontend ennvar description
2023-11-07 14:50:27 +01:00
Amrita and mmattel
ec982c5d91
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-11-07 14:43:26 +01:00
amrita and mmattel
05b696c026
tus docs
2023-11-07 14:43:25 +01:00
Jannik Stehle
c23cfd8aae
chore: bump web to v8.0.0-alpha.6
2023-11-07 14:27:30 +01:00
Martin
72f057e4b7
Automated changelog update [skip ci]
2023-11-07 11:02:05 +00:00
Martin and GitHub
5a1764931b
Merge pull request #7670 from owncloud/web-embed-configs
...
feat: add configs for the Web embed mode
2023-11-07 12:01:30 +01:00
mmattel
14ad4faa61
add a section in readme
2023-11-07 11:19:19 +01:00
21653d9d1a
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-11-07 11:09:21 +01:00
dependabot[bot] and Ralf Haferkamp
1e7b548709
Bump golang.org/x/sync from 0.4.0 to 0.5.0
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-07 09:12:06 +01:00
dependabot[bot] and Ralf Haferkamp
db1e90a12b
Bump go.etcd.io/bbolt from 1.3.7 to 1.3.8
...
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt ) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/etcd-io/bbolt/releases )
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.7...v1.3.8 )
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-07 09:09:42 +01:00
André Duffeck
f19b9fcd46
Expose variable to enable/disable the listing of ocm shares
2023-11-07 08:32:23 +01:00
Jannik Stehle
c07f3c6c37
feat: add configs for the Web embed mode
2023-11-07 08:29:15 +01:00
kobergj
4a3b51fd97
Automated changelog update [skip ci]
2023-11-06 15:36:53 +00:00
kobergj and GitHub
65cea02b6f
Merge pull request #7487 from kobergj/NatsJSRegistry
...
Natsjs registry
2023-11-06 16:36:15 +01:00
Martin and GitHub
2ee459a9ac
Merge pull request #7654 from owncloud/mmattel-patch-1
...
[docs-only] Text fix for thumbnail README.md
2023-11-06 11:27:55 +01:00
Martin and GitHub
908e838284
Merge pull request #7488 from owncloud/fix_web_envvar_text
2023-11-06 10:21:07 +01:00
dependabot[bot] and Ralf Haferkamp
a83d90a1a7
Bump i18next from 23.4.6 to 23.6.0 in /services/idp
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.4.6 to 23.6.0.
- [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/v23.4.6...v23.6.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-06 09:56:55 +01:00
dependabot[bot] and Ralf Haferkamp
e39d43d290
Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-06 09:50:05 +01:00
Ralf Haferkamp and Ralf Haferkamp
d2cff38ab4
graph/sharedbyme: Add user and group names to permissions
2023-11-06 09:35:27 +01:00
Ralf Haferkamp and Ralf Haferkamp
580a4e0d92
graph/sharedbyme: populate the permissions property
...
Set the exipration date, grantedToV2 and link attributes on the
permissions.
The displayName for users and groups isn't expanded yet (only the "id" is set)
Also, the "roles" attribute cannot be populated yet.
2023-11-06 09:35:27 +01:00