Ralf Haferkamp
f536dacd4d
fix(webdav): Set Retry-After header for 429 responses
...
We're now setting a 'Retry-After' in the webdav response when the
thunbnailer is rate limiting the requests. For now the timeout is just
a random number between 1 and 15 seconds.
2024-10-10 17:07:34 +02:00
Alex
59ce20a343
Merge pull request #10274 from owncloud/idp-use-theme-logo
...
Use idp logo from theme
2024-10-10 13:23:23 +02:00
Jan Ackermann
0105739160
Use idp logo from theme
2024-10-10 10:36:01 +02:00
Ralf Haferkamp
e2d7251893
fix(thumbnails): Implement ratelimit for the grpc service
...
This moves the ratelimit ('THUMBNAILS_MAX_CONCURRENT_REQUESTS') from the
HTTP endpoint to the GRPC endpoint. The HTTP endpoint is just used for
downloading already created thumbnails. But the resource consuming part of
thumbnail generation happens in the GRPC service.
2024-10-09 14:15:54 +02:00
Ralf Haferkamp
9a2a68d3dc
fix: add OCIS_LDAP_USER_SCHEMA_DISPLAYNAME to graph service
...
Fixes : #10257
2024-10-08 17:24:51 +02:00
Ralf Haferkamp
0b53c48bd9
fix(thumbnails): don't re-create thumbnails if they already exist
...
A previous cleanup introduced a bug which caused thumbnails to be
re-created even if we already had a matching thumbnail in the storage.
2024-10-08 10:37:36 +02:00
Jörn Friedrich Dreyer
9db7871f4c
continue listing shares on error
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-10-04 15:44:10 +02:00
Jörn Friedrich Dreyer
e96afe285d
Merge pull request #10236 from owncloud/bump-reva-2a6fdbed1
...
bump reva to 2a6fdbed1
2024-10-04 10:17:41 +02:00
Jörn Friedrich Dreyer
d29e09f0c1
Merge pull request #9815 from owncloud/ocm-wellknown-config
...
add ocm wellknown config
2024-10-04 10:13:16 +02:00
Jörn Friedrich Dreyer
af21ff7d1e
bump reva to 2a6fdbed1
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-10-04 09:41:53 +02:00
Roman Perekhod
d8a641fba1
Merge pull request #10219 from kobergj/FixDeleteSharePanic
...
Fix panic when deleting ocm shares
2024-10-02 15:23:19 +02:00
Jörn Friedrich Dreyer
3ca22c0ff3
bump reva to v2.25.1-0.20241002085034-fcd567b4c0ce
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-10-02 11:28:36 +02:00
jkoberg
6e7bafb9e7
fix(graph): avoid panic when deleting ocm shares
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-10-02 11:24:56 +02:00
Ralf Haferkamp
ce663c3a3a
fix(graph): treat LDAP attribute names case-insensitive everywhere
...
There were a couple of places where we were using the case-sensitive
GetAttributeValue method instead of the case-insensitive variant.
Fixes : #10200
2024-10-02 10:48:33 +02:00
Michael Barz
81c88caca1
chore: prepare release, bump version
2024-10-01 09:33:56 +02:00
Michael Barz
fa7fcec8a8
chore: bump reva to v2.25.0
2024-09-30 23:14:53 +02:00
Jörn Friedrich Dreyer
ecad57aa63
Merge pull request #10172 from owncloud/fix-sharejail-stat-id
...
[full-ci] bump reva to 02af5a266
2024-09-30 14:49:06 +02:00
Jörn Friedrich Dreyer
633b6819f1
add changelog, drop replace
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-09-30 14:21:00 +02:00
Roman Perekhod
19f9cc1989
Merge pull request #10181 from 2403905/issue-10051-code
...
We fixed the error code for ocm space sharing
2024-09-30 10:48:57 +02:00
Michael Barz
c384692d45
Merge pull request #10174 from owncloud/wopi-host-urls
...
feat: add wopi host and sharing urls
2024-09-30 10:02:40 +02:00
Michael Barz
00c9302d82
feat: add wopi host and sharing urls
2024-09-30 08:48:51 +02:00
Roman Perekhod
c6bbdaa23f
We fixed the error code for ocm space sharing
2024-09-27 17:50:58 +02:00
kobergj
c73d19dacc
Merge pull request #10162 from kobergj/DownloadedActivity
...
FileDownloaded Activity
2024-09-27 10:46:10 +02:00
kobergj
496a3e4e45
Merge pull request #10171 from kobergj/FixEmailTranslations
...
Fix email translationPath and docu
2024-09-27 10:37:27 +02:00
jkoberg
995b0e5425
fix(notifications): fix custom translation paths
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-09-27 09:22:57 +02:00
Roman Perekhod
02ce27aaa5
Merge pull request #10175 from 2403905/issue-10127
...
Fix the panic for the translation-sync in the activities service.
2024-09-27 09:18:42 +02:00
Benedikt Kulmann
b2187557d7
chore: bump web to v10.3.0
2024-09-27 05:58:09 +02:00
Roman Perekhod
4b86fcf486
Fix the panic for the translation-sync in the activities service.
2024-09-26 17:12:35 +02:00
Jörn Friedrich Dreyer
514062309b
address code smells, refactor error handling
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-09-26 16:48:07 +02:00
jkoberg
a54587e2fd
feat(activitylog): add filedownloaded activity
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-09-26 14:36:07 +02:00
Roman Perekhod
7cbd5c8177
Merge pull request #10152 from 2403905/issue-10148
...
We fixed the missing folder variable when folder renamed
2024-09-26 14:04:31 +02:00
Ralf Haferkamp
038993ed10
Bump reva to get https://github.com/cs3org/reva/pull/4867
2024-09-26 13:37:02 +02:00
jkoberg
9b2bae31c9
fix(activitylog): fix limit parameter
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-09-25 13:45:35 +02:00
Roman Perekhod
3935d39e67
We fixed the missing folder variable when folder renamed
2024-09-25 12:43:59 +02:00
Juan Pablo Villafañez
2dc20e929c
Merge pull request #10146 from owncloud/remove_csp_from_web
...
fix: remove csp from web service and let proxy service handle it
2024-09-25 10:21:26 +02:00
Roman Perekhod
286b293c94
Fixed an issue when the collaboration service registers apps also for binary and unknown mime types.
2024-09-24 13:46:22 +02:00
Florian Schade
c1050c46e3
Merge pull request #10139 from fschade/csp-conf-auto-loading
...
enhancement: Load CSP configuration file if it exists
2024-09-24 12:45:01 +02:00
Juan Pablo Villafáñez
58696300a0
chore: add changelog entry
2024-09-24 12:32:25 +02:00
kobergj
8344424679
Merge pull request #10136 from kobergj/ForbidActivitiesForSharees
...
[full-ci] Forbid Sharee access to Activities
2024-09-23 18:15:18 +02:00
Michael Barz
87626077cc
Merge pull request #10133 from owncloud/gtw-selector
...
[full-ci] fix: always select next gateway client
2024-09-23 17:19:55 +02:00
Florian Schade
349a25169b
enhancement: Load CSP configuration file if it exists
2024-09-23 16:30:54 +02:00
jkoberg
e2e80326fd
fix(activitylog): forbid sharees access to activities
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-09-23 15:01:14 +02:00
Michael Barz
8cd9176e49
fix: always select next gateway client
2024-09-23 12:47:36 +02:00
Roman Perekhod
f629f9cb66
Merge pull request #10104 from 2403905/issue-10011
...
Added the ShareUpdate activity in the space context.
2024-09-23 11:19:10 +02:00
Ralf Haferkamp
34cc7b2e56
feat(graph): Add $filter support for lastSuccessfulSignInDateTime
...
It is now possible to filter users based on the lastSuccessfulSignInDateTime attribute
using query filter like:
'$filter=signInActivity/lastSuccessfulSignInDateTime le 2021-09-01T00:00:00Z'
Note: This does only work with LDAP servers actually supporting '<=' filters.
The built-in LDAP server (idm) does not support this feature.
2024-09-23 10:49:49 +02:00
Roman Perekhod
1a23ea5a78
added the translation
2024-09-23 10:37:23 +02:00
Roman Perekhod
b65355c03c
Added the ShareUpdate activity in the space context.
2024-09-23 10:37:23 +02:00
Jörn Friedrich Dreyer
15a112c83b
Merge pull request #10039 from nazliyanik/fix-proxy-build-info
...
Changing the "versions" string to "version" for Proxy Service
2024-09-20 12:46:43 +02:00
Juan Pablo Villafañez
4ef821788e
Merge pull request #10112 from owncloud/collaboration_info_notfound_error_code
...
fix: return 404 code if file isn't found on CheckFileInfo request
2024-09-20 11:10:08 +02:00
Juan Pablo Villafáñez
2bcc769168
chore: add changelog entry
2024-09-19 13:41:33 +02:00