Commit Graph

13150 Commits

Author SHA1 Message Date
kobergj
0c1efbd626 Merge pull request #6137 from kobergj/DisableEmailNotifications
Disable Email Notifications
2023-04-27 13:35:11 +02:00
Christian Richter
b1015b3d2c fix wrong compile date (#6132)
* fix  wrong compile date

Signed-off-by: Christian Richter <crichter@owncloud.com>

* add changelog

Signed-off-by: Christian Richter <crichter@owncloud.com>

---------

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-27 12:36:43 +02:00
Andre Duffeck
129489203b Cleanup and improve the caching config (#6148)
* Cleanup and improve the caching config

* bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* disable stat cache

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Bump reva

* Linter fixes

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-04-27 12:35:30 +02:00
Ralf Haferkamp
d563b63d8f Update to latest schema 2023-04-27 12:28:13 +02:00
Sagar Gurung
579dcd082a [tests-only]Added GDPR export. check events when user is created (#6106)
* Added GDPR export for event upload file

* Add for user created events for GDPR export

* Add for user information assertion

* Review Address
2023-04-27 16:04:17 +05:45
jkoberg
7d13ce519d better naming for setting and permission
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-27 10:35:22 +02:00
Ralf Haferkamp
b7990875c1 oidc: Remove "aud" claim validation of logout tokens (#6156)
The "aud" claim of the logout token is supposed to contain the client-id
of the client for which the token was issued. Our current implementation of
validating that claim is somewhat broken. We only allow to configure a single
value for the allowed client id. But we have different client-ids
accessing oCIS.

This completely removes the current validation of the `aud` claim until
we come up with a working solution. As we currently require a session id
to be present in the logout token the risk not validating the `aud`
claim is pretty low.

Related: #6149
2023-04-27 10:34:09 +02:00
Christian Richter
8d06b293b4 Automated changelog update [skip ci] 2023-04-27 07:56:46 +00:00
Christian Richter
c39a7f45ed add debug server to notifications (#6155)
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-27 09:56:09 +02:00
Christian Richter
4353346069 Automated changelog update [skip ci] 2023-04-27 07:04:49 +00:00
Christian Richter
c95ff0e826 Merge pull request #6153 from dragonchaser/issue-5003-idm-debug-port
add debug server to idm
2023-04-27 09:01:22 +02:00
dependabot[bot]
40192ca45a Bump github.com/google/go-tika from 0.2.0 to 0.3.0
Bumps [github.com/google/go-tika](https://github.com/google/go-tika) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/google/go-tika/releases)
- [Commits](https://github.com/google/go-tika/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-tika
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 08:38:26 +02:00
ownClouders
7cb622f4b2 [tx] updated from transifex 2023-04-27 00:19:23 +00:00
Christian Richter
77dc406c03 Automated changelog update [skip ci] 2023-04-26 19:04:41 +00:00
Christian Richter
53a7396e39 Merge pull request #6139 from dragonchaser/issue-5002-nats-debug-port
open debug endpoint for nats
2023-04-26 21:03:57 +02:00
Christian Richter
fa6cdd8a01 remove obsolete start function
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 20:13:54 +02:00
Michael Barz
9e9968040d Merge pull request #6157 from owncloud/bumpWebCommitId
enable e2e tests in ocis CI again
2023-04-26 18:14:25 +02:00
Viktor Scharf
1a4f32d3e8 enable e2e test 2023-04-26 17:19:13 +02:00
jkoberg
8b7b8d083a respect disable email setting in notification service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-26 15:33:55 +02:00
jkoberg
3bf24746e6 add new setting to disable emails
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-26 15:33:55 +02:00
jkoberg
40c582a09a changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-26 15:33:55 +02:00
Christian Richter
38ace3def8 add debug server to idm
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 15:08:37 +02:00
Martin
b5056958b6 Merge pull request #6144 from owncloud/mmattel-patch-1
[docs-only] Update envvar-scopes.md (owncloud.dev)
2023-04-26 11:10:29 +02:00
Martin
23730edd99 Update docs/services/general-info/envvar-scopes.md 2023-04-26 11:03:02 +02:00
Martin
a873688cde [docs-only] Update envvar-scopes.md (owncloud.dev)
References: #6142 (adoc table generator should separate envvars by semicolon AND comma)

Note to use semicolon as correct envvar separator because of the automated documentation process.
2023-04-26 11:01:01 +02:00
Martin
b1be7765e7 Merge pull request #6143 from owncloud/fix_ennvar_separation_in_userlog
[docs-only] fix envvar separation in userlog
2023-04-26 10:49:09 +02:00
mmattel
10ed99e6d6 [docs-only] fix envvar separation in userlog 2023-04-26 09:37:54 +02:00
Christian Richter
334e84a743 add missing struct description
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 08:54:41 +02:00
ownClouders
84afd9a839 [tx] updated from transifex 2023-04-26 05:49:21 +00:00
Phil Davis
8bb833b65f Merge pull request #6138 from owncloud/refactor-feature-file
[tests-only][full-ci]Refactor feature files to add proper description
2023-04-26 10:47:07 +05:45
Swikriti Tripathi
ad9a7099eb fix grammar 2023-04-26 09:46:06 +05:45
Swikriti Tripathi
bc2706ca77 update expected to fail file 2023-04-26 09:46:06 +05:45
Swikriti Tripathi
4d98c24392 Refactor feature files to add proper description 2023-04-26 09:46:05 +05:45
Willy Kloucek
4076bc71e6 Merge pull request #6126 from rhafer/backchannel
ocis_keycloak: Enable backchannel logout for "web" client
2023-04-25 17:59:16 +02:00
Andre Duffeck
be569b7c59 [full-ci] More cache cleanup (#6134)
* Make env var names consistent with the others

* Remove unused OCS cache

* Use the same cache database for shared caches

* Bump reva
2023-04-25 15:46:59 +02:00
Christian Richter
1090113bc1 add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-25 14:52:35 +02:00
Christian Richter
0898847fdb open debug endpoint for nats
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-25 14:49:20 +02:00
Swikriti Tripathi
7b54a3595a Bump web commit id (#6135) 2023-04-25 17:01:43 +05:45
dependabot[bot]
02946469d5 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 08:40:26 +02:00
Michael Barz
2e67dcd3da fix released deployments 2023-04-24 21:24:44 +02:00
Martin
43f1dc7501 Merge pull request #6127 from kobergj/ExcludeVendorFolderFromExtendedEnvvars
[docs-only] Exclude Vendor Folder from docs
2023-04-24 18:23:31 +02:00
Michael Barz
3626ba3d21 Automated changelog update [skip ci] 2023-04-24 15:06:57 +00:00
Michael Barz
5e7549f7d5 Merge pull request #6125 from owncloud/release-3.0.0-rc.1
[full-ci] prepare changelog, bump version
2023-04-24 17:06:26 +02:00
jkoberg
39d9bb7508 exclude vendor folder from exteneded env docs
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 16:49:12 +02:00
Ralf Haferkamp
3baeee3b73 ocis_keycloak: Enable backchannel logout for "web" client
This enables backchannel logout for the "web" client.

Also this bumps keycloak to 21.1
2023-04-24 16:02:52 +02:00
Michael Barz
549cd92d97 prepare changelog, bump version 2023-04-24 15:39:36 +02:00
Martin
9bf4b3eb18 Merge pull request #6119 from owncloud/update_readme_caching
[docs-only] Add caching/storing info to services where missing
2023-04-24 15:13:49 +02:00
Andre Duffeck
77bb3d8bcd [full-ci] Refactor stores (#6019)
* Streamline the store implementation with and into reva

* Adapt to the cache/store refactoring in reva

* Streamline config options and their env vars

* Apply suggestions from code review

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

* Use the same database for all stores

* Bump reva

* Configure stat and filemetadata cache separately

* Fix default config

---------

Co-authored-by: Martin <github@diemattels.at>
2023-04-24 15:13:35 +02:00
kobergj
39c8a45984 Automated changelog update [skip ci] 2023-04-24 12:22:54 +00:00
kobergj
72d5566fde Merge pull request #6123 from kobergj/GDPRBadRequest
`BadRequest` when exporting GDPR for other user
2023-04-24 14:22:22 +02:00