Roman Perekhod

Results 49 comments of Roman Perekhod

~The `audit` service doesn't have the `healthz` check the `readyz` only.~ ~The `auth-bearer` doesn't have any probs.~ ~There is a server probes table~ ~ https://github.com/owncloud/ocis/issues/10281~

Each service has the default `/healthz` and `/readyz`. If the service doesn't have any additional checks it fails to default and we can see "no probe provided, reverting to default...

There are 3 events related to the `Space` available via email `SpaceShared`, `SpaceUnshared`, and `SpaceMembershipExpired`. There are no plans for implementation of the email notification for `Space disabled` and `Space...

@junglebells Thank you for your feature request. Unfortunately, the `cs3api` does not provide the create time for `ResourceInfo` only the last modification time. [https://github.com/cs3org/cs3apis](https://github.com/cs3org/cs3apis/blob/25aca427e0eee04177b7d03d62a2e6d8542155be/cs3/storage/provider/v1beta1/resources.proto#L65) The alternative way to get the...

> > * [ ] deployment still uses inbucket > > [@kobergj](https://github.com/kobergj) [@2403905](https://github.com/2403905) do we want to change mail server used in the deployment examples? we just switched to mailpit...

There are 3 events related to the Space available via email SpaceShared, SpaceUnshared, and SpaceMembershipExpired. There are no plans for implementation of the email notification for File rejected.

The third-party WOPI server has been replaced by the `Collaboration` service. https://owncloud.dev/services/collaboration/ https://doc.owncloud.com/ocis/7.0/deployment/services/s-list/collaboration.html The docker example https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_full/onlyoffice.yml

I assume that FRONTEND_FULL_TEXT_SEARCH_ENABLED is false by default. @kobergj Do we want to keep the full text search turned off by default?

I'll change the "content" according to the FRONTEND_FULL_TEXT_SEARCH_ENABLED value. It is still not guaranteed that the full text search if tika is down for some reason. It is not resolved...