Ralf Haferkamp
67c06da301
Automated changelog update [skip ci]
2024-10-10 15:08:11 +00:00
Ralf 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 Haferkamp
74d54579cb
fix(webdav): missing Status 429 handling in some thumbnail endpoints
2024-10-10 17:07:34 +02:00
Alex
1e30bf55a9
Automated changelog update [skip ci]
2024-10-10 11:23:58 +00:00
Alex
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
Michael Barz
ebb9f41820
Merge pull request #10277 from owncloud/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.10.21
...
chore(deps): bump github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21
2024-10-10 10:20:39 +02:00
Martin
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
dependabot[bot]
f693709667
chore(deps): bump github.com/nats-io/nats-server/v2
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.10.20 to 2.10.21.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.20...v2.10.21 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-10 06:35:42 +00:00
Martin Mattel
e89742cb3f
[docs-only] Describe the storage-system service purpose
2024-10-10 08:28:31 +02:00
Martin
cc63a8b475
Merge pull request #10273 from owncloud/add_dev_docs_servcies_info
...
[docs-only] Add short description in dev docs for services
2024-10-10 02:33:04 +02:00
ownClouders
f878921d57
[tx] updated from transifex
2024-10-10 00:11:04 +00:00
Martin Mattel
43775739e0
[docs-only] Add short description in dev docs for services
2024-10-09 14:25:11 +02:00
Ralf Haferkamp
e15715e60c
Automated changelog update [skip ci]
2024-10-09 12:16:37 +00:00
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
Michael Barz
9e978e290a
Merge pull request #10267 from owncloud/dependabot/go_modules/golang.org/x/term-0.25.0
...
chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0
2024-10-09 09:05:51 +02:00
dependabot[bot]
e9656b7927
chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/term/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-09 06:22:24 +00:00
Martin
e93d1a832f
Merge pull request #10265 from owncloud/envvar.yaml_update
...
[docs-only[chore] env_vars.yaml update
2024-10-09 02:53:59 +02:00
ownClouders
b65ba4c0a0
[tx] updated from transifex
2024-10-09 00:09:59 +00:00
Martin Mattel
e1c418971a
[docs-only[chore] env_vars.yaml update
2024-10-08 17:59:42 +02:00
Michael Barz
975bdef0d4
fix: change traefik timeouts
2024-10-08 17:38:52 +02:00
Ralf Haferkamp
9a2a68d3dc
fix: add OCIS_LDAP_USER_SCHEMA_DISPLAYNAME to graph service
...
Fixes : #10257
2024-10-08 17:24:51 +02:00
Sawjan Gurung
9f8b7eba17
Merge pull request #10234 from owncloud/tests-limit-with-sort-activities
...
[tests-only][full-ci] add test to check api activities with limit and sort filter
2024-10-08 16:33:44 +05:45
Sawjan Gurung
420b595c8c
Merge pull request #10255 from owncloud/tests/accessing-contexts
...
[tests-only][full-ci] get necessary contexts properly
2024-10-08 16:01:29 +05:45
prashant-gurung899
d09859827d
add test to check api activities with limit and sort filter
...
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com >
2024-10-08 15:55:04 +05:45
Saw-jan
ca76f79be3
test: get necessary contexts properly
2024-10-08 15:17:44 +05:45
nirajacharya2
883d7601b4
Merge pull request #10261 from owncloud/refact-test-code
...
[test-only][full-ci] refactoring test code for reva
2024-10-08 15:16:48 +05:45
Niraj Acharya
e906f9f9b5
refactoring test code
2024-10-08 14:46:33 +05:45
Ralf Haferkamp
d70c210e87
Automated changelog update [skip ci]
2024-10-08 08:38:10 +00: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
Prajwol Amatya
92b298fb13
Merge pull request #10229 from owncloud/cli-tests
...
[tests-only][full-ci] add tests for CLI command uploads sessions
2024-10-08 14:03:01 +05:45
Viktor Scharf
73108839d7
Merge pull request #10166 from owncloud/testForAddingFederatedUserstoSpace
...
[test-only] add federated users to space
2024-10-08 09:57:17 +02:00
dependabot[bot]
b91eee3a22
chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
...
Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-08 09:28:34 +02:00
Viktor Scharf
6de98f54be
add federated users to space
2024-10-08 08:54:53 +02:00
Prajwol Amatya
c836695209
add tests for cli command uploads sessions
2024-10-08 12:09:53 +05:45
nirajacharya2
fa2c4ebd00
Merge pull request #10253 from owncloud/skip-initilizing-spacecontex-in-reva
...
[full-ci][tests-only] refactor test code to skip initializing spacecontex in reva
2024-10-08 11:22:17 +05:45
Niraj Acharya
91eff34adc
ref test code
2024-10-08 10:08:15 +05:45
Viktor Scharf
fdc61d043f
Merge pull request #10249 from owncloud/tests/rename-methods
...
[tests-only] use existing method to get space
2024-10-07 12:21:24 +02:00
Sawjan Gurung
17c70a990e
Merge pull request #10235 from owncloud/tests-sort-filter-activities
...
[tests-only][full-ci] add test to check api activities with sort filter
2024-10-07 15:30:39 +05:45
Michael Barz
9ab5ba9ad0
feat: use onlyoffice beta image
2024-10-07 11:40:50 +02:00
Saw-jan
286e578314
test: use existing method to get space
2024-10-07 15:03:16 +05:45
prashant-gurung899
8f858dad9d
add test to check api activities with sort filter
...
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com >
2024-10-07 14:40:32 +05:45
Michael Barz
f1f22c72ad
Merge pull request #10248 from owncloud/dependabot/go_modules/golang.org/x/text-0.19.0
...
chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0
2024-10-07 09:23:09 +02:00
dependabot[bot]
90e6071611
chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 07:00:02 +00: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
Michael Barz
6b7478d72f
Merge pull request #10227 from owncloud/dependabot/go_modules/github.com/tidwall/gjson-1.18.0
...
chore(deps): bump github.com/tidwall/gjson from 1.17.3 to 1.18.0
2024-10-07 08:33:33 +02:00