Commit Graph

170 Commits

Author SHA1 Message Date
ownClouders 70dc3b67aa [tx] updated from transifex 2024-03-11 00:41:41 +00:00
Phil Davis 0984c4af13 chore: set introductionVersion 5.0 in services/notifications and ocdav 2024-03-06 17:50:21 +05:45
Phil Davis 9d2be66a85 chore: add introductionVersion pre5.0 to environment variable docs 2024-03-06 17:50:20 +05:45
Jörn Friedrich Dreyer 2dce3e997d Merge pull request #8546 from owncloud/verify-service-accounts-are-set
verify all system accounts are set
2024-02-29 17:29:08 +01:00
Jörn Friedrich Dreyer 972adafd29 verify all system accounts are set
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-29 15:51:37 +01:00
ownClouders 0ca14bdf2e [tx] updated from transifex 2024-02-29 00:55:10 +00:00
ownClouders ee501f225e [tx] updated from transifex 2024-02-23 00:47:43 +00:00
ownClouders 2a300190cb [tx] updated from transifex 2024-02-22 03:58:21 +00:00
ownClouders cc18f5c372 [tx] updated from transifex 2024-02-19 04:30:50 +00:00
ownClouders 9414f732d7 [tx] updated from transifex 2024-02-08 01:10:30 +00:00
mmattel 6e721eb4f5 [docs-only] Fix envvar descriptions trailing a double dot 2024-02-06 11:52:10 +01:00
ownClouders 4d5490a601 [tx] updated from transifex 2024-02-03 00:37:35 +00:00
ownClouders 241b41848c [tx] updated from transifex 2024-02-02 01:10:41 +00:00
ownClouders 6f327fea06 [tx] updated from transifex 2024-01-30 00:36:38 +00:00
ownClouders e1c74f338f [tx] updated from transifex 2024-01-19 00:48:40 +00:00
ownClouders f8b6582936 [tx] updated from transifex 2024-01-14 00:08:03 +00:00
ownClouders 01ca237764 [tx] updated from transifex 2024-01-09 00:39:56 +00:00
ownClouders 64132b0fee [tx] updated from transifex 2023-12-30 00:39:42 +00:00
ownClouders 203e250c86 [tx] updated from transifex 2023-12-25 00:07:24 +00:00
ownClouders bce38f965f [tx] updated from transifex 2023-12-19 22:08:42 +00:00
jkoberg e1fad5c6e9 make nats-js-kv the default registry
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-19 12:13:28 +01:00
jkoberg 3e55223f2d allow authentication for events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-19 10:44:05 +01:00
kobergj 377a23ee7d Non-durable SSE streams (#7986)
* make sse streams non-durable

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* bump reva

Signed-off-by: jkoberg <jkoberg@owncloud.com>

---------

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-18 11:47:25 +01:00
ownClouders c9dfc3f313 [tx] updated from transifex 2023-12-09 00:09:14 +00:00
ownClouders c8dc52cd61 [tx] updated from transifex 2023-12-04 06:01:51 +00:00
ownClouders c196734829 [tx] updated from transifex 2023-11-29 01:29:44 +00:00
ownClouders 6bf16da95d [tx] updated from transifex 2023-11-18 00:54:53 +00:00
ownClouders 8773aac345 [tx] updated from transifex 2023-11-14 00:39:22 +00:00
ownClouders e2cd88b262 [tx] updated from transifex 2023-11-09 00:07:33 +00:00
ownClouders f7705a40a2 [tx] updated from transifex 2023-10-29 00:49:15 +00:00
ownClouders ed50e43ab4 [tx] updated from transifex 2023-10-24 02:08:01 +00:00
mmattel 8fb6e02aa5 [docs-only] Use semicolon instead of comma separating envvars 2023-10-20 10:33:35 +02:00
ownClouders 9e22152c12 [tx] updated from transifex 2023-10-19 00:53:56 +00:00
Roman Perekhod 04a5ee283e fix default language fallback (#7479)
* fix default language fallback

* Update services/userlog/pkg/config/config.go

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

* Update services/notifications/pkg/config/config.go

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

* readme updated. local env vars removed

* Update changelog/unreleased/fix-default-mail-language-fallback.md

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

* update readme's and envvar texts

* fix changelog text

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-10-17 09:56:48 +02:00
ownClouders fc91eea4a2 [tx] updated from transifex 2023-10-08 00:19:40 +00:00
Ralf Haferkamp f6b792a517 notifications: pick SMTP auth method automatically by default
This introduces the new value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION.
Which will make the notifications service automatically pick an authentication
mechanism that the server supports. This is also the new default behavior.

This also removes most of the other default settings for the SMTP
configuration. The default values were of no real use for this service.

Closes: #7356
2023-10-05 12:37:27 +02:00
Ralf Haferkamp 246ec1ecc9 notifications: Deprecate redundant encryptions settings
'tls' and 'ssl' are duplicates of 'starttls' and 'ssltls' and have been deprecated
in the upstream modules we use for sending mail notifications. Let's deprecate them
as well and issue a warning when they are still used.

Fixes: #7345
2023-10-05 12:37:27 +02:00
ownClouders 582e7474e8 [tx] updated from transifex 2023-10-04 00:54:10 +00:00
ownClouders 836106d802 [tx] updated from transifex 2023-09-28 04:05:37 +00:00
ownClouders 78bc32e156 [tx] updated from transifex 2023-09-18 00:06:46 +00:00
ownClouders 564685b447 [tx] updated from transifex 2023-09-14 00:28:37 +00:00
ownClouders 422465b8f5 [tx] updated from transifex 2023-09-08 00:39:40 +00:00
jkoberg bd716156fc let ocis init set the serviceaccounts
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-31 12:11:44 +02:00
jkoberg ab10e5e152 use service accounts for notifications
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-31 12:11:43 +02:00
ownClouders 0324b6d065 [tx] updated from transifex 2023-08-29 00:48:42 +00:00
ownClouders c2e09accc9 [tx] updated from transifex 2023-08-24 00:44:32 +00:00
Christian Richter d7139d4127 remove deprecated variables
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
ownClouders e94ddbf3bc [tx] updated from transifex 2023-08-19 00:22:40 +00:00
jkoberg 49cdcad129 unify eventstream creation
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-16 10:14:12 +02:00
ownClouders 712d98e0a2 [tx] updated from transifex 2023-08-08 01:27:09 +00:00