Commit Graph

19710 Commits

Author SHA1 Message Date
Martin 52d965f6b9 Merge pull request #10391 from owncloud/collaboration_short_tokens
Collaboration short tokens
2024-10-24 15:59:26 +02:00
Martin Mattel 69402542a8 add changelog 2024-10-24 15:17:43 +02:00
Juan Pablo Villafáñez af178155e4 fix: change introductionVersion for the store variables 2024-10-24 14:54:51 +02:00
Martin dec5d270de Update services/collaboration/README.md
Co-authored-by: Michael Barz <mbarz@owncloud.com>
2024-10-24 14:34:47 +02:00
Christian Richter 77a554d74a Merge pull request #10405 from dragonchaser/bugfix-healthchecks
avoid 0.0.0.0 & replace by outbound ip
2024-10-24 10:28:17 +00:00
Christian Richter fd262970b3 simplify code
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-24 11:16:25 +02:00
Martin Mattel 6e23662a73 text fix 2024-10-24 11:07:11 +02:00
Martin Mattel 6aef66a3c1 adding readme content 2024-10-24 10:56:49 +02:00
Juan Pablo Villafáñez b3f72d7a4d chore: typos and minor consistency changes for sonarcloud 2024-10-24 09:56:54 +02:00
Christian Richter 0dc9e99761 tackle ipv6 wildcard binds
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-24 09:56:45 +02:00
Christian Richter 0cb8331284 avoid 0.0.0.0 & replace by outbound ip
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-24 09:13:03 +02:00
Juan Pablo Villafáñez 924f77f044 fix: adjust unit tests 2024-10-24 08:46:54 +02:00
Juan Pablo Villafáñez 6782b243ae feat: switch to md5 + timestamp
MD5 will make the token shorter. The timestamp will help to prevent
collisions since the tokens must be generated at the same nanosecond
(assuming the md5 sum generates the same hash, which is unlikely).

Using MD5 shouldn't be a security issue. The "real" access token is
already encrypted, and it's visible and accessible if short tokens
aren't used.
2024-10-24 08:46:54 +02:00
Juan Pablo Villafáñez b8f8ca813e feat: use short tokens as access tokens
The "real" access token will be stored using the short token as key.
This short token will be sent to the clients to be used as access token
for the WOPI server.

This is configurable, and requires a store in order to keep the tokens.
2024-10-24 08:46:54 +02:00
Martin 4dfba210e1 Merge pull request #10402 from owncloud/fix_antivirus_readme
[docs-only] Fix Antivirus readme
2024-10-23 17:18:46 +02:00
Martin 0a5552e60c Merge pull request #10375 from owncloud/update_gateway_readme
[docs-only] Update gateway readme
2024-10-23 17:14:42 +02:00
Martin Mattel a9c00d7d14 [docs-only] Fix Antivirus readme 2024-10-23 17:10:17 +02:00
Michael Barz e0c7609723 Automated changelog update [skip ci] 2024-10-23 15:03:58 +00:00
Michael Barz 512f062c5b Merge pull request #10399 from owncloud/web-extensions
feat: add web extensions to the ocis_full example
2024-10-23 16:58:35 +02:00
Martin a12384d58f Merge pull request #10397 from kobergj/ReplaceNext
[docs-only] Pin NEXT version
2024-10-23 16:48:02 +02:00
Martin f7771f2040 Automated changelog update [skip ci] 2024-10-23 14:37:42 +00:00
Martin 51afb6ce44 Merge pull request #10386 from owncloud/fix_deprecations
Fix envvar deprecations for 7.0.0
2024-10-23 16:37:03 +02:00
Michael Barz d65e68ff35 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2024-10-23 16:30:24 +02:00
Michael Barz 17370c2d7d feat: add web extensions to the ocis_full example 2024-10-23 16:26:19 +02:00
Michael Barz 6fb1a34434 Automated changelog update [skip ci] 2024-10-23 14:15:04 +00:00
Michael Barz 20508c10cc docs: fix changelog 2024-10-23 16:13:28 +02:00
jkoberg cbd9addc0f docs(ocis): make docs generate
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-23 14:36:13 +02:00
jkoberg 42f18ca500 docs(ocis): pin NEXT version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-23 14:35:20 +02:00
Prashant Gurung ecb88b2008 Merge pull request #10312 from owncloud/tests-api-activities-rename-file
[tests-only][full-ci] add test to check add, edit, rename & move activities for a file using file-id path
2024-10-23 17:22:01 +05:45
Christian Richter dc3d89156c Merge pull request #10394 from dragonchaser/fix-random-default-ports
add new range for ocdav
2024-10-23 11:03:56 +00:00
Martin Mattel 290820b578 fix markdown table 2024-10-23 12:38:38 +02:00
Christian Richter aeb09f03e3 add new range for ocdav
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-23 12:28:56 +02:00
Christian Richter 72337f7382 Merge pull request #10392 from dragonchaser/fix-random-default-ports
[docs-only] fix docs
2024-10-23 10:20:45 +00:00
Christian Richter 6e332fa2ae fix docs
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-23 12:04:42 +02:00
Christian Richter 23b92ccd1a Merge pull request #10390 from dragonchaser/fix-random-default-ports
remove random default ports
2024-10-23 09:59:19 +00:00
prashant-gurung899 d2af9fe20d add test to check file rename activity using file-id
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-10-23 15:03:16 +05:45
Christian Richter 26bf70a5b1 remove random default ports
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-23 11:12:20 +02:00
Roman Perekhod bdeb248c32 Automated changelog update [skip ci] 2024-10-23 08:38:38 +00:00
Roman Perekhod 1eef7622cf Merge pull request #10383 from owncloud/antivirus-workers
Antivirus workers
2024-10-23 10:38:06 +02:00
Roman Perekhod fb732c5b2a fix config 2024-10-23 10:08:20 +02:00
Roman Perekhod 4e8b3822b5 Automated changelog update [skip ci] 2024-10-23 08:04:43 +00:00
Roman Perekhod 09dec760f9 Merge pull request #10368 from 2403905/issue-10293
Disable download activity
2024-10-23 10:04:10 +02:00
Martin Mattel f5cefed8ce use the correct envvar 2024-10-23 09:06:49 +02:00
Sawjan Gurung c6121f5de1 Merge pull request #10379 from owncloud/tests-ocm-federated-user-to-space
[tests-only][full-ci] refactor test to add federated user as a member of a project space using permissions endpoint
2024-10-23 12:44:36 +05:45
Sawjan Gurung 261387637d Merge pull request #10324 from owncloud/test-space-no-versions
[tests-only][full-ci] adding test for editing space with role space editor without version
2024-10-23 11:53:06 +05:45
prashant-gurung899 cee8429681 refactor test to add federated user to a project space
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-10-23 09:48:58 +05:45
Niraj Acharya 66856ef91e adding test for editing space with role space editor without version 2024-10-23 09:48:55 +05:45
Roman Perekhod ee42655581 Disable download activity 2024-10-22 20:24:35 +02:00
Jörn Friedrich Dreyer ed6d44fd39 Merge pull request #10362 from owncloud/add_additional_envvars
[docs-only] ADDING 2 envvars to existing ones in settings service
2024-10-22 19:23:35 +02:00
Martin Mattel 8070889ce8 Fix envvar deprecations for 7.0.0 2024-10-22 18:47:08 +02:00