Commit Graph

94 Commits

Author SHA1 Message Date
Florian Schade 0437722353 Bugfix: Fix health and ready endpoint checker configurations 2024-10-17 14:34:04 +02:00
Christian Richter 08b33627b2 Merge pull request #10323 from fschade/refine-ready-health-checker
enhancement: simplify ready and health check handler usage
2024-10-17 08:28:54 +00:00
ownClouders b9009dca12 [tx] updated from transifex 2024-10-17 01:03:53 +00:00
Florian Schade 66ff86bd35 enhancement: simplify ready and health check handler usage 2024-10-16 20:26:00 +02:00
Jörn Friedrich Dreyer 9ccc976885 Merge pull request #10309 from kobergj/RemoveDeprecations
Remove Deprecations
2024-10-16 14:56:12 +02:00
ownClouders f46eefa989 [tx] updated from transifex 2024-10-16 03:38:06 +00:00
jkoberg c80254c4f1 feat(ocis): remove ocm store
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:51 +02:00
Christian Richter c11b18c833 refactor web & activitylog checks
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-15 13:41:31 +02:00
Christian Richter 941e688ae6 split health and readiness for activitylog and antivirus
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 08:39:42 +02:00
Christian Richter 84e024e8f1 remove nats dependency from activitylog & antivirus
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 08:39:42 +02:00
Christian Richter 7d1a78cf9c refactor checks for activitylog and antivirus
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 08:39:42 +02:00
Christian Richter 32485bab2a fix debug server in antivirus
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 08:39:42 +02:00
Christian Richter 26bf6ab796 add debug server to activitylog & check web availability
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 08:39:42 +02:00
Florian Schade 0671039474 enhancement: add readyz and healthz check handler 2024-10-14 08:39:42 +02:00
Florian Schade c82a7c560e enhancement: use global ready and health handlers 2024-10-14 08:39:42 +02:00
ownClouders 47edf8bc6d [tx] updated from transifex 2024-10-14 01:40:03 +00:00
ownClouders 6b7cf63980 [tx] updated from transifex 2024-10-12 01:09:18 +00:00
ownClouders 5b7115904e [tx] updated from transifex 2024-10-11 00:24:08 +00:00
ownClouders ddfed73b6b [tx] updated from transifex 2024-10-07 00:43:04 +00:00
ownClouders c9a1926415 [tx] updated from transifex 2024-09-30 00:09:18 +00:00
ownClouders 0c75799160 [tx] updated from transifex 2024-09-29 00:10:11 +00:00
ownClouders bd38d2d9ed [tx] updated from transifex 2024-09-28 00:08:22 +00:00
kobergj c73d19dacc Merge pull request #10162 from kobergj/DownloadedActivity
FileDownloaded Activity
2024-09-27 10:46:10 +02:00
Roman Perekhod 4b86fcf486 Fix the panic for the translation-sync in the activities service. 2024-09-26 17:12:35 +02:00
jkoberg a54587e2fd feat(activitylog): add filedownloaded activity
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-26 14:36:07 +02:00
Roman Perekhod 7cbd5c8177 Merge pull request #10152 from 2403905/issue-10148
We fixed the missing folder variable when folder renamed
2024-09-26 14:04:31 +02:00
Roman Perekhod c30b4aeb54 the code duplication was reduced 2024-09-26 12:26:03 +02:00
Roman Perekhod 204e9df249 tests updated 2024-09-26 12:12:53 +02:00
jkoberg 9b2bae31c9 fix(activitylog): fix limit parameter
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-25 13:45:35 +02:00
Roman Perekhod 3935d39e67 We fixed the missing folder variable when folder renamed 2024-09-25 12:43:59 +02:00
jkoberg 5fed7166b4 feat(alog/pp): introduce impersonating users
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-24 18:21:45 +02:00
jkoberg e2e80326fd fix(activitylog): forbid sharees access to activities
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-23 15:01:14 +02:00
Roman Perekhod 1a23ea5a78 added the translation 2024-09-23 10:37:23 +02:00
Roman Perekhod b65355c03c Added the ShareUpdate activity in the space context. 2024-09-23 10:37:23 +02:00
ownClouders 0f7293a6a5 [tx] updated from transifex 2024-09-21 00:45:28 +00:00
Christian Richter 74ce6b5a6b readd lost code for folder in resource
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-20 11:26:14 +02:00
jkoberg 7bafe7f66e fix(activitylog): space -> folder
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-20 11:26:14 +02:00
Viktor Scharf 79c4ce3abf fix test 2024-09-20 11:26:14 +02:00
jkoberg 220cde8440 feat(activitylog): Add FileUpdated Activity
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-20 11:26:13 +02:00
Christian Richter 1213a734cb Add folder to WithResource function
Signed-off-by: Christian Richter <crichter@owncloud.com>

Co-authored-by: Julian Koberg <jkoberg@owncloud.com>
Co-authored-by: Victor Scharf <vscharf@owncloud.com>
2024-09-20 11:26:13 +02:00
Christian Richter 3c8d85b05d Fix po files
Signed-off-by: Christian Richter <crichter@owncloud.com>

Co-authored-by: Martin Mattel <github@diemattels.at>
Co-authored-by: Florian Schade <fschade@owncloud.com>
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>

# Conflicts:
#	services/activitylog/pkg/service/l10n/locale/de/LC_MESSAGES/activitylog.po
2024-09-20 11:26:13 +02:00
Christian Richter 505f760339 reword and rollback
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-20 11:26:13 +02:00
Christian Richter a4f67a22a7 split events
Signed-off-by: Christian Richter <crichter@owncloud.com>

# Conflicts:
#	services/activitylog/pkg/service/http.go
#	services/activitylog/pkg/service/response.go

# Conflicts:
#	services/activitylog/pkg/service/response.go
2024-09-20 11:26:12 +02:00
ownClouders cb64d5cb51 [tx] updated from transifex 2024-09-19 15:06:10 +00:00
ownClouders 052644a1a2 [tx] updated from transifex 2024-09-19 00:43:59 +00:00
Roman Perekhod 9c0f51b06b Merge pull request #10085 from 2403905/issue-10012
Added the LinkUpdated activity in the space context
2024-09-18 16:55:22 +02:00
kobergj 6fe9923b08 Merge pull request #10072 from kobergj/FileUpdatedActivity
Add FileUpdated Activity
2024-09-18 11:15:06 +02:00
jkoberg e3d2f24fd8 fix(activitylog): space -> folder
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-18 10:46:26 +02:00
jkoberg bed59dd9fd fix(activitylog): fix unauthorized activity get
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-18 10:22:53 +02:00
Roman Perekhod a5f6482f6f Added the LinkUpdated activity in the space context 2024-09-18 08:00:31 +02:00