Commit Graph

2817 Commits

Author SHA1 Message Date
jkoberg
5413b8ece9 feat(auth-app): create should return 201
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-09 12:41:48 +02:00
jkoberg
e7e1839296 feat(auth-app): fixed response format
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-07 15:02:29 +02:00
jkoberg
d483234b65 feat(auth-app): secure create endpoint
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-07 13:01:32 +02:00
jkoberg
2a498daf07 feat(auth-app): list and delete endpoints
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-07 12:21:39 +02:00
jkoberg
48af3fae32 feat(auth-app): Add an API to generate AppTokens
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-07 10:29:54 +02:00
jkoberg
e7fd04bbe3 feat(tusd): bump tusd pkg to v2.4.0
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-07 09:13:50 +02:00
ownClouders
3626621c9d [tx] updated from transifex 2024-08-07 00:06:33 +00:00
Florian Schade
3abc8e677d Merge pull request #9720 from fschade/skyhigh-icap
Enhancement:  Support Skyhigh Security ICAP as an ICAP server
2024-08-06 20:01:01 +02:00
Jörn Friedrich Dreyer
9e4957a584 Merge pull request #9741 from owncloud/use-less-selectors
use less selectors
2024-08-06 14:05:53 +02:00
Jörn Friedrich Dreyer
4511f875d2 fix tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-08-06 13:33:18 +02:00
Jörn Friedrich Dreyer
4c6551501e use less selectors
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-08-06 12:55:42 +02:00
Florian Schade
598786ae7b Merge pull request #9691 from fschade/app-config
isolated app configuration
2024-08-06 09:35:30 +02:00
Ralf Haferkamp
8c624ffa0a docs: Clarify wording in the autoprovisioning section
Fixes #9613
2024-08-06 08:25:36 +02:00
dependabot[bot]
38c147352e chore(deps): bump @testing-library/jest-dom in /services/idp
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.6 to 6.4.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 12:17:35 +02:00
Juan Pablo Villafañez
cab1ac5b2b Merge pull request #9505 from owncloud/collaboration_utf7_ops
Collaboration utf7 ops
2024-08-05 11:52:12 +02:00
dependabot[bot]
b3464e29fd Bump @fontsource/roboto from 5.0.13 to 5.0.14 in /services/idp
Bumps [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) from 5.0.13 to 5.0.14.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/roboto/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto)

---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 06:20:02 +00:00
Florian Schade
3665c9dba6 enhancement: Support Skyhigh Security ICAP as an ICAP server 2024-08-04 14:00:20 +02:00
Juan Pablo Villafáñez
243f2febab fix: code review fixes 2024-08-02 12:27:49 +02:00
Florian Schade
56bad68e21 Update services/web/README.md
Co-authored-by: Martin <github@diemattels.at>
2024-08-02 09:37:43 +02:00
Jörn Friedrich Dreyer
db2b14698a Merge pull request #8289 from owncloud/configurable-storage-users-name
make storage users service name configurable
2024-07-31 14:49:53 +02:00
Juan Pablo Villafáñez
8ef9bd4499 fix: retry delete request if we get a "too_early" code 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
fb72684c24 fix: explicitly set the HTTP status for the access log 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
d35e588532 fix: adjust updated code 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
94d191f624 refactor: simplify code 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
23077223b4 fix: adjust unit tests and remove duplicated call 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
90fab1d4f0 fix: code adjustments based on the wopi validator 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
3c227f6131 test: add unit tests for the rename operation 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
80cac903c9 test: adjust unit tests 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
78195bba2e feat: add renameFile operation, improve logs and docs 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
1c3f7cd35a test: add unit test for the new operations and include some fixes 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
9417e3c7a0 fix: use constants for the names of the ranges 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
135613f8f2 test: adjust logs and fix CI 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
6036b5a71f fix: adjust unit tests 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
232b341eee test: update mocks 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
b5b9f8d189 feat: implement putRelativeFile and deleteFile endpoints 2024-07-31 12:50:41 +02:00
Juan Pablo Villafáñez
21c3ae10a7 feat: add support for utf7 encoding for some WOPI operations 2024-07-31 12:50:41 +02:00
ownClouders
ce330cf7c7 [tx] updated from transifex 2024-07-31 00:40:06 +00:00
Jörn Friedrich Dreyer
052ebf1645 Update services/storage-users/pkg/config/config.go
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2024-07-30 17:13:32 +02:00
Jörn Friedrich Dreyer
297cc77621 gateway should talk to itself
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

extract method

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-30 16:14:28 +02:00
Jörn Friedrich Dreyer
f5af53eaad Merge pull request #9692 from owncloud/fix-web-delegatedauthentication-type
use bool type for web embed delegatedAuthentication
2024-07-30 13:19:54 +02:00
Jörn Friedrich Dreyer
7b64f42a8a Merge pull request #9656 from owncloud/reuse-node-id
reuse node id when registering services
2024-07-30 11:42:05 +02:00
Jörn Friedrich Dreyer
4950bcb7f4 make storage users service name configurable
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

add example how to add a new storage provider to the storage registry

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-29 16:55:36 +02:00
Jörn Friedrich Dreyer
066c4b8173 only register signal handling once
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-29 16:28:13 +02:00
Jannik Stehle
542165df47 chore: bump web to v10.0.0 2024-07-29 16:09:25 +02:00
Jörn Friedrich Dreyer
7b98a2665f use bool type for web embed delegatedAuthentication
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-25 16:42:58 +02:00
Florian Schade
a31a48150b Commit Title (50 char max)
Release Notes
=============

Testing Notes
=============

Deploy Notes
============

Technical Change Notes
======================
2024-07-25 16:10:10 +02:00
Juan Pablo Villafáñez
02aef4d308 fix: wrong return value in the verify 2024-07-25 13:16:07 +02:00
Juan Pablo Villafáñez
7134374a2e fix: use int64 instead of bigInt 2024-07-25 13:16:07 +02:00
Juan Pablo Villafáñez
36d9a8c425 feat: proof keys verification for the collaboration service 2024-07-25 13:16:07 +02:00
Juan Pablo Villafáñez
d47364dedb feat: [WIP] use proof keys to ensure requests come from trusted source
Basic code handling is in the proofkeys package. The idea is to
implement it as a middleware and hook it after the wopicontext
middleware.
Note that we need a way to switch this middleware off in case there are
problems with the verification, even though it should be active by
default.
2024-07-25 13:15:02 +02:00