Ralf Haferkamp
99df9bd3bb
graph: allow regular users to filter users by userType
2024-08-13 14:40:12 +02:00
Ralf Haferkamp
23ba6e4755
feat(graph): add support for filtering users by type
...
This add support for equality filters on the `userType` property of users
for the /users endpoint.
It also changes the behavior of the /users endpoint to only return
federated users when explicitly request via a `userType` filter.
E.g. to search for federated users with matching "albert" you can use:
`$filter=userType eq 'Federated'&$search="albert"`
Related Issue: #9702
2024-08-13 14:16:16 +02:00
Ralf Haferkamp
80631bd941
graph: remove some code duplication
2024-08-13 14:16:16 +02:00
Ralf Haferkamp
5355b449c1
cleanup(graph): move ocm user search to separate function
2024-08-13 14:16:16 +02:00
Juan Pablo Villafañez
bb78b16079
Merge pull request #9771 from owncloud/collaboration_connector_refactor
...
Collaboration connector refactor
2024-08-13 11:37:56 +02:00
Juan Pablo Villafañez
faf162704e
Merge pull request #9684 from owncloud/collaboration_improved_tracing
...
feat: include additional metadata for tracing the collaboration service
2024-08-13 11:35:52 +02:00
Jörn Friedrich Dreyer
abe40fd65e
Merge pull request #9784 from owncloud/add-enable-ocm-variable
...
add OCIS_ENABLE_OCM env var
2024-08-12 17:19:10 +02:00
Jörn Friedrich Dreyer
f960ae4d64
add OCIS_ENABLE_OCM env var
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-08-12 13:48:23 +02:00
Jörn Friedrich Dreyer
b7fdc59f21
change ocmproviders defaultconfig path
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-08-12 12:27:05 +02:00
Ralf Haferkamp
5ef865a402
graph: Add some test coverage for ocm enabled users endpoint
2024-08-12 12:16:16 +02:00
Ralf Haferkamp
80e8a2ec1a
(fix)graph: Always set UserType in /users responses
...
LDAP users without a UserType attribute get the UserType "Member"
by default. Federated users get the UserType "Federated".
Related #9702
2024-08-12 12:16:16 +02:00
Juan Pablo Villafáñez
29700046d7
docs: add missing code comments in the middlewares
2024-08-12 12:00:42 +02:00
dependabot[bot]
892c12945f
chore(deps): bump react-i18next from 14.1.3 to 15.0.1 in /services/idp
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 14.1.3 to 15.0.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v14.1.3...v15.0.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-12 10:47:51 +02:00
ownClouders
37491c1567
[tx] updated from transifex
2024-08-11 00:06:26 +00:00
Jörn Friedrich Dreyer
f4c39735b0
Merge pull request #9770 from owncloud/idg-config-generation-fix
...
fix idp config generation
2024-08-09 14:39:10 +02:00
Jörn Friedrich Dreyer
f2620b9f20
Merge pull request #9722 from 2403905/issue-9700
...
Added a generic way to translate the necessary fields in composite entities.
2024-08-09 13:54:02 +02:00
Juan Pablo Villafáñez
82a6a27d22
refactor: simplify ConnectorResponse creation
2024-08-09 13:33:23 +02:00
Jörn Friedrich Dreyer
b5e6257f8e
fix idp config generation
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-08-09 13:18:41 +02:00
jkoberg
5413b8ece9
feat(auth-app): create should return 201
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-09 12:41:48 +02:00
Juan Pablo Villafáñez
2d3de81117
refactor: change test names
2024-08-08 15:35:41 +02:00
Juan Pablo Villafáñez
132defd738
refactor: adjust unit tests to refactored code
2024-08-08 15:35:08 +02:00
Juan Pablo Villafáñez
6d9717f6d1
refactor: simplify and homogenize connector code
2024-08-07 18:34:58 +02:00
jkoberg
e7e1839296
feat(auth-app): fixed response format
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-07 15:02:29 +02:00
jkoberg
d483234b65
feat(auth-app): secure create endpoint
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-07 13:01:32 +02:00
jkoberg
2a498daf07
feat(auth-app): list and delete endpoints
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-07 12:21:39 +02:00
jkoberg
48af3fae32
feat(auth-app): Add an API to generate AppTokens
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-07 10:29:54 +02:00
jkoberg
e7fd04bbe3
feat(tusd): bump tusd pkg to v2.4.0
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-07 09:13:50 +02:00
ownClouders
3626621c9d
[tx] updated from transifex
2024-08-07 00:06:33 +00:00
Florian Schade
3abc8e677d
Merge pull request #9720 from fschade/skyhigh-icap
...
Enhancement: Support Skyhigh Security ICAP as an ICAP server
2024-08-06 20:01:01 +02:00
jkoberg
58798a18ec
feat(graph): adjust to l10n pkg
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-08-06 14:25:30 +02:00
Roman Perekhod
c39bac17c4
the comments added to public functions
2024-08-06 14:25:30 +02:00
Roman Perekhod
21c6dda4f8
refactored the translation funcrions interface
2024-08-06 14:25:30 +02:00
Roman Perekhod
70fc7ecb92
The translate functions are separated semantically
2024-08-06 14:25:30 +02:00
Roman Perekhod
fc85837d82
added the iterator over slice and map
2024-08-06 14:25:30 +02:00
Roman Perekhod
90bd1fc403
the translator added to handlers
2024-08-06 14:25:30 +02:00
Jörn Friedrich Dreyer
9e4957a584
Merge pull request #9741 from owncloud/use-less-selectors
...
use less selectors
2024-08-06 14:05:53 +02:00
Juan Pablo Villafáñez
eb40aa0460
feat: include X-WOPI-SessionId header in the logs and tracing
2024-08-06 13:36:25 +02:00
Jörn Friedrich Dreyer
4511f875d2
fix tests
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-08-06 13:33:18 +02:00
Jörn Friedrich Dreyer
4c6551501e
use less selectors
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-08-06 12:55:42 +02:00
Florian Schade
598786ae7b
Merge pull request #9691 from fschade/app-config
...
isolated app configuration
2024-08-06 09:35:30 +02:00
Ralf Haferkamp
8c624ffa0a
docs: Clarify wording in the autoprovisioning section
...
Fixes #9613
2024-08-06 08:25:36 +02:00
Juan Pablo Villafáñez
083a2e1484
feat: include tracing for grpc openInApp function
2024-08-05 13:15:12 +02:00
Juan Pablo Villafáñez
a5d27b2f98
feat: include additional metadata for tracing the collaboration service
2024-08-05 13:15:12 +02:00
dependabot[bot]
38c147352e
chore(deps): bump @testing-library/jest-dom in /services/idp
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.6 to 6.4.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-05 12:17:35 +02:00
Juan Pablo Villafañez
cab1ac5b2b
Merge pull request #9505 from owncloud/collaboration_utf7_ops
...
Collaboration utf7 ops
2024-08-05 11:52:12 +02:00
dependabot[bot]
b3464e29fd
Bump @fontsource/roboto from 5.0.13 to 5.0.14 in /services/idp
...
Bumps [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto ) from 5.0.13 to 5.0.14.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/roboto/CHANGELOG.md )
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto )
---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-05 06:20:02 +00:00
Florian Schade
3665c9dba6
enhancement: Support Skyhigh Security ICAP as an ICAP server
2024-08-04 14:00:20 +02:00
Juan Pablo Villafáñez
243f2febab
fix: code review fixes
2024-08-02 12:27:49 +02:00
Florian Schade
56bad68e21
Update services/web/README.md
...
Co-authored-by: Martin <github@diemattels.at >
2024-08-02 09:37:43 +02:00
Jörn Friedrich Dreyer
db2b14698a
Merge pull request #8289 from owncloud/configurable-storage-users-name
...
make storage users service name configurable
2024-07-31 14:49:53 +02:00