Commit Graph

13127 Commits

Author SHA1 Message Date
Christian Richter
fa6cdd8a01 remove obsolete start function
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-04-26 20:13:54 +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
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
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
EParzefall
e2686f90b9 spelling fixes 2023-04-24 13:55:10 +02:00
Benedikt Kulmann
88c56b25c1 Merge pull request #6121 from owncloud/bump-web-v7.0.0-rc.32
[full-ci] chore: bump web to v7.0.0-rc.32
2023-04-24 12:42:00 +02:00
Edith Parzefall
6d7b13c7a5 Apply suggestions from code review
language review
2023-04-24 12:33:37 +02:00
jkoberg
8f5c255225 return badrequest when exporting gdpr for other user
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 12:17:05 +02:00
Roman Perekhod
523093ec5b Automated changelog update [skip ci] 2023-04-24 10:13:55 +00:00
mmattel
3d12979dd1 Add caching/storing info to services where missing 2023-04-24 12:13:44 +02:00
Roman Perekhod
5f4c0689cb Merge pull request #6089 from 2403905/issue-6087
Determine the users preferred language to translate emails via Transi…
2023-04-24 12:13:29 +02:00
Benedikt Kulmann
3c747dd2f4 chore: bump web to v7.0.0-rc.32 2023-04-24 11:24:04 +02:00
kobergj
6ad31f113b Merge pull request #6116 from kobergj/UpdateIndexDocs
[docs-only] Update _index.md template
2023-04-24 11:03:27 +02:00
kobergj
6aefa90fe8 Automated changelog update [skip ci] 2023-04-24 08:51:09 +00:00
kobergj
b798595d63 Merge pull request #6115 from kobergj/FixUserlogPanic
Fix userlog panic
2023-04-24 10:50:34 +02:00
jkoberg
6957cc4c60 update _index.md template
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 10:49:47 +02:00
jkoberg
4354f5a84b fix panic in userlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 10:02:22 +02:00
Michael Barz
728558c955 use sonarscanner 4.7.0 2023-04-24 08:15:17 +02:00
Artur Neumann
bf981f70ba Merge pull request #6113 from owncloud/fix-invalid-acceptance-test-step
[tests-only] Fix invalid acceptance test step
2023-04-24 11:24:18 +05:45
Phil Davis
24699b5678 Improve words in some test steps that check API responses 2023-04-24 10:58:05 +05:45
Phil Davis
8141a6d723 Fix invalid public upload acceptance test step 2023-04-24 10:50:40 +05:45
Phil Davis
8f3a93844d Merge pull request #6112 from owncloud/recreate_doc_typo_fixes
[docs-only] Fix texts and typos in README.md files
2023-04-23 15:06:02 +05:45
mmattel
987fa7fe5e markdown fix 2023-04-23 10:14:42 +02:00
mmattel
84d2d8dae9 [docs-only] Fix texts and typos in README.md files 2023-04-23 10:02:27 +02:00
ownClouders
169a3abe07 [tx] updated from transifex 2023-04-23 00:35:11 +00:00
Christian Richter
6de09ed72b Automated changelog update [skip ci] 2023-04-21 20:40:12 +00:00
Christian Richter
abd8ac3a56 Merge pull request #6110 from dragonchaser/fix_insecure_oidc
Fix nil pointer exception in webfinger
2023-04-21 22:39:40 +02:00