Michael Barz
|
ecfe2d9a7b
|
Merge pull request #6715 from owncloud/requestID-response
add request id to all responses
|
2023-07-10 16:25:30 +02:00 |
|
Klaas Freitag
|
708660d18b
|
Fix typo in Infinite
Co-authored-by: Phil Davis <phil@jankaritech.com>
|
2023-07-10 13:11:19 +02:00 |
|
Klaas Freitag
|
4a25f28e41
|
Fix link and wording in README.md
|
2023-07-10 13:11:19 +02:00 |
|
Klaas Freitag
|
a7f37a1932
|
Add changelog
|
2023-07-10 13:11:19 +02:00 |
|
Klaas Freitag
|
b163c750f3
|
Clarify the license of ownCloud Infinite Scale binary packages.
|
2023-07-10 13:11:19 +02:00 |
|
dependabot[bot]
|
a43eeaf1e7
|
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.13.0 to 2.16.0
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.13.0 to 2.16.0.
- [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.13.0...v2.16.0)
---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-10 12:14:49 +02:00 |
|
kobergj
|
c9e7b12d27
|
Merge pull request #6672 from kobergj/DeprovisionNotification
Deprovisioning Notification
|
2023-07-10 11:07:09 +02:00 |
|
Michael Barz
|
dce3a62f13
|
add request id to all responses
Signed-off-by: Michael Barz <mbarz@owncloud.com>
|
2023-07-10 10:56:46 +02:00 |
|
Nalem7
|
ee1c9cf87f
|
add api test for search tag by user (#6659)
|
2023-07-10 14:29:42 +05:45 |
|
nirajacharya2
|
db70ab27ac
|
added test for mail notification if space admin delete access to space (#6719)
|
2023-07-10 13:07:53 +05:45 |
|
Daniël Franke
|
d1c968c055
|
Move auth-bearer to use service TraceProvider. (#6740)
This PR moves the auth-bearer service to use the service TraceProvider.
|
2023-07-07 19:14:15 +02:00 |
|
Martin
|
721f4e8422
|
Merge pull request #6723 from owncloud/fix_loglevel_description
[docs-only] Increase readability for log level values in the description
|
2023-07-07 17:06:38 +02:00 |
|
Michael Barz
|
88cb35483f
|
change secrets to org secrets
|
2023-07-07 16:30:15 +02:00 |
|
Roman Perekhod
|
aadec82c7b
|
Automated changelog update [skip ci]
|
2023-07-07 13:15:15 +00:00 |
|
Roman Perekhod
|
a169609a2b
|
Merge pull request #6741 from aduffeck/fix-searching-deep-shares
Use the owner auth to get the path of shared resources
|
2023-07-07 15:04:57 +03:00 |
|
André Duffeck
|
ec8a260119
|
Handle shares received from project spaces.
Unfortunately searching these kinds of shares can't be fully fixed until
the service accounts have been implemented.
|
2023-07-07 12:48:00 +02:00 |
|
Martin
|
4436c20f86
|
Merge pull request #6721 from owncloud/dependabot/go_modules/google.golang.org/protobuf-1.31.0
Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
|
2023-07-07 12:19:29 +02:00 |
|
André Duffeck
|
4c53320c1f
|
Add changelog
|
2023-07-07 11:28:57 +02:00 |
|
jkoberg
|
ff61d25e1c
|
improve documentation
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-07-07 11:28:54 +02:00 |
|
jkoberg
|
a83492d7ab
|
allow deleting global evs
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-07-07 11:06:53 +02:00 |
|
jkoberg
|
d8667bf736
|
use hard typed deprovision date
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-07-07 11:06:53 +02:00 |
|
jkoberg
|
6ab2f10386
|
only allow admins to set global notifications
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-07-07 11:06:53 +02:00 |
|
jkoberg
|
bca4d4f9fd
|
add post event handler
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-07-07 11:06:53 +02:00 |
|
Michael Barz
|
6a9e924ad3
|
remove downstream trigger from docs pipeline
|
2023-07-07 11:04:59 +02:00 |
|
André Duffeck
|
b2f1e849fd
|
Use the owner auth to get the path of shared resources
This fixes searching received shares that were not shared from the space
root.
|
2023-07-07 10:46:53 +02:00 |
|
dependabot[bot]
|
6698297399
|
Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-07 10:37:23 +02:00 |
|
mmattel
|
6ad53971ef
|
[docs-only] Increase readability for log level values in the description
|
2023-07-07 10:33:42 +02:00 |
|
Martin
|
ab056a23ca
|
Merge pull request #6724 from owncloud/fix_tracing_description
[docs-only] Increase readability for tracing values in the description
|
2023-07-07 10:32:27 +02:00 |
|
Martin
|
01ad337aea
|
Merge pull request #6720 from owncloud/dependabot/go_modules/golang.org/x/text-0.11.0
Bump golang.org/x/text from 0.10.0 to 0.11.0
|
2023-07-07 10:28:49 +02:00 |
|
dependabot[bot]
|
67f2528497
|
Bump golang.org/x/text from 0.10.0 to 0.11.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.10.0...v0.11.0)
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-07 09:52:12 +02:00 |
|
mmattel
|
d7b447b791
|
[docs-only] Increase readability for tracing values in the description
|
2023-07-07 09:50:39 +02:00 |
|
Phil Davis
|
2cafbc2920
|
Merge pull request #6714 from owncloud/remove-special-drone-actions-from-ci
[CI] [full-ci] Remove special PR-based drone actions from CI
|
2023-07-06 21:01:40 +05:45 |
|
Michael Barz
|
41867f7e16
|
use new s3 upload secrets
|
2023-07-06 15:33:31 +02:00 |
|
Michael Barz
|
1b4fbd2e9f
|
use mc alias for coverage cache
|
2023-07-06 13:34:14 +02:00 |
|
Michael Barz
|
fde74a64f1
|
use public s3 secrets
|
2023-07-06 12:11:10 +02:00 |
|
Michael Barz
|
cf1759f6e1
|
renamed secrets
|
2023-07-06 10:20:56 +02:00 |
|
Phil Davis
|
c8e103bba1
|
Remove special PR-based drone actions from CI
|
2023-07-06 13:19:48 +05:45 |
|
ownClouders
|
63606c4c0a
|
[tx] updated from transifex
|
2023-07-05 14:43:32 +00:00 |
|
Daniël Franke
|
bd9eb897c3
|
Merge pull request #6668 from owncloud/ainmosni/feature/frontend-tracing
Migrate frontend to new service tracing setup.
|
2023-07-04 16:29:41 +02:00 |
|
Viktor Scharf
|
873732fbb1
|
[test-only][full-ci]ApiTests. purge trash bin tests (#6699)
* purge trash bin tests
* fix
|
2023-07-04 14:43:00 +02:00 |
|
Prajwol Amatya
|
941ef59cc9
|
refactor scenario example table (#6694)
|
2023-07-04 15:54:16 +05:45 |
|
Prarup Gurung
|
6535e689a2
|
Merge pull request #6708 from owncloud/refactor-issue-product-tag
[tests-only][full-ci] update issue-product tag to ocis issue tag
|
2023-07-04 15:20:10 +05:45 |
|
dependabot[bot]
|
8fa83c3eba
|
Bump google.golang.org/grpc from 1.55.0 to 1.56.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.1)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-04 09:20:44 +02:00 |
|
dependabot[bot]
|
c9d2ddb12d
|
Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-04 09:16:41 +02:00 |
|
prajwol
|
972a40cedf
|
update issue-product tag to ocis issue tag
|
2023-07-04 12:09:28 +05:45 |
|
Daniël Franke
|
e43001fb96
|
Pass context for reva bump.
Also refresh the generated code.
|
2023-07-03 11:08:45 +02:00 |
|
Daniël Franke
|
c279773ac9
|
Update reva and vendored libs.
|
2023-07-03 10:39:31 +02:00 |
|
Daniël Franke
|
826d8f8795
|
Modules.txt fix
|
2023-07-03 10:26:04 +02:00 |
|
Daniël Franke
|
0e9bfa5e76
|
Update services/frontend/pkg/config/tracing.go
Co-authored-by: Martin <github@diemattels.at>
|
2023-07-03 10:26:00 +02:00 |
|
Daniël Franke
|
2fda2db990
|
Add comment for Tracing struct.
|
2023-07-03 10:25:56 +02:00 |
|