Commit Graph

14008 Commits

Author SHA1 Message Date
Daniël Franke
919404bafe Move graph service to service tracer.
This changes the graph service away from using global tracers,
which makes debugging tracing issues easier going forward.
2023-07-12 12:56:33 +02:00
Jörn Friedrich Dreyer
138754749a add userlog tracing (#6772)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-07-12 10:57:40 +02:00
dependabot[bot]
cf0dbfffc3 Bump golang.org/x/image from 0.6.0 to 0.9.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.6.0 to 0.9.0.
- [Commits](https://github.com/golang/image/compare/v0.6.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 09:41:31 +02:00
kobergj
e3d4869a31 Automated changelog update [skip ci] 2023-07-12 07:21:32 +00:00
kobergj
5a73b0e688 Merge pull request #6753 from owncloud/RestartPostprocessing2
Restart Postprocessing
2023-07-12 09:20:48 +02:00
Viktor Scharf
f6e8d3ee84 [test-only] apiTest. check parentId in the Propfind response (#6759)
* check parentId in the Propfind response

* split test
2023-07-12 09:12:34 +02:00
Viktor Scharf
3009ea192f [test-only] Api test. Checking X-Request-Id in response header (#6765)
* check X-Request-Id in response header

* style
2023-07-12 09:11:55 +02:00
Sabin Panta
f2498e1fdf Refactoring example table scenerio (#6697) 2023-07-12 12:42:32 +05:45
Ralf Haferkamp
51bc49d5b5 graph: Add config knob to set a minimal grace period for schoolTermination
When setting a terminationDate on a School, it's possible to configure a grace
period now so that only terminationDate that are at least a certain time in the
future can be set.
We also now forbid to set a terminationDate in the past.
2023-07-12 08:48:19 +02:00
Ralf Haferkamp
0bc36f1cf5 graph: Turn PatchEducationSchool test into test table 2023-07-12 08:48:19 +02:00
Ralf Haferkamp
5304184bd6 graph: Add 'terminationDate' property to educationSchool
Schools can now have a terminationDate set. Schools can only be deleted if the
terminationDate is in the past. Schools without a terminationDate cannot be deleted.
2023-07-12 08:48:19 +02:00
Ralf Haferkamp
27be1115d0 Bump libre-graph-api-go to latest commit from 'main'
For getting the new school termination date property
2023-07-12 08:48:19 +02:00
Karun Atreya
56c48df0bd [tests-only][full-ci]refactor for Intermittent test failures on coreApiTrashbin/trashbinDelete.feature (#6718)
* assert the response code after listing from trashbin

* set endpoint according to dav path and assert while listing

* php style fix

* changed comment

* changed as reviews
2023-07-12 12:26:51 +05:45
Sawjan Gurung
db39d6b7aa (ociswrapper): separate ociswrapper logs from ocis logs (#6776) 2023-07-12 11:32:03 +05:45
Phil Davis
0661bc4aa7 Merge pull request #6769 from owncloud/update_expected_to_failure
[tests-only][full-ci]Updated expected to failure for closed issue to new issue
2023-07-12 11:21:48 +05:45
Nalem7
469341c027 add test for search by deleted tag (#6660) 2023-07-12 10:34:21 +05:45
ownClouders
286350616c [tx] updated from transifex 2023-07-12 04:28:47 +00:00
Sawjan Gurung
3c15c84fbc [tests-only][full-ci] Retry ocis startup with ociswrapper (#6768)
* (ociswrapper): retry starting ocis if failed

* (ociswrapper): kill procces and start again

* (ociswrapper): make retry configurable via cli
2023-07-12 09:33:10 +05:45
jkoberg
edc53a80d4 restart complete pp when pp cannot be found
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-07-11 17:35:55 +02:00
Ralf Haferkamp
b74eeed359 ldap: Implement missing methods for 3.4.5 go-ldap in ldap reconnect wrapper 2023-07-11 16:05:32 +02:00
root
6989b17a13 Bump reva to get latest changes for LDAP client 2023-07-11 16:05:32 +02:00
dependabot[bot]
99f27e569d Bump github.com/go-ldap/ldap/v3
Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) from 3.4.5-0.20230327113050-32d292ef5ded to 3.4.5.
- [Release notes](https://github.com/go-ldap/ldap/releases)
- [Commits](https://github.com/go-ldap/ldap/commits/v3.4.5)

---
updated-dependencies:
- dependency-name: github.com/go-ldap/ldap/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 16:05:32 +02:00
Jan
465d27f8f6 Automated changelog update [skip ci] 2023-07-11 12:52:57 +00:00
Jan
b7e2f9e883 Set TokenStorageLocal default to true (#6771) 2023-07-11 14:52:23 +02:00
dependabot[bot]
fcb37220ae Automated changelog update [skip ci] 2023-07-11 12:46:21 +00:00
Sabin
2c4076b896 Updated expected to failure for closed issue to new issue 2023-07-11 16:45:09 +05:45
dependabot[bot]
a8b8de297b Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.9.0...v0.10.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-11 11:25:31 +02:00
Amrita
4bf2972521 Add test for animated gif preview (#6693) (#6766) 2023-07-11 14:44:45 +05:45
Prarup Gurung
9ff5c5eed9 Merge pull request #6725 from owncloud/search-folder-tag
[tests-only][full-ci]add scenario for search folder tag
2023-07-11 11:48:38 +05:45
Prajwol Amatya
f370d270f4 wait for fakeoffice to be ready (#6754) 2023-07-11 11:32:58 +05:45
nabim777
ebc383164d add scenario for search folder tag 2023-07-11 09:46:01 +05:45
Michael Barz
95d32d0e87 Merge pull request #6763 from owncloud/fix-onlyoffice
fix onlyoffice with wopi
2023-07-10 21:46:33 +02:00
Willy Kloucek
30ab02d30c fix onlyoffice with wopi 2023-07-10 18:56:28 +02:00
Jan
9a1b1b9f63 Add WEB_OPTION_TOKEN_STORAGE_LOCAL env var (#6760) 2023-07-10 17:10:52 +02:00
Florian Schade
c09f82405f enhancement: add mimetype to file extension rego function (#6133)
* enhancement: add mimetype to file extension rego function

add rego function to detect the resource extension by mimetype, at the same time this pr introduces a custom ocis namespace for the rego functions.

* enhancement: add custom logPrinter to opa policies service

* fix: imports and test

TypeByExtension which is used to resolve extension by mimetype relies on MIME-info database which differs at my local env (macos <-> drone). This is fixed by using one of the builtinTypes for testing

---------

Signed-off-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Christian Richter <crichter@owncloud.com>
2023-07-10 16:28:23 +02:00
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