Commit Graph

18475 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer 8ab5b35fe3 Automated changelog update [skip ci] 2024-07-30 09:42:35 +00: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
Sawjan Gurung c5a3027119 Merge pull request #9434 from owncloud/internal-link-by-all-member-of-space
[tests-only][full-ci] adding test for creating internal link share by the member of a project drive
2024-07-30 13:57:26 +05:45
Michael Barz 4c50f6c59b Automated changelog update [skip ci] 2024-07-30 11:23:09 +05:45
Michael Barz 4b8acf7e4a Automated changelog update [skip ci] 2024-07-29 16:36:05 +00:00
Michael Barz 9e3dbb022a Merge pull request #9708 from owncloud/update-reva
[full-ci] chore: bump reva to v2.22.0
2024-07-29 18:35:31 +02:00
Michael Barz c82c331dad tests: adapt expected failures line numbers 2024-07-29 18:04:46 +02:00
Michael Barz b83f2b4d2d tests: adapt acceptance tests 2024-07-29 17:45:22 +02:00
Michael Barz d7adeacc37 chore: bump reva to v2.22.0 2024-07-29 16:44:23 +02:00
Michael Barz 4ff6e02d96 Automated changelog update [skip ci] 2024-07-29 14:39:55 +00:00
Michael Barz efb6fc09f2 Merge pull request #9707 from owncloud/chore/bump-web-10.0.0
[full-ci] chore: bump web to v10.0.0
2024-07-29 16:38:55 +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
Viktor Scharf 74a0c03246 Merge pull request #9703 from owncloud/unhideShareTest
[test-only] unhide share
2024-07-29 15:01:19 +02:00
Viktor Scharf eb4de64f33 fix after review 2024-07-29 12:30:05 +02:00
Viktor Scharf eac8fb8649 unhide share 2024-07-29 11:43:05 +02:00
Christian Richter 3bdf6183b9 Automated changelog update [skip ci] 2024-07-29 08:02:04 +00:00
Christian Richter 990ea4edd0 Merge pull request #9693 from dragonchaser/add-init-diff-mode
add diff mode to init
2024-07-29 10:01:26 +02:00
Viktor Scharf 09bd4b0023 Merge pull request #9694 from owncloud/tests/wait-for-share-sync
[tests-only][full-ci] ensure shares are ready before performing actions on them
2024-07-26 12:37:49 +02:00
Michael Barz 78d3bf9e72 Merge pull request #9695 from owncloud/generate_proofkeys_collabora_example
chore: generate proof keys for collabora
2024-07-26 12:29:36 +02:00
Saw-jan 878c5f4075 test: ensure share is available before performing actions
test: fix expected-failure lines
2024-07-26 15:19:33 +05:45
Christian Richter 201a7c6b01 reduce complexity
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 11:11:53 +02:00
Juan Pablo Villafáñez ced0f618bd chore: generate proof keys for collabora 2024-07-26 10:47:20 +02:00
Christian Richter a04cd2a132 sort structs
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 09:49:47 +02:00
Christian Richter 745d0d2838 add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 08:02:02 +02:00
Christian Richter b60065f308 unclutter init pkg
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 07:54:27 +02:00
Christian Richter e2c4586706 add diff mode to init
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 07:49:37 +02:00
Juan Pablo Villafañez 24b940dfcc Automated changelog update [skip ci] 2024-07-25 12:48:11 +00:00
Juan Pablo Villafañez a7d81241e6 Merge pull request #9366 from owncloud/collaboration_proofkeys
Collaboration proofkeys
2024-07-25 14:47:39 +02:00
kobergj b63cff9842 Automated changelog update [skip ci] 2024-07-25 11:23:03 +00:00
kobergj 6f39d08c9b Merge pull request #9690 from kobergj/BumpReva
[full-ci] Bump Reva
2024-07-25 13:20:25 +02:00
Juan Pablo Villafáñez d2f6679921 docs: add changelog 2024-07-25 13:16:07 +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 2133785838 fix: disable proofkeys in CI and don't skip validator tests
Proofkeys feature can't be tested with the wopi validator for now.
The "FakeOffice" doesn't provide the keys in the discovery endpoint, and
the wopi validator doesn't seem to send any header with the proof.
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
jkoberg b52b424191 feat(reva): bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-25 12:53:32 +02:00
Roman Perekhod f381054e53 Automated changelog update [skip ci] 2024-07-25 10:39:58 +00:00
Roman Perekhod e5ac143aea Merge pull request #9689 from 2403905/issue-9432
fixed the response code when DELETE and MOVE requests to the file that is still in post-processing
2024-07-25 12:39:24 +02:00
Michael Barz ab84479a9e Automated changelog update [skip ci] 2024-07-25 09:52:18 +00:00
Michael Barz f2c04c9b0a Merge pull request #9685 from owncloud/msoo-parser
[webOffice] Microsoft Office Online Server Lock support
2024-07-25 11:51:41 +02:00
Sawjan Gurung 65d1567a5b Merge pull request #9678 from owncloud/test-activities-api
[tests-only] [full-ci] Add test to check activity after uploading a file
2024-07-25 15:28:48 +05:45
Roman Perekhod 69b27dc1ee fixed the response code when DELETE and MOVE requests to the file that is still in post-processing 2024-07-25 11:31:42 +02:00
Roman Perekhod 26f962ef82 Automated changelog update [skip ci] 2024-07-25 09:27:15 +00:00
Roman Perekhod eaddfa7308 Merge pull request #9677 from 2403905/issue-9482
[full-ci][bump reva] return 403 when the copy forbidden
2024-07-25 11:26:45 +02:00
Christian Richter c2e093099e Merge pull request #9688 from dragonchaser/clean_docs
[docs-only] remove <br> from mermaid charts
2024-07-25 11:13:55 +02:00
Christian Richter 6282f77478 remove obsolete \n
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-25 11:07:09 +02:00
Salipa-Gurung 065c4fa027 add test coverage for activities api for a file 2024-07-25 14:51:18 +05:45
Roman Perekhod 0145af1378 bump-reva.md updated 2024-07-25 10:53:35 +02:00