Commit Graph

3109 Commits

Author SHA1 Message Date
Ralf 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 Haferkamp 9a2a68d3dc fix: add OCIS_LDAP_USER_SCHEMA_DISPLAYNAME to graph service
Fixes: #10257
2024-10-08 17:24:51 +02:00
Ralf 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 Haferkamp 86fa6a9cde Revert "remove obsolete var"
This reverts commit a145c36fd5.
2024-10-08 10:37:36 +02:00
Michael Barz 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 Barz 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 Barz 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 Barz 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] 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 Dreyer 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] 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] 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] 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 Dreyer 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 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 Weigert 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 Weigert 33f5ed9035 fix: remove colons after an env var, to form proper path names in descriptions. 2024-10-02 09:09:47 +02:00
Christian Richter 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
Jörn Friedrich Dreyer ecad57aa63 Merge pull request #10172 from owncloud/fix-sharejail-stat-id
[full-ci] bump reva to 02af5a266
2024-09-30 14:49:06 +02:00
Jörn Friedrich Dreyer 0f525e9575 use actual resource id from stat for tagging
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-30 13:13:55 +02:00
dependabot[bot] 8f9b274f19 chore(deps-dev): bump workbox-webpack-plugin in /services/idp
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 12:31:32 +02:00
dependabot[bot] d8b476a973 chore(deps-dev): bump i18next-parser in /services/idp
Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 8.13.0 to 9.0.2.
- [Release notes](https://github.com/i18next/i18next-parser/releases)
- [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-parser/compare/8.13.0...9.0.2)

---
updated-dependencies:
- dependency-name: i18next-parser
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 10:51:14 +02:00
Roman Perekhod 19f9cc1989 Merge pull request #10181 from 2403905/issue-10051-code
We fixed the error code for ocm space sharing
2024-09-30 10:48:57 +02:00
Michael Barz c384692d45 Merge pull request #10174 from owncloud/wopi-host-urls
feat: add wopi host and sharing urls
2024-09-30 10:02:40 +02:00
Michael Barz 00c9302d82 feat: add wopi host and sharing urls 2024-09-30 08:48:51 +02:00
ownClouders 55cf2d17f7 [tx] updated from transifex 2024-09-30 05:32:33 +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
Roman Perekhod c6bbdaa23f We fixed the error code for ocm space sharing 2024-09-27 17:50:58 +02:00
kobergj c73d19dacc Merge pull request #10162 from kobergj/DownloadedActivity
FileDownloaded Activity
2024-09-27 10:46:10 +02:00
kobergj 496a3e4e45 Merge pull request #10171 from kobergj/FixEmailTranslations
Fix email translationPath and docu
2024-09-27 10:37:27 +02:00
ownClouders f46806f8e4 [tx] updated from transifex 2024-09-27 07:29:52 +00:00
jkoberg 995b0e5425 fix(notifications): fix custom translation paths
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-27 09:22:57 +02:00
Roman Perekhod 02ce27aaa5 Merge pull request #10175 from 2403905/issue-10127
Fix the panic for the translation-sync in the activities service.
2024-09-27 09:18:42 +02:00
Benedikt Kulmann b2187557d7 chore: bump web to v10.3.0 2024-09-27 05:58:09 +02:00
Roman Perekhod 4b86fcf486 Fix the panic for the translation-sync in the activities service. 2024-09-26 17:12:35 +02:00
Jörn Friedrich Dreyer 514062309b address code smells, refactor error handling
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-26 16:48:07 +02:00
Jörn Friedrich Dreyer cc56111194 extract newHttpRequest method
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-26 15:06:23 +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
Ralf Haferkamp 1d9182025d fix(graph): handle unknown remaining size in quota
In certain setups the storage is not able to report the remaining size of a space.
E.g. when no quota is set and the space is using the S3 blob storage drive. In this
case the graph API response will now not include the `remaining` properyt in the quota.

Fixes: #9245
2024-09-26 13:37:02 +02:00
Roman Perekhod c30b4aeb54 the code duplication was reduced 2024-09-26 12:26:03 +02:00