Commit Graph

14844 Commits

Author SHA1 Message Date
dependabot[bot]
b3a92548b7 Bump github.com/crewjam/saml from 0.4.13 to 0.4.14
Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml) from 0.4.13 to 0.4.14.
- [Commits](https://github.com/crewjam/saml/compare/v0.4.13...v0.4.14)

---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:44:43 +02:00
Jannik Stehle
b5ad0796c4 Merge pull request #7514 from owncloud/bump-to-v8.0.0-alpha.4
[full-ci] chore: bump web to v8.0.0-alpha.4
2023-10-17 18:43:46 +02:00
Viktor Scharf
c817f9b574 comment out flaky test 2023-10-17 17:03:28 +02:00
Jannik Stehle
2a2e876661 chore: bump web to v8.0.0-alpha.4 2023-10-17 16:33:06 +02:00
Viktor Scharf
c179485db6 [full-ci] ApiTests. enable auto accepting in api tests (#7477)
* enable auto accepting in test

* go format
2023-10-17 16:29:05 +02:00
Michael Barz
917ee878cb Merge pull request #7508 from owncloud/dependabot/npm_and_yarn/services/idp/babel/traverse-7.23.2
Bump @babel/traverse from 7.22.11 to 7.23.2 in /services/idp
2023-10-17 14:04:34 +02:00
Michael Barz
ee7da2803b Merge pull request #7513 from owncloud/docs-pw-capa
[docs-only] add capabilities docs for password policy
2023-10-17 13:27:27 +02:00
dependabot[bot]
4bbb55a919 Bump @babel/traverse from 7.22.11 to 7.23.2 in /services/idp
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 11:26:21 +00:00
Michael Barz
78a8da1c69 Automated changelog update [skip ci] 2023-10-17 11:04:52 +00:00
Michael Barz
042f4b9121 add capabilities docs for password policy 2023-10-17 13:03:50 +02:00
Michael Barz
d3276a1388 Merge pull request #7511 from owncloud/FixBingoGet
Pass docs pipeline requests through proxies
2023-10-17 13:03:30 +02:00
jkoberg
31fa68af54 root docs pipeline requests through proxy
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-17 12:13:31 +02:00
Sawjan Gurung
dd77e7aee3 Automated changelog update [skip ci] 2023-10-17 09:09:59 +00:00
Sawjan Gurung
c0594d6f80 fix: request to preview gives 500 error for old/new webdav if file is in processing (#7507)
* fix: request to preview gives 500 error for old/new webdav if file is in processing

* add changelog
2023-10-17 14:53:47 +05:45
dependabot[bot]
11afd503cf Bump golang.org/x/image from 0.12.0 to 0.13.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/image/compare/v0.12.0...v0.13.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-10-17 10:26:05 +02:00
Roman Perekhod
c4a0e63270 Automated changelog update [skip ci] 2023-10-17 07:57:48 +00:00
Roman Perekhod
04a5ee283e fix default language fallback (#7479)
* fix default language fallback

* Update services/userlog/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

* Update services/notifications/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

* readme updated. local env vars removed

* Update changelog/unreleased/fix-default-mail-language-fallback.md

Co-authored-by: Martin <github@diemattels.at>

* update readme's and envvar texts

* fix changelog text

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-10-17 09:56:48 +02:00
Florian Schade
9e81f02a25 Automated changelog update [skip ci] 2023-10-17 07:45:17 +00:00
Florian Schade
9abcd8a7f3 feature(thumbnails): add the ability to define custom image processors (#7409)
* feature(thumbnails): add the ability to define custom image processors

* fix(ci): add exported member comment

* docs(thumbnails): mention processors in readme

* fix: codacy and code review feedback

* fix: thumbnail readme markdown

Co-authored-by: Martin <github@diemattels.at>

---------

Co-authored-by: Martin <github@diemattels.at>
2023-10-17 09:44:44 +02:00
Dennis Sieben
224f439e08 - removed blob hash and referenced master 2023-10-17 09:19:30 +02:00
Dennis Sieben
765aa586d6 - removed outdated docker-compose example and added link to examples 2023-10-17 09:19:30 +02:00
Karun Atreya
83971fa19a [tests-only] [full-ci] removing the setresponse in given/then step in spaces context (#7496)
* refactor given/when/then steps in spaces context

* pass the returned response without setting in then step

* added the missing when step whose response is checked by the then step

* addressed the reviews

* changed from decoded body to docoded response
2023-10-17 11:41:47 +05:45
Sabin Panta
dc3ed28696 [tests-only][full-ci] refactoring user addition to group to graphapi (#7360)
* changed user addition to group to graphapi

* addressing the review

* addressing review regarding nonexistent user

* addressing the review

* updated expected failures file

* changing code to make it pass in reva edge

* addressing review

* addressing review
2023-10-17 11:34:53 +05:45
dependabot[bot]
29c2171807 Bump google.golang.org/grpc from 1.58.2 to 1.58.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.2...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 12:58:18 +02:00
dependabot[bot]
b9c4f94e0e Bump license-checker-rseidelsohn from 4.2.6 to 4.2.10 in /services/idp
Bumps [license-checker-rseidelsohn](https://github.com/RSeidelsohn/license-checker-rseidelsohn) from 4.2.6 to 4.2.10.
- [Release notes](https://github.com/RSeidelsohn/license-checker-rseidelsohn/releases)
- [Changelog](https://github.com/RSeidelsohn/license-checker-rseidelsohn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RSeidelsohn/license-checker-rseidelsohn/compare/v4.2.6...v4.2.10)

---
updated-dependencies:
- dependency-name: license-checker-rseidelsohn
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 11:46:39 +02:00
Ralf Haferkamp
dfeff633fa proxy: also set the "Www-Authenticate" header for graph request
There doesn't seem to be a good reason to treat the graph service differently here.
2023-10-16 10:31:39 +02:00
Ralf Haferkamp
951e1e5a09 proxy: Avoid duplicated Www-Authenticate headers
For endpoints in the "ProxyWwwAuthenticate" list we accidently set the Www-Authenticate
header twice.
2023-10-16 10:31:39 +02:00
Ralf Haferkamp
07a718dc8e proxy: User ReverseProxy.Rewrite instead of Director
With Go 1.20 the "Rewrite" hook for ReverseProxy was introduced to
supersede of the "Director" hook (see:
a55793835f)

The Rewrite hooks allows for better separation between the incoming and
outgoing request. In particular it makes it pretty easy to set the
correct X-Forwarded-* Headers on the outgoing request.
The need for using "Rewrite" came up when trying to embed
authelia. It uses the X-Forwarded-Host and X-Forwared-Proto headers to
e.g. compute the correct return values for the various endpoints in
.well-known/openid-configuration.
2023-10-16 10:31:39 +02:00
Sawjan Gurung
de4529d6b2 add query params to the log (#7493) 2023-10-16 11:41:09 +05:45
ownClouders
759ea4ca03 [tx] updated from transifex 2023-10-16 01:14:58 +00:00
Michael Barz
dcdf1c38b6 Merge pull request #7401 from bennycooly/patch-1
Fix env name for root tls cert for sharing service
2023-10-13 18:46:54 +02:00
Ben Fu
7eba7e0620 Add deprecation params 2023-10-13 09:34:32 -05:00
Ben Fu
f7aa2391b5 Fix env name for root tls cert for sharing service 2023-10-13 09:34:32 -05:00
Jannik Stehle
98d3f2ea4a Automated changelog update [skip ci] 2023-10-13 11:39:19 +00:00
Jannik Stehle
7d4e99240d Merge pull request #7486 from owncloud/add-disabled-extensions-config
feat: add config for disabling web extensions
2023-10-13 13:38:37 +02:00
Karun Atreya
afcdb7617d [tests-only] [full-ci] removing the setresponse in given/then step in publicwebdav context (#7439)
* refactored given steps

* refactored some when stepa

* refactored remaining when and then steps

* use of when step for the action

* changed line no in expected failure

* remove and add same kind of steps in the scenario and refactored function names

* adressing reviews
2023-10-13 16:59:43 +05:45
Jannik Stehle
c6533dc2e4 feat: add config for disabling web extensions 2023-10-13 12:53:34 +02:00
Martin
c9ca9a6dcd Merge pull request #7485 from owncloud/mmattel-patch-1
[docs-only] Update frontend service README.md
2023-10-13 12:28:19 +02:00
Martin
55c9a95eea Update services/frontend/README.md 2023-10-13 12:21:27 +02:00
Martin
ed28a04912 Update frontend service README.md
The readme of the forntend service was not in line with the changes made in the code.
2023-10-13 12:17:12 +02:00
Martin
445abc09f4 Merge pull request #7482 from owncloud/mmattel-patch-1
[docs-only] Update README.md of the settings service
2023-10-13 09:58:54 +02:00
mmattel
bef11c32f4 small addon fix 2023-10-13 09:51:29 +02:00
Martin
accbb31b5c [docs-only] Update README.md of the settings service
Just some smaller doc fixes.
2023-10-13 09:40:56 +02:00
Sawjan Gurung
bd955f75ed [tests-only] Log requests and responses for the failing tests (#7371)
* log request-response to a file

show logs in ci

move hooks to one place

* preserve logs between suites

* ignore logs

* Refactor and beautify logs

* fix php style

* add log step in ci pipeline

* get expected-failure file from env if available
2023-10-13 13:22:27 +05:45
kobergj
db84a238b3 Automated changelog update [skip ci] 2023-10-13 07:25:48 +00:00
kobergj
5b7535c2cc Merge pull request #7460 from kobergj/SetMountpointOnAutoAccept
[full-ci] Set mountpoints when auto accepting shares
2023-10-13 09:24:56 +02:00
Prajwol Amatya
25b5b6bee1 added test coverage for previewing shared resources using spaces dav path (#7472) 2023-10-13 11:51:08 +05:45
ownClouders
0c792328f2 [tx] updated from transifex 2023-10-13 00:21:41 +00:00
Ralf Haferkamp
bb925ba890 Automated changelog update [skip ci] 2023-10-12 16:32:39 +00:00
Ralf Haferkamp
2ea843b814 Bump reva to latest edge
To get https://github.com/cs3org/reva/pull/4249

Fixes: #7469
2023-10-12 18:32:01 +02:00