Commit Graph

79 Commits

Author SHA1 Message Date
ownClouders
13ebe0b0d5 [tx] updated from transifex 2023-05-09 14:05:44 +00:00
jkoberg
e3038dd3c1 force pull translations
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-09 11:16:10 +02:00
Christian Richter
cd2f7e2e9f add debug to userlog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-05-02 15:55:42 +02:00
mmattel
10ed99e6d6 [docs-only] fix envvar separation in userlog 2023-04-26 09:37:54 +02:00
ownClouders
84afd9a839 [tx] updated from transifex 2023-04-26 05:49:21 +00:00
Martin
9bf4b3eb18 Merge pull request #6119 from owncloud/update_readme_caching
[docs-only] Add caching/storing info to services where missing
2023-04-24 15:13:49 +02:00
Andre Duffeck
77bb3d8bcd [full-ci] Refactor stores (#6019)
* Streamline the store implementation with and into reva

* Adapt to the cache/store refactoring in reva

* Streamline config options and their env vars

* Apply suggestions from code review

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

* Use the same database for all stores

* Bump reva

* Configure stat and filemetadata cache separately

* Fix default config

---------

Co-authored-by: Martin <github@diemattels.at>
2023-04-24 15:13:35 +02:00
EParzefall
e2686f90b9 spelling fixes 2023-04-24 13:55:10 +02:00
jkoberg
4354f5a84b fix panic in userlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-24 10:02:22 +02:00
mmattel
84d2d8dae9 [docs-only] Fix texts and typos in README.md files 2023-04-23 10:02:27 +02:00
Martin
80c3ae84c1 Apply suggestions from code review 2023-04-20 16:05:07 +02:00
mmattel
af744967d7 add comment for cross referencing 2023-04-20 14:39:33 +02:00
mmattel
37e5f8d167 [docs-only] Note that we only support language but not language_territory (web frontend) 2023-04-20 14:34:25 +02:00
Michael Barz
e543c8f60d fix typo which slipped through 2023-04-19 17:28:16 +02:00
Michael Barz
38f6f3da2e delete empty translations [skip ci] 2023-04-19 17:03:03 +02:00
Martin
0c48a565cf Merge pull request #6079 from owncloud/fix_removal_version
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 15:21:13 +02:00
Daniel Swärd
6a269bd04a Merge pull request #6057 from kobergj/DontPanicInUserlog
[tests-only] Avoid Metadata Functionality in Eventhistory
2023-04-19 10:49:57 +02:00
mmattel
8ed34926ef [docs-only] Correct the removal version according semver to 4.0.0 2023-04-19 10:16:06 +02:00
Roman Perekhod
22f8076a4f README.md updated.
returned value swapped
2023-04-17 16:15:21 +02:00
jkoberg
220c04123e do not use metadata functionality
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-17 15:20:24 +02:00
jkoberg
fd0c22502a avoid panicing in userlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-17 11:56:35 +02:00
Roman Perekhod
cd59424a16 Make Emails translatable via transifex #6025
The transifex translation add in to the email templates.
The optional environment variable NOTIFICATIONS_TRANSLATION_PATH added to config.
2023-04-16 14:02:40 +02:00
mmattel
b2504035e0 fix readme service names 2023-04-12 18:40:41 +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
mmattel
949e5c228f [docs-only] Rename / Deprecate userlog and eventhistory envvars 2023-04-04 11:07:31 +02:00
mmattel
e6d0cb105f added userlog redis sentinel info 2023-04-04 09:15:24 +02:00
mmattel
255dd06c92 [docs-only] Fix readme.md for caches 2023-04-04 09:15:24 +02:00
Michael Barz
e313248cee add missing cors config 2023-04-03 17:29:49 +02:00
Daniël Franke
cfb65cd289 Add function to fetch events containing userID.
This PR adds a function to fetch events containing a userID. This is to
be able to offer this functionality for the GDPR requirement.
2023-04-03 11:49:52 +02:00
ownClouders
a82ec7fb0c [tx] updated from transifex 2023-03-25 01:02:47 +00:00
jkoberg
a2f162a6a6 add missing messageRichParameters
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 15:16:03 +01:00
kobergj
ce84163983 notify a user when a file was deleted because of policies (#5912)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 11:14:02 +01:00
ownClouders
b81d9266ef [tx] updated from transifex 2023-03-24 00:59:33 +00:00
jkoberg
0681cec9d1 use accept language header
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-23 17:15:43 +01:00
kobergj
8e5fcf8482 Merge pull request #5846 from kobergj/Antivirus
Antivirus
2023-03-23 10:04:12 +01:00
Jörn Friedrich Dreyer
6bec87f582 Proxy accesstoken cache store (#5829)
* refactor middleware options

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use ocmemstore micro store implementaiton for token cache

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* refactor ocis store options, support redis sentinel

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* align cache configuration

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* database and tabe are used to build prefixes for inmemory stores

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add global persistent store options to userlog config

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* log cache errors but continue

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* drup unnecessary type conversion

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Better description for the default userinfo ttl

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use global cache options for even more caches

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* don't log userinfo cache misses

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* default to stock memory store

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use correct mem store typo string

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* split cache options, doc cleanup

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* mint and write userinfo to cache async

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use hashed token as key

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* go mod tidy

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update cache store naming

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bring back depreceted ocis-pkg/store package for backwards compatability

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Apply suggestions from code review

Co-authored-by: kobergj <jkoberg@owncloud.com>

* revert ocis-pkg/cache to store rename

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add waiting for each step 50 milliseconds

* starlack check

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: kobergj <jkoberg@owncloud.com>
Co-authored-by: Viktor Scharf <scharf.vi@gmail.com>
2023-03-22 15:21:57 +01:00
jkoberg
86980441fe move debughandlers to their own package
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-22 13:59:54 +01:00
jkoberg
642d8f0028 notification for virusscan
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-21 10:06:06 +01:00
jkoberg
8d3fac48fd do not inform user about her own action
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-20 15:29:24 +01:00
ownClouders
144394993b [tx] updated from transifex 2023-03-19 00:05:05 +00:00
ownClouders
c5ec78363f [tx] updated from transifex 2023-03-18 00:12:12 +00:00
kobergj
9750dfaff9 use master version of gotext package (#5868)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-17 16:03:28 +01:00
ownClouders
5533a7382e [tx] updated from transifex 2023-03-17 00:43:05 +00:00
mmattel
23ee8615c6 [docs-only] Adds missing services and fixes content for owncloud.dev 2023-03-16 15:03:29 +01:00
ownClouders
25a6693bdf [tx] updated from transifex 2023-03-15 23:03:14 +00:00
Michael Barz
afddd4273c raise percent setting and remove empty .po files 2023-03-15 12:03:41 +01:00
ownClouders
71f132ba35 [tx] updated from transifex 2023-03-15 09:24:06 +00:00
ownClouders
7b133b26cc [tx] updated from transifex 2023-03-15 09:05:16 +00:00
Michael Barz
e094796ec7 fix transifex resource name 2023-03-15 10:00:02 +01:00