Commit Graph

9303 Commits

Author SHA1 Message Date
André Duffeck e3b1a0ea65 Merge remote-tracking branch 'upstream/master' into search 2022-04-29 17:08:03 +02:00
Jörn Friedrich Dreyer d9e3fb322d Automated changelog update [skip ci] 2022-04-29 13:38:53 +00:00
Jörn Friedrich Dreyer 9f4bb8ffde Merge pull request #3633 from rhafer/enable-usermanagent
Enable user-management webui
2022-04-29 15:38:21 +02:00
Jörn Friedrich Dreyer 22fb70684e Automated changelog update [skip ci] 2022-04-29 13:36:03 +00:00
Jörn Friedrich Dreyer bde3996e1b Merge pull request #3632 from rhafer/issue-3623
idp: Check if CA cert if present
2022-04-29 15:35:41 +02:00
André Duffeck 498d078a06 Add changelog 2022-04-29 15:23:27 +02:00
Ralf Haferkamp 9bf1dcbf5b Enable user-management webui
The switch to libregraph/idm happend we can enable the new UI.
2022-04-29 14:43:28 +02:00
Edith Parzefall e1430270b4 Language review on new IDM section (#3634) 2022-04-29 14:08:40 +02:00
André Duffeck 851c64945f Remove reva go mod replace 2022-04-29 13:59:09 +02:00
Ralf Haferkamp ce146f830f idp: Check if CA cert if present
Upon first start with the default configurtation the idm service creates
a server certificate, that might not be finished before the idp service
is starting. Add a check to idp similar to what the user, group, and
auth-providers implement.

Fixes: #3623
2022-04-29 13:18:10 +02:00
Ralf Haferkamp f302f8a8c3 [docs-only] Adjust idm docs after it's now running by default (#3608)
* Add libregraph/idm and remove accounts and glauth

Also add the reva authproviders

* Adjust idm docs after it's now running by default

* Apply suggestions from code review

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* Update docs/extensions/idm/configuration_hints.md

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

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Martin <github@diemattels.at>
2022-04-29 13:13:15 +02:00
André Duffeck 0fdd23c2c6 Fix search config after master merge 2022-04-29 13:05:49 +02:00
André Duffeck 08df2e32d9 Merge remote-tracking branch 'upstream/master' into search 2022-04-29 13:00:01 +02:00
André Duffeck 18d0fa2416 Move the children as well when a directory is moved 2022-04-29 12:47:34 +02:00
Michael Barz 5597f5f5d5 Merge pull request #3619 from owncloud/fakeproviderids
add storageproviderids to config
2022-04-29 12:35:55 +02:00
André Duffeck be15d63747 Add items back to the index recursively when the parent is restored 2022-04-29 10:31:02 +02:00
Phil Davis 3ec15bd1e0 Merge pull request #3620 from owncloud/bump-commit-id-20220429
[tests-only] [full-ci] Bump CORE_COMMITID
2022-04-29 14:12:53 +05:45
André Duffeck 15c60df064 Return up to 200 search results 2022-04-29 09:16:28 +02:00
André Duffeck 6bd67c0f27 Mark items as deleted (recursively) but still keep them around 2022-04-29 09:02:57 +02:00
Phil Davis 2a2bfc4789 Bump CORE_COMMITID 2022-04-29 12:09:51 +05:45
Michael Barz 09c6f23c42 Merge pull request #3618 from kobergj/UnescapePathInGraph
[tests-only] Unescape path in graph getdrive
2022-04-29 07:08:54 +02:00
jkoberg ce45e90122 unescape path in graph getdrive
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-04-28 22:10:27 +00:00
Jörn Friedrich Dreyer 55c4682823 add storageproviderids to config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-28 14:13:16 +00:00
Michael Barz fb73322621 Automated changelog update [skip ci] 2022-04-28 08:32:26 +00:00
Michael Barz 874b45be94 Merge pull request #3611 from owncloud/update-reva
[full-ci] update reva
2022-04-28 10:31:53 +02:00
André Duffeck 68c5e2366c Store the parent id in the index to allow for handling directories 2022-04-28 10:10:01 +02:00
Phil Davis 5437c853bd Merge pull request #3609 from owncloud/bump-middleware-v1.5.0
[tests-only] bump owncloud-test-middleware version to v1.5.0
2022-04-28 13:12:33 +05:45
Michael Barz 1005e96edb update reva 2022-04-28 09:17:26 +02:00
André Duffeck e5338dff55 Trigger updates on all relevant events 2022-04-28 08:51:18 +02:00
André Duffeck 0b0efd6799 Remove items from the index when they were deleted 2022-04-28 08:43:14 +02:00
André Duffeck 4dd89aa804 Adapt to renamed field 2022-04-28 08:39:12 +02:00
PKiran a00d28982f bump owncloud-test-middleware version to v1.5.0 2022-04-28 11:56:13 +05:45
David Christofas ae64a8f54b Automated changelog update [skip ci] 2022-04-27 15:46:28 +00:00
David Christofas 6e186e4b65 Merge pull request #3605 from owncloud/update-reva
update reva to include go-chi workaround
2022-04-27 17:45:59 +02:00
David Christofas 6bd4330103 update reva to include go-chi workaround 2022-04-27 17:12:42 +02:00
Michael Barz e5b98095b8 Automated changelog update [skip ci] 2022-04-27 13:39:34 +00:00
Michael Barz e9a86c736a Merge pull request #3601 from owncloud/update-reva
[full-ci] update reva to get the caching fix
2022-04-27 15:38:58 +02:00
Michael Barz 6efdede2b8 update reva for caching fix 2022-04-27 14:44:08 +02:00
David Christofas 407399dd91 Automated changelog update [skip ci] 2022-04-27 11:22:56 +00:00
David Christofas 0a18c256b6 Merge pull request #3597 from owncloud/urlencoding-graph-api
url encode the webdav URL in the graph API
2022-04-27 13:21:56 +02:00
David Christofas 4bb4f9fbb1 url encode the webdav URL in the graph API 2022-04-27 12:39:59 +02:00
Ralf Haferkamp 0758854b63 Merge pull request #3331 from rhafer/idm-default-cfg
[full-ci] Switch default config from account/glauth to builtin libregraph/idm
2022-04-27 10:08:13 +02:00
André Duffeck 656ef9d6ae Add a IndexSpace method to the search provider
IndexSpace recursively traverses a given space and (re-)index all files
it finds.
2022-04-27 09:55:32 +02:00
André Duffeck 827885abad Add a DocCount() method to the index client 2022-04-27 09:48:26 +02:00
André Duffeck d5084eea84 Add command for (re-)indexing existing spaces 2022-04-27 09:30:08 +02:00
Willy Kloucek 103abf840d Merge pull request #3565 from owncloud/TheOneRing-patch-1
Document C:\Windows\System32\Drivers\etc\hosts
2022-04-27 09:21:53 +02:00
Ralf Haferkamp aa7d75c845 Run UI test with accounts service enabled
until the ui tests are able to switch to the Graph API for user
provisioning
2022-04-27 08:58:36 +02:00
Viktor Scharf 33cb8a4e63 addSteps: clean project space after test 2022-04-27 08:58:36 +02:00
Ralf Haferkamp 095e3c3f77 skip test that requires ocs provisioning API
When using the GraphAPI skip ocs specific test
2022-04-27 08:58:36 +02:00
Ralf Haferkamp 5d4800b570 move test away from accounts api, use graph to get userid 2022-04-27 08:58:36 +02:00