mmattel
61037634a1
fix with gofmt -s -w
2023-05-03 16:33:39 +02:00
mmattel
f53d95a416
[docs-only] Fix the WEB_UI_THEME_PATH description
2023-05-03 16:02:12 +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
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
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
mmattel
fc199420d2
[docs-only] Add a readme descriton to webui option envvars
2023-05-03 07:55:56 +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
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
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
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
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
ownClouders
01f6604182
[tx] updated from transifex
2023-05-01 00:16:24 +00: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
Benedikt Kulmann
9318853718
chore: bump web to v7.0.0-rc.35
2023-04-28 14:59:22 +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
Christian Richter
8b46b229ab
Merge pull request #6178 from dragonchaser/issue-5002-audit-debug-port
...
add debug to audit
2023-04-27 16:07:30 +02:00
mmattel
4b7722a32b
[docs-only] Update IDP README.md
2023-04-27 15:36:46 +02:00
Jannik Stehle
79ee4c31d9
chore: bump web to v7.0.0-rc.34
2023-04-27 15:24:46 +02:00
Christian Richter
a4df08e0ab
add debug to audit
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-27 15:19:33 +02:00
mmattel
f8ede78461
[docs-only] Fix that envvars use messagepack instead of ini as supported values.
2023-04-27 14:38:50 +02:00
kobergj
0c1efbd626
Merge pull request #6137 from kobergj/DisableEmailNotifications
...
Disable Email Notifications
2023-04-27 13:35:11 +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
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
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
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
ownClouders
7cb622f4b2
[tx] updated from transifex
2023-04-27 00:19:23 +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
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
Christian Richter
38ace3def8
add debug server to idm
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-26 15:08:37 +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
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