André Duffeck
4bb10ebdf3
Support scoping searches in shares
2023-07-12 18:01:06 +02:00
Roman Perekhod
3487749509
Provide Search filter for locations #OCIS-3705
2023-07-12 18:01:06 +02:00
Martin
721f4e8422
Merge pull request #6723 from owncloud/fix_loglevel_description
...
[docs-only] Increase readability for log level values in the description
2023-07-07 17:06:38 +02:00
André Duffeck
ec8a260119
Handle shares received from project spaces.
...
Unfortunately searching these kinds of shares can't be fully fixed until
the service accounts have been implemented.
2023-07-07 12:48:00 +02:00
André Duffeck
b2f1e849fd
Use the owner auth to get the path of shared resources
...
This fixes searching received shares that were not shared from the space
root.
2023-07-07 10:46:53 +02:00
mmattel
6ad53971ef
[docs-only] Increase readability for log level values in the description
2023-07-07 10:33:42 +02:00
mmattel
d7b447b791
[docs-only] Increase readability for tracing values in the description
2023-07-07 09:50:39 +02:00
Daniël Franke
e43001fb96
Pass context for reva bump.
...
Also refresh the generated code.
2023-07-03 11:08:45 +02:00
Florian Schade
a26aea758a
[full-ci] enhancement: add search result content preview and term highlighting. ( #6634 )
...
* enhancement: add search result content preview and term highlighting.
* chore: fix changelog
* noop
* enhancement: provide search highlight tests
2023-06-27 15:56:17 +02:00
Jörn Friedrich Dreyer
2ea3b8c400
unmarshal token to filter spaces for current user ( #6596 )
...
* unmarshal token to filter spaces for current user
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Fix tests
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: André Duffeck <andre.duffeck@firondu.de >
2023-06-22 16:15:17 +02:00
Andre Duffeck
20252409ba
Handle events asynchronously ( #6584 )
2023-06-22 09:23:49 +02:00
Andre Duffeck
c81f423357
Merge pull request #6512 from aduffeck/fix-case-insensitivity
...
Always make Name and Tags queries case-insensitive
2023-06-20 08:39:50 +02:00
kobergj
384488b8c7
return permissions also for project spaces ( #6528 )
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-14 16:52:52 +02:00
André Duffeck
80c944b311
Fix: Always make Name and Tags queries case-insensitive
2023-06-13 14:16:38 +02:00
Florian Schade
4f26424db6
[full-ci] enhancement: use reva client pool selectors ( #6452 )
...
* enhancement: use reva client pool selectors
register mock service to registry and pass tests
* enhancement: bump reva
* Fix a couple of linter issues
---------
Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com >
2023-06-08 12:41:04 +02:00
Michael Barz
2215d7f5d1
fix search permissions
2023-06-05 18:16:10 +02:00
jkoberg
d347448ec0
remove duplicated sutureservice code
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-02 12:02:27 +02:00
Andre Duffeck
c0665975b3
Do not try to fulltext-index large files. ( #6395 )
...
* Do not try to extract the content of large files.
Both tika and ocis do not handle large files/archives very well.
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Martin <github@diemattels.at >
2023-05-27 19:03:58 +02:00
jkoberg
70391a0bf2
unify CACERT envvars
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-25 13:32:37 +02:00
André Duffeck
e1279da025
Do not mess with non-lowercased fields
2023-05-25 10:55:52 +02:00
André Duffeck
f033182e09
Log search durations
2023-05-24 13:12:41 +02:00
André Duffeck
cfb0152372
Fix boolean queries
2023-05-24 12:01:35 +02:00
André Duffeck
b1bfb93230
Fix test expectations
2023-05-24 12:01:35 +02:00
André Duffeck
e8c9d16576
Do not choke on : searches
...
Fixes #4744
2023-05-24 12:01:35 +02:00
André Duffeck
9fe1225b53
Make field base search case insensitive
...
Fixes part of #6366
2023-05-24 12:01:35 +02:00
André Duffeck
6275b7b124
Do not include full-text and tag data in the composite field
...
This commit removes the full-text and tag data from the composite field
("_all") which can be used for default term queries which we don't do
anyways.
2023-05-19 16:13:30 +02:00
André Duffeck
55a6716d49
Trigger a space reindex when the space has been renamed
...
Fixes #6289 (in combination with https://github.com/cs3org/reva/pull/3889 )
2023-05-15 16:21:53 +02:00
André Duffeck
e9d4e07a08
constify the "trashed" space state
2023-05-12 10:37:43 +02:00
André Duffeck
82590632b6
Always use UTC for doc timestamps
2023-05-12 10:37:43 +02:00
André Duffeck
e01ef9b8c6
Search spaces concurrently
2023-05-12 10:37:43 +02:00
André Duffeck
a9b139af97
Do not consider disabled spaces during search
...
Fixes #6201
2023-05-12 10:37:43 +02:00
André Duffeck
63b2ac2368
Do not use prefix queries which gets slow with big indexes
...
Co-authored-by: Florian Schade <f.schade@icloud.com >
2023-05-12 10:37:43 +02:00
André Duffeck
ca637de017
Fix detecting resources that haven't changed when reindexing spaces
...
This is a regression introduced with the experimental search backport.
2023-04-19 17:44:16 +02:00
mmattel
8ed34926ef
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 10:16:06 +02:00
Daniel Swärd
46e50b3a70
Reapply name change, without adding files by mistake.
2023-04-05 13:26:29 +02:00
Daniel Swärd
a693a18b99
Revert "Change new name to address PR comment."
...
This reverts commit 8911ca2e98 .
2023-04-05 13:25:04 +02:00
Daniel Swärd
8911ca2e98
Change new name to address PR comment.
2023-04-05 12:26:56 +02:00
Daniel Swärd
afbfd2d6b2
Deprecating and renaming many environment variables
...
Fixes #5767
Fixes #5905
Fixes #5532
2023-04-05 11:05:48 +02:00
Roman Perekhod
fcfb2ab9fa
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901
2023-04-04 15:43:03 +02:00
Dennis Sieben
e28603e633
- fixed typos
2023-03-27 08:54:51 +02:00
David Christofas
924c2ca346
add missing comments
2023-03-06 19:01:16 +01:00
David Christofas
63fa35fa50
reduce duplication in configuration code
2023-03-06 16:52:44 +01:00
Jörn Friedrich Dreyer
9b00f02383
bump reva to ec27f5f8feb3
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-02-15 15:26:07 +00:00
mmattel
210cd54817
fix some envvar descriptions
2023-02-03 09:40:35 +01:00
Daniël Franke
d2076941f4
Add tests.
...
Also update mocks with mockery.
2023-01-23 14:38:12 +01:00
Florian Schade
1afd7c2a4b
use event executant to index tags ( #5405 )
2023-01-13 17:31:34 +01:00
Jörn Friedrich Dreyer
3aa864aecc
Remove Staticcheck warnings ( #5394 )
...
* remove deprecated ioutil imports
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* remove duplicate imports
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* remove unused values
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* remove some unused types
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* remove deprecated ioutil import
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-01-13 15:29:14 +01:00
jkoberg
837eff9017
adjust for tags pkg
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
tmp
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-12-23 10:55:57 +01:00
jkoberg
b29ffeb3a9
use stream pkg instead server pkg
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-12-20 09:53:11 +01:00
Florian Schade
1db03dd512
[full-ci] experimental tags backport ( #5227 )
...
* add tags to search service resource
add tags getTags, AssignTags and UnassignTags endpoint to graph
use and prefer search event spaceOwner over executant
add tags to search report response
update libre graph api
update reva
Co-authored-by: David Christofas <dchristofas@owncloud.com >
2022-12-19 15:44:02 +01:00