Commit Graph

18 Commits

Author SHA1 Message Date
jkoberg
c962510d8f feat(settings): improve custom roles docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-05-28 09:30:42 +02:00
kobergj
d0e0e9716d feat(settings): fix settings readme
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
2024-05-27 11:13:24 +02:00
jkoberg
8fb9c57dfe feat(settings): Add documentation about custom roles
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-05-27 10:46:57 +02:00
Ralf Haferkamp
5b38fa149d settings: Remove deprecated filesystem backend
We changed the default to `metadata` before the 2.0 release. This PR
alos removes the associated `SETTINGS_STORE_TYPE` and
`SETTINGS_DATA_PATH` settings as they are no longer needed with
`metadata` as the only available backend.
2024-05-13 14:50:02 +02:00
jkoberg
20f77d4b5b add a hidden role for service accounts
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-21 12:41:42 +01:00
kobergj
423c28b298 improve store readmes
Co-authored-by: Martin <github@diemattels.at>
2023-12-15 13:25:10 +01: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
mmattel
bef11c32f4 small addon fix 2023-10-13 09:51:29 +02:00
Martin
accbb31b5c [docs-only] Update README.md of the settings service
Just some smaller doc fixes.
2023-10-13 09:40:56 +02:00
Roman Perekhod
7f6c832356 the default language added to the setting service (#7417)
* the default language added to the setting service

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

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-10-09 15:31:17 +02:00
jkoberg
0bc0972b0b add admin service account
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-31 12:11:43 +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