Commit Graph

1186 Commits

Author SHA1 Message Date
kobergj
bf2103d65c Merge pull request #6362 from kobergj/DefaultLDAPWriteEnabledToTrue
Default `LDAP_WRITE_ENABLED` to true
2023-05-22 15:45:43 +02:00
kobergj
2facff71bc Merge pull request #6354 from kobergj/IDCache
Configurable IDCache
2023-05-22 15:45:21 +02:00
jkoberg
b3ec78ab24 default LDAP_WRITE_ENABLED to true
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-22 14:25:05 +02:00
jkoberg
2a5caf74e8 idcache configuration
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-22 09:51:37 +02:00
Andre Duffeck
798f3d53dc Merge pull request #6356 from aduffeck/reduce-search-index-size
Do not include full-text and tag data in the composite field
2023-05-22 09:51:20 +02:00
ownClouders
67a0fdb10c [tx] updated from transifex 2023-05-20 00:06:58 +00: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
Jörn Friedrich Dreyer
e0873dee38 fix typo (#6352)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-19 10:59:37 +02:00
Phil Davis
4874da778c Reword 'allow to' sentences 2023-05-18 09:48:29 +05:45
Phil Davis
f19830e919 Reword 'allows to' sentences 2023-05-18 09:46:25 +05:45
jkoberg
03b31b9580 give spaceadmin delete-all-spaces
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-17 19:31:01 +02:00
jkoberg
c76fb5f412 add graph user capabilities
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-17 19:27:07 +02:00
Ralf Haferkamp
1d85593c7e graph: Adjust defaults for user, group and SpaceProperties caches
The old default ttl of 30 minutes for the caches seems way too long. It
could cause outdated information users or groups to be returned for
quite a while. Especially since the TTL was reset every time an entry was
fetched from the cache. This is disabled now as well.

Fixes: #6320
2023-05-17 16:16:24 +02:00
Martin
55b5caec0b Merge pull request #6328 from owncloud/option-OpenLinksWithDefaultApp
Add config var OpenLinksWithDefaultApp
2023-05-17 15:15:11 +02:00
Jan
20f068bc06 Change description 2023-05-17 14:35:01 +02:00
Jan
d345db7dec Add config var OpenLinksWithDefaultApp 2023-05-17 14:31:52 +02:00
Michael Barz
3aa2010471 Merge pull request #6308 from aduffeck/reindex-on-space-renamed
Trigger a space reindex when the space has been renamed
2023-05-17 11:44:55 +02:00
Martin
98c6e3a7e0 Update services/settings/pkg/store/defaults/defaults.go
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-05-17 10:44:50 +02:00
mmattel
7fd9b30258 [docs-only] Fix settings typos 2023-05-17 10:35:40 +02:00
Christian Richter
8f847501dc Merge pull request #6309 from dragonchaser/issue-4472-shared-jail-quote-api
remove quote from api response in share jails
2023-05-17 08:16:51 +02:00
ownClouders
158971b97c [tx] updated from transifex 2023-05-17 00:41:51 +00:00
Ralf Haferkamp
2baf86900d idp: Use the UUID attribute for computing the "sub" claim
This avoids that recreating the user with the same name will create the
same "sub" claim. Even though it gets a new UUID

Fixes: #904
2023-05-16 17:25:55 +02:00
Martin
c37e8350df Merge pull request #6327 from owncloud/fix_wrong_envvar_names_used_in_readme
[docs-only] Use correct envvar caching names in service readme's
2023-05-16 16:05:27 +02:00
mmattel
edc4c4bb42 [docs-only] Use correct envvar caching names in service readme's 2023-05-16 15:54:37 +02:00
Michael Barz
d4e7034046 Merge pull request #6310 from owncloud/update-roles
update the default roles
2023-05-16 15:18:55 +02:00
Edith Parzefall
095c54d973 Apply suggestions from code review
language review
2023-05-16 10:52:53 +02:00
mmattel
db0e78d3a2 clarify reason for settings cache 2023-05-16 10:52:53 +02:00
mmattel
cb38671792 fix codacy complains 2023-05-16 10:52:53 +02:00
mmattel
f65f8e065a review 2023-05-16 10:52:53 +02:00
Ralf Haferkamp
7ea2b8c179 settings: Added hints about caching to the README 2023-05-16 10:52:53 +02:00
mmattel
4681576a44 update 2023-05-16 10:52:53 +02:00
Ralf Haferkamp
2ed7f7d31e Create README for settings service
The just moves over the contents from  docs/services/settings/_index.md.
2023-05-16 10:52:53 +02:00
Viktor Scharf
2c2d8fae44 [test-only] [full-ci] enable e2e tests. bump web to v7.0.0-rc.37 (#6294)
* enable e2e tests

* bump web to v7.0.0-rc.37
2023-05-16 00:22:45 +02:00
Michael Barz
02fe615e1c update the default roles 2023-05-15 22:17:50 +02:00
mmattel
c3c82941be [docs-only] Update SETTINGS_STORE_TYPE envvar description 2023-05-15 17:40:00 +02:00
Christian Richter
8cf35ba18e remove quote from api response in share jails
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-15 17:01:58 +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
Martin
da49a5cd71 Update services/search/README.md 2023-05-15 14:20:16 +02:00
Martin
d3cd43861c [docs-only ]Update search README.md
Add a note that tika containers are only available for the amd64 platform.
2023-05-15 14:20:16 +02:00
Roman Perekhod
554e109141 Merge pull request #6276 from 2403905/issue-6037
fix the wrong status code when appRoleAssignments is forbidden #6037
2023-05-12 17:03:04 +02:00
Ralf Haferkamp
df5edec36b settings: User go-micro/store for cachiing
The previous implementation was using an unlimited TTL which would cause
problems in scale out deployments where multiple instances of the settings
service are running.

Fixes: #5067
2023-05-12 14:49:19 +02:00
Ralf Haferkamp
18bb3dbaca settings: Instanciate only a single instance of the ServiceHandler/Store
Share the same instance between the HTTP and the GRPC service. This is
in preparation for moving the cache of the metadata storage backend to a
go-micro/store based implementation. By sharing the same service instance in
the HTTP and GRPC services we can avoid the usage of global variables for the
caches, which will make the move to the go-micro/store implementation simpler.
2023-05-12 14:49:19 +02:00
mmattel
e5746d8176 [docs-only] Fix wrong default metadata backend 2023-05-12 13:34:13 +02:00
kobergj
2701d0a331 Merge pull request #6282 from kobergj/PostprocessingStore
Postprocessing Store
2023-05-12 13:22:59 +02:00
Andre Duffeck
32014badd7 Merge pull request #6268 from aduffeck/improve-search
Improve search
2023-05-12 12:11:38 +02:00
jkoberg
a324ad48a0 add a store to postprocessing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-12 11:04:41 +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