Commit Graph
3134 Commits
Author SHA1 Message Date
Christian Richter ffcfa5bb74 add nats checks
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 16:50:58 +02:00
Christian RichterandGitHub 3d45d84b2e Merge pull request #10163 from fschade/ready-health-checks
Bugfix: Improve Ready and Health Checks
2024-10-14 14:43:45 +00:00
Christian Richter 3d94a65db6 replace panic in antivirus by error
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 16:19:28 +02:00
Benedikt Kulmann b8a7e3552d fix: don't fetch idp logo.svg anymore
We're always using the logo from the theme now so the logo.svg is not
needed anymore.
2024-10-14 15:54:25 +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 61070e3187 fix sonar cube bugs
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-14 08:39:42 +02:00
Christian Richter 0094d30378 code cleanup & refactoring
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 c69a08dfbc add checks for 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 1ae1298f50 fix debug server in idm
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 SchadeandChristian Richter 0671039474 enhancement: add readyz and healthz check handler 2024-10-14 08:39:42 +02:00
Florian SchadeandChristian Richter 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
Ralf HaferkampandRalf Haferkamp f536dacd4d fix(webdav): Set Retry-After header for 429 responses
We're now setting a 'Retry-After' in the webdav response when the
thunbnailer is rate limiting the requests. For now the timeout is just
a random number between 1 and 15 seconds.
2024-10-10 17:07:34 +02:00
Ralf HaferkampandRalf Haferkamp 74d54579cb fix(webdav): missing Status 429 handling in some thumbnail endpoints 2024-10-10 17:07:34 +02:00
AlexandGitHub 59ce20a343 Merge pull request #10274 from owncloud/idp-use-theme-logo
Use idp logo from theme
2024-10-10 13:23:23 +02:00
Jan Ackermann 0105739160 Use idp logo from theme 2024-10-10 10:36:01 +02:00
MartinandGitHub dec56bab95 Merge pull request #10275 from owncloud/describe_storage-users_service
[docs-only] Describe the storage-users service purpose
2024-10-10 09:12:56 +02:00
Martin Mattel e89742cb3f [docs-only] Describe the storage-system service purpose 2024-10-10 08:28:31 +02:00
ownClouders f878921d57 [tx] updated from transifex 2024-10-10 00:11:04 +00:00
Ralf HaferkampandRalf Haferkamp e2d7251893 fix(thumbnails): Implement ratelimit for the grpc service
This moves the ratelimit ('THUMBNAILS_MAX_CONCURRENT_REQUESTS') from the
HTTP endpoint to the GRPC endpoint. The HTTP endpoint is just used for
downloading already created thumbnails. But the resource consuming part of
thumbnail generation happens in the GRPC service.
2024-10-09 14:15:54 +02:00
ownClouders b65ba4c0a0 [tx] updated from transifex 2024-10-09 00:09:59 +00:00
Ralf HaferkampandRalf Haferkamp 9a2a68d3dc fix: add OCIS_LDAP_USER_SCHEMA_DISPLAYNAME to graph service
Fixes: #10257
2024-10-08 17:24:51 +02:00
Ralf HaferkampandRalf Haferkamp 0b53c48bd9 fix(thumbnails): don't re-create thumbnails if they already exist
A previous cleanup introduced a bug which caused thumbnails to be
re-created even if we already had a matching thumbnail in the storage.
2024-10-08 10:37:36 +02:00
Ralf HaferkampandRalf Haferkamp 86fa6a9cde Revert "remove obsolete var"
This reverts commit a145c36fd5.
2024-10-08 10:37:36 +02:00
Michael BarzandGitHub 632c71272a Merge pull request #10245 from owncloud/dependabot/npm_and_yarn/services/idp/axios-1.7.7
chore(deps): bump axios from 1.7.2 to 1.7.7 in /services/idp
2024-10-07 08:52:08 +02:00
Michael BarzandGitHub 73ec7fd6a3 Merge pull request #10240 from owncloud/dependabot/npm_and_yarn/services/idp/path-to-regexp-1.9.0
chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /services/idp
2024-10-07 08:35:46 +02:00
Michael BarzandGitHub a4ebda704f Merge pull request #10241 from owncloud/dependabot/npm_and_yarn/services/idp/rollup-2.79.2
chore(deps): bump rollup from 2.79.1 to 2.79.2 in /services/idp
2024-10-07 08:35:08 +02:00
Michael BarzandGitHub 9a7164d280 Merge pull request #10239 from owncloud/dependabot/npm_and_yarn/services/idp/micromatch-4.0.8
chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /services/idp
2024-10-07 08:34:06 +02:00
dependabot[bot]andGitHub 77a58dd809 chore(deps): bump axios from 1.7.2 to 1.7.7 in /services/idp
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 06:19:06 +00:00
ownClouders ddfed73b6b [tx] updated from transifex 2024-10-07 00:43:04 +00:00
ownClouders 982255382c [tx] updated from transifex 2024-10-05 00:09:31 +00:00
Jörn Friedrich Dreyer 9db7871f4c continue listing shares on error
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-04 15:44:10 +02:00
Jörn Friedrich DreyerandGitHub dc9f3c2989 Merge pull request #10237 from aduffeck/signing-fixes
Work around a problem with reverse proxies changing URLs being signed
2024-10-04 10:26:00 +02:00
dependabot[bot]andGitHub 750695a993 chore(deps): bump rollup from 2.79.1 to 2.79.2 in /services/idp
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 08:19:13 +00:00
dependabot[bot]andGitHub ac306c3a57 chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /services/idp
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 08:18:51 +00:00
dependabot[bot]andGitHub 2b70e2cad6 chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /services/idp
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 08:18:50 +00:00
Jörn Friedrich DreyerandGitHub d29e09f0c1 Merge pull request #9815 from owncloud/ocm-wellknown-config
add ocm wellknown config
2024-10-04 10:13:16 +02:00
André Duffeck bea1deebba Work around a problem with reverse proxies changing URLs being signed
Fixes https://github.com/owncloud/ocis/issues/10180
2024-10-04 09:50:58 +02:00
jkoberg 6e7bafb9e7 fix(graph): avoid panic when deleting ocm shares
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-02 11:24:56 +02:00
Ralf HaferkampandRalf Haferkamp ce663c3a3a fix(graph): treat LDAP attribute names case-insensitive everywhere
There were a couple of places where we were using the case-sensitive
GetAttributeValue method instead of the case-insensitive variant.

Fixes: #10200
2024-10-02 10:48:33 +02:00
Juergen WeigertandMartin Mattel 0d719a7c72 fix: more colons after variables found.
cd owncloud/ocis/services
vi $(grep -l -r '[A-Z][A-Z][A-Z]:/')
2024-10-02 09:09:47 +02:00
Juergen WeigertandMartin Mattel 33f5ed9035 fix: remove colons after an env var, to form proper path names in descriptions. 2024-10-02 09:09:47 +02:00
Christian RichterandGitHub 10fdea8df6 Merge pull request #10137 from dragonchaser/fix-prometheus
initialize prometheus fields with 0
2024-10-01 10:16:23 +00:00
Christian Richter 24d01226d3 initialize fields with 0
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-01 10:41:24 +02:00