Commit Graph

2064 Commits

Author SHA1 Message Date
André Duffeck
33a1f9bde2 Merge remote-tracking branch 'upstream/master' into merge-master-b758d28-stable-5.0 2024-01-16 16:57:36 +01:00
Michael Barz
49d5748239 Merge pull request #8211 from 2403905/issue-8101
fix update and reset the logo
2024-01-16 16:51:49 +01:00
Andre Duffeck
dfd022e38b Merge pull request #8200 from aduffeck/improve-search-logging
Do not error-log when outdated resources can't be indexed anymore
2024-01-16 16:20:51 +01:00
Ralf Haferkamp
6f042b8bc2 Merge remote-tracking branch 'origin/master' into stable-5-merge 2024-01-16 15:11:21 +01:00
Ralf Haferkamp
3cc485a0fc graph/sharewithme: add unit test for 'remoteitem.permissions' property 2024-01-16 15:09:27 +01:00
Ralf Haferkamp
2c161881ba graph/sharedWithMe: Fix 'parentReference' on 'driveItem'
The outer parentreference should refer to the drive containing the mountpoint.
In our case this is the storagespaceid of the virtual share jail.

Also 'CreatedBy' should be the same as on the wrapped remote item. Not the share creator.
2024-01-16 15:09:27 +01:00
Ralf Haferkamp
eab501f593 graph/sharedwithme: move flags from 'remoteItem' back into 'permissions' 2024-01-16 15:09:27 +01:00
Ralf Haferkamp
5bfc943a0c graph/sharedWithMe: Renable and adjust unit test for recent changes 2024-01-16 15:09:27 +01:00
Ralf Haferkamp
b5af346384 bugfix: graph/sharedWithMe fix shared.Owner property
The value of driveItem.remoteItem.shared.Owner should match the owner property
of the received share not the owner property of the resourceInfo.
2024-01-16 15:09:27 +01:00
Ralf Haferkamp
03e704c291 graph/sharedWithMe: Set the permission property only on the wrapped remoteItem
Sematically the outer driveItem shouldn't carryt the permission. It's the `remoteItem`
that reflects the grantee's permissions.
2024-01-16 15:09:27 +01:00
Ralf Haferkamp
dd61270e7d graph/sharedWithMe: separate method for converting CS3 share to libregraph
For readability and reduced complexity of the sharedWithMe method. It was getting
too large already.
2024-01-16 15:09:27 +01:00
Florian Schade
cfba9f29cc enhancement: make use uo remote item ui hidden and client synchronized 2024-01-16 15:09:27 +01:00
Florian Schade
b91bc535a8 enhancement: simplify sharedWithMe
- remove unnecessary stat for accepted items
- only display permission actions if the role cannot be resolved
- add permission user and group displayName
2024-01-16 15:09:27 +01:00
Florian Schade
0b796443f2 enhancement: add ui hidden and client synced prop 2024-01-16 15:09:27 +01:00
Florian Schade
8c6ba9c360 fix: shared with me listing 2024-01-16 15:09:27 +01:00
Florian Schade
cf5f1bcb8e fix: share jail usage for the listSharedWithMe endpoint 2024-01-16 15:09:27 +01:00
Roman Perekhod
03f302227f fix update and reset the logo 2024-01-16 13:05:15 +01:00
Christian Richter
1c114fac0c Merge remote-tracking branch 'upstream/master' into merge-stable-5.0 2024-01-16 09:15:35 +01:00
André Duffeck
4b89ede756 Do not error-log when outdated resources can't be indexed anymore
That's an expected, totally valid case
2024-01-15 14:46:39 +01:00
ownClouders
f8b6582936 [tx] updated from transifex 2024-01-14 00:08:03 +00:00
jkoberg
16106b0ac5 use id for events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-01-11 14:48:42 +01:00
jkoberg
2a41ad4218 fix language patching
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-01-11 11:49:01 +01:00
Florian Schade
465c9e3c20 fix: allow one invite at a time only and implement related validations and http status code handling 2024-01-09 17:17:02 +01:00
dependabot[bot]
418e304ab9 build(deps): bump follow-redirects in /services/idp
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 17:02:46 +01:00
Ralf Haferkamp
dca0c653fb Removed deprecated envars scheduled for removal with 5.0.0
Fixes: #8025
2024-01-09 11:28:31 +01:00
Benedikt Kulmann
f357294feb chore: bump web to v8.0.0-rc.2 2024-01-09 08:56:16 +01:00
ownClouders
01ca237764 [tx] updated from transifex 2024-01-09 00:39:56 +00:00
Jörn Friedrich Dreyer
9af780fda9 fix idp cs3 backend session refresh (#8142)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-01-08 11:05:52 +01:00
ownClouders
09e8bed619 [tx] updated from transifex 2024-01-08 00:05:14 +00:00
Florian Schade
ac8676fff4 enhancement: enable icap preview mode and fix client according to the spec (#8062)
* enhancement: enable icap preview mode and use a forked icap client which fixes tcp socket keepalive

* enhancement: make use of human time for the icap timout config option

* enhancement: update icap-client

* enhancement: bump icap client library and deprecate ANTIVIRUS_ICAP_TIMEOUT env

* chore: vendor icap library

* enhancement: set preview size only if greater than 0

* Update services/antivirus/pkg/config/config.go

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

* enhancement: add changelog

---------

Co-authored-by: Martin <github@diemattels.at>
2024-01-05 20:52:26 +01:00
Roman Perekhod
fd388653a9 the race conditions in tests 2024-01-04 13:14:42 +01:00
ownClouders
a3583118a4 [tx] updated from transifex 2024-01-03 04:27:09 +00:00
Michael Barz
6b05333f90 Merge pull request #7985 from 2403905/issue-7916
add the environment variable that allow to disable the password policy
2024-01-02 15:50:49 +01:00
ownClouders
64132b0fee [tx] updated from transifex 2023-12-30 00:39:42 +00:00
ownClouders
36b7db84b4 [tx] updated from transifex 2023-12-28 00:07:34 +00:00
jkoberg
ec730a797c use correct structure when ocis init
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-27 17:39:20 +01:00
jkoberg
ef3c214af6 use correct structure when ocis init
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-27 15:22:56 +01:00
ownClouders
203e250c86 [tx] updated from transifex 2023-12-25 00:07:24 +00:00
kobergj
9015ee0d4d Merge pull request #8051 from kobergj/ServiceAccountRoles
[full-ci] Service Account Roles
2023-12-22 13:11:22 +01:00
Roman Perekhod
1c077d6689 add the environment variable that allow to disable the password policy 2023-12-22 09:12:04 +01:00
Benedikt Kulmann
14e46c417f Merge pull request #7988 from owncloud/override-cldr-kpop-dep
[full-ci] remove outdated and unused cldr dep from kpop in idp package
2023-12-21 22:23:51 +01:00
Benedikt Kulmann
66061b40fc Merge pull request #8056 from owncloud/web-concurrent-requests-config
fix: add config for web concurrent requests config
2023-12-21 21:12:41 +01:00
Benedikt Kulmann
9034e0d470 fix: add config for web concurrent requests config 2023-12-21 20:22:21 +01:00
Benedikt Kulmann
c21854b00a fix: reduce mtime keywords to the required ones 2023-12-21 19:49:18 +01:00
Jannik Stehle
7c97b1e50b chore: bump web to v8.0.0-rc.1 2023-12-21 18:08:38 +01:00
jkoberg
a607c6323c improve docu for special env var case
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-21 17:37:42 +01:00
Michael Barz
a17b65cea8 Merge pull request #7994 from owncloud/proxy-metrics
feat: RED metrics
2023-12-21 16:27:55 +01:00
Michael Barz
158e27d31d docs: add dev docs 2023-12-21 15:32:41 +01:00
Ralf Haferkamp
a1ed2ce2e5 graph/groups: Handle quoted search terms in GetGroups
Fixes: #7990
2023-12-21 13:57:26 +01:00
Ralf Haferkamp
8489170715 graph/users: More test coverage for GetUsers search 2023-12-21 13:57:26 +01:00