Commit Graph

13211 Commits

Author SHA1 Message Date
Ralf Haferkamp
f1dbe439a1 graph-ldap: Fix possible races when editing group membership in parallel (#6214)
As the standard LDAP groups (groupOfNames) require at least one "member"
value to be present in a group, we have workarounds in place that add an
empty member ("") when creating a new group or when removing the last
member from the group. This can cause a race condition when e.g. multiple
request to remove members from a group an running in parallel, as we need
to read the group before we can construct the modification request. If
some other request modified the group (e.g. deleted the 2nd last member)
after we read it, we create non-working modification request.

These changes try to catch those errors and retry the modification
request once.

Fixes: #6170
2023-05-03 15:30:10 +02:00
Sagar Gurung
8942400dad [tests-only][full-ci]Bump web commit for the tests (#6210)
* Bump the latest ocis commit to check the sort failure fix

* bump web commit for tests

---------

Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2023-05-03 16:28:35 +05:45
Martin
5ecd02f41e Merge pull request #6212 from owncloud/add_ldap_ad_config
[docs-only] Adding a Identity Provider section in owncloud.dev
2023-05-03 12:15:40 +02:00
mmattel
8a9f025313 [docs-only] Adding a Identity Provider section in owncloud.dev 2023-05-03 12:07:20 +02:00
Christian Richter
2fa78bff4b Merge pull request #6209 from owncloud/mmattel-patch-1
[docs-only] Typo fix in web service README.md
2023-05-03 11:27:15 +02:00
Roman Perekhod
2f2b794f09 Merge pull request #6211 from 2403905/issue-6184
the idm run excluded for the ocis ldap stack #6184
2023-05-03 11:16:47 +02:00
Roman Perekhod
427d3957c4 Automated changelog update [skip ci] 2023-05-03 08:51:27 +00:00
Roman Perekhod
27322c5bbf The email HTML templates added #6146 (#6147)
* The email HTML templates added #6146

* use a single palne text email template. use fs.FS

* Update services/notifications/README.md

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

* Update services/notifications/README.md

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

* fix md

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-05-03 10:47:46 +02:00
Roman Perekhod
972dc14dbb the idm run excluded for the ocis ldap stack #6184 2023-05-03 10:41:31 +02:00
Ralf Haferkamp
77e773515d graph/users: gracefully handle PATCH requests with empty bodies
Return as success status code when the PATCH request comes with an empty
body. This is mainly to workaround issues like:
https://github.com/owncloud/web/issues/8946
2023-05-03 09:32:05 +02:00
Ralf Haferkamp
1ad31218ec graph: Allow using binary LDAP UUIDs as user ids
In Active Directories UUID attributes such as "objectGUID" use a binary
syntax (oposed to the standard UUID syntax defined in RFC4530). This
introduces a flag to enable support for binary UUIDs as the id for users
and groups (similar to what the "users" and "groups" services already
support)

Fixes: #5815
2023-05-03 09:32:05 +02:00
Martin
6a82d72cfa Typo fix in web service README.md
Typo fix for #6208
2023-05-03 09:13:49 +02:00
Christian Richter
4b958276cb Merge pull request #6208 from owncloud/webui_configuration
[docs-only] Add a readme descriton to webui option envvars
2023-05-03 08:06:21 +02:00
mmattel
fc199420d2 [docs-only] Add a readme descriton to webui option envvars 2023-05-03 07:55:56 +02:00
Martin
b8d19426b1 Merge pull request #6193 from owncloud/proxy_tls_envvar 2023-05-02 21:49:43 +02:00
Martin
4ad0638429 Update services/proxy/README.md
Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-05-02 21:06:25 +02:00
mmattel
1d73b0e025 update proxy_tls description 2023-05-02 20:41:15 +02:00
Christian Richter
13b3c0e506 Automated changelog update [skip ci] 2023-05-02 18:13:49 +00:00
Christian Richter
34f18ae08f Merge pull request #6204 from dragonchaser/issue-5002-eventhistory-debug
add debug to eventhistory
2023-05-02 20:11:49 +02:00
Christian Richter
fff0955b48 add debug to eventhistory
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 21:19:36 +02:00
Christian Richter
46b7f4135c Automated changelog update [skip ci] 2023-05-02 17:18:13 +00:00
Christian Richter
dc849fb1f7 Merge pull request #6203 from dragonchaser/issue-5002-postprocessing-debug
add debug to postprocessing
2023-05-02 19:17:36 +02:00
Christian Richter
5a2c42bd52 Automated changelog update [skip ci] 2023-05-02 15:31:43 +00:00
Christian Richter
569cc36567 Merge pull request #6202 from dragonchaser/issue-5002-postprocessing-debug-port
add debug to userlog
2023-05-02 17:28:20 +02:00
Christian Richter
624483a051 add debug to postprocessing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 17:00:15 +02:00
Christian Richter
cd2f7e2e9f add debug to userlog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 15:55:42 +02:00
Ralf Haferkamp
b20d65177f Fix debug port of audit to not conflict with nats
Also add "audit" service to the port ranges table
2023-05-02 14:13:14 +02:00
Phil Davis
9b9d88e7d6 Cleanup acceptance tests (#6195) 2023-05-02 17:25:56 +05:45
kobergj
332593d8bb Automated changelog update [skip ci] 2023-05-02 08:56:05 +00:00
kobergj
44de28843f Hardcoded web options (#6188)
* use custom struct for web options

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* update envvar descriptions

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

* Use correct defaults

* fix code style

---------

Signed-off-by: jkoberg <jkoberg@owncloud.com>
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Martin <github@diemattels.at>
Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-05-02 10:55:18 +02:00
Michael Barz
ee9a524bf5 Automated changelog update [skip ci] 2023-05-02 07:55:20 +00:00
Michael Barz
60f2ce06fc Merge pull request #6198 from owncloud/changelog-web-update
docs: add changelog for web updpate v7.0.0-rc.35
2023-05-02 09:54:39 +02:00
Benedikt Kulmann
3dbdb9ab16 docs: add changelog for web updpate v7.0.0-rc.35 2023-05-02 09:33:02 +02:00
ownClouders
01f6604182 [tx] updated from transifex 2023-05-01 00:16:24 +00:00
Martin
29a6e9db0d Merge pull request #6191 from kobergj/FixMarkdownCreation
[docs-only] Fix Markdown Creation
2023-04-30 11:36:50 +02:00
Michael Barz
4b935aa559 Merge pull request #6190 from owncloud/bump-web-v7.0.0-rc.35
[full-ci] chore: bump web to v7.0.0-rc.35
2023-04-28 17:54:46 +02:00
Jörn Friedrich Dreyer
4bfda6183c Read quota from opaque (#6187)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-04-28 15:55:29 +02:00
jkoberg
7e055e782f fix newline handling for markdown creation
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-28 15:02:50 +02:00
Benedikt Kulmann
9318853718 chore: bump web to v7.0.0-rc.35 2023-04-28 14:59:22 +02:00
kobergj
ed7cbb3500 Automated changelog update [skip ci] 2023-04-28 10:55:43 +00:00
kobergj
a706bf53f1 Merge pull request #6186 from kobergj/BumpReva
[full-ci] Bump Reva
2023-04-28 12:50:58 +02:00
Andre Duffeck
64db3dd10e Merge pull request #6185 from aduffeck/gather-space-info-in-parallel
Speed up me/drives by gathering space information in parallel
2023-04-28 11:54:03 +02:00
jkoberg
b9db1c270c bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-28 11:35:46 +02:00
André Duffeck
0eca2a08f6 Speed up me/drives by gathering space information in parallel 2023-04-28 10:53:24 +02:00
Jörn Friedrich Dreyer
3489de1c42 listing drives sould use the user filter (#6103)
* listing drives shsould use the user filter

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

* fix status code

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

* check correct error

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

* Adapt expected failures

* Bump reva

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: André Duffeck <andre.duffeck@firondu.de>
2023-04-28 10:06:40 +02:00
Martin
f0cd81f4e1 Merge pull request #6169 from owncloud/ini_to_messagepack
[docs-only] Fix that envvars use messagepack instead of ini as supported values.
2023-04-28 09:51:13 +02:00
Martin
8b57ebcd6d Merge pull request #6181 from owncloud/fix_idp
[docs-only] Fix idp readme.md
2023-04-27 17:22:40 +02:00
Jannik Stehle
bd99f69eeb Merge pull request #6179 from owncloud/bump-web-v7.0.0-rc.34
[full-ci] chore: bump web to v7.0.0-rc.34
2023-04-27 17:01:26 +02:00
Martin
33e712f0ff Update services/idp/README.md
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
2023-04-27 16:40:08 +02:00
mmattel
ea9e2e479d [docs-only] Fix idp readme.md 2023-04-27 16:33:08 +02:00