Commit Graph

1941 Commits

Author SHA1 Message Date
Michael Barz b04f3209d4 chore: prepare release, bump version 2024-06-19 19:45:57 +02:00
Michael Barz 52371712b8 chore: update reva to 2.20.0 2024-06-19 18:57:24 +02:00
Florian Schade 1f012ac9b5 enhancement: bump reva and remove unnecessary explicit automount mount point naming 2024-06-18 12:53:23 +02:00
Roman Perekhod e3f6f3ee1d The hidden shares have been excluded from a search result 2024-06-18 09:11:31 +02:00
Benedikt Kulmann f49e03ade7 chore: bump web to v9.0.0 2024-06-17 16:05:28 +02:00
jkoberg f68ffbbd71 fix(natsjskvregistry): encode keys
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-14 10:21:03 +02:00
Michael Barz 38a4953b6e Merge pull request #9379 from owncloud/bump-web-9.0.0-alpha.7
[full-ci] chore: bump web to v9.0.0-alpha.7
2024-06-13 22:57:14 +02:00
Roman Perekhod afd9ec67fe Fix the settings metedata tests 2024-06-13 19:13:46 +02:00
Benedikt Kulmann b5a3a2fca5 chore: bump web to v9.0.0-alpha.7 2024-06-13 17:03:58 +02:00
kobergj adbc45e297 Merge pull request #9238 from kobergj/OcisConsistencyCheck
Add command to check ocis backup consistency
2024-06-12 15:17:11 +02:00
Benedikt Kulmann a2c0967d33 Merge pull request #9360 from owncloud/fix-thumbnail-max-height-default
fix: thumbnail max input height
2024-06-12 11:23:46 +02:00
Benedikt Kulmann 6117e19d4f fix: thumbnail max input height
Thumbnail max input width and height need to be the same, because images
can be portrait or landscape. See https://github.com/owncloud/ocis/issues/9234
2024-06-12 10:55:26 +02:00
Roman Perekhod eb95a2859d fixed the error translation from the statusCodeError type into a corresponding graph api Error representation 2024-06-11 22:42:45 +02:00
Michael Barz 774efdbd85 Merge pull request #9330 from owncloud/update-reva
[full-ci] chore: update reva to latest edge
2024-06-11 17:56:40 +02:00
kobergj 6ace1fc76a Merge pull request #9327 from kobergj/Activities
Activitylog Service
2024-06-10 12:28:14 +02:00
jkoberg 8a08c9f9b8 feat(ocis): Add backup consistency command
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Co-authored-by: dragonchaser <crichter@owncloud.com>
2024-06-06 15:55:08 +02:00
Michael Barz 3a15e09ed1 chore: update reva to latest edge 2024-06-06 11:05:59 +02:00
jkoberg 2b6e75ad7f feat(activitylog): store activities per resource
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-05 16:23:00 +02:00
Michael Barz 7abd52283f chore: update reva to latest edge 2024-06-05 10:46:20 +02:00
Roman Perekhod 50578f401c [full-ci][bump reva] fixed the response code when the role/permission is empty on the share update 2024-06-04 16:59:01 +02:00
Christian Richter b3db1354ec Merge pull request #9299 from dragonchaser/thumbnailer-respect-secure-view
Thumbnailer respect secure view
2024-06-04 16:26:25 +02:00
Thomas Müller 03bd1d5272 fix: CSP frame-src to enable PDF viewing (#9313) 2024-06-04 14:29:21 +02:00
Christian Richter 1012a399ae Don't show thumbnails for secureview shares
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-06-03 14:04:46 +02:00
Jörn Friedrich Dreyer ce383bd203 set secureview flag based on addr
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-06-03 14:00:01 +02:00
Jannik Stehle 735ba7aebf feat: web server compression
Adds a compression middleware to the web server to reduce the request size when delivering static files. This speeds up loading times in web clients.

The chi middleware we're using for this currently supports `gzip` as compression algorithm. We might want to extend this to support `br` (Brotli) in the future, since it's a newer and more performant algorithm.
2024-05-31 12:34:12 +02:00
Jörn Friedrich Dreyer be6271b54f default to Collabora
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-30 16:01:04 +02:00
Jörn Friedrich Dreyer 3c369b0d21 add secureview flag when listing apps via http
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-29 16:59:46 +02:00
Florian Schade eb7c36443f enhancement: introduce theme processing (#9133)
* enhancement: introduce theme processing

* enhancement: introduce theme processing

* enhancement: add theme processing tests and changelog

* Update services/web/pkg/config/config.go

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* fix: ci findings

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* enhancement: use the theme assets from web instead of having them inside the oCis repo (license clash Apache vs. AGPLv3)

* fix: golangci tagalign order

* fix: rename UnifiedRoleUploader to UnifiedRoleEditorLite

* fix: some typos

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* enhancement: export supported theme logo upload filetypes

* chore: bump reva

* fix: allow init func

---------

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Martin <github@diemattels.at>
2024-05-29 15:48:49 +02:00
Benedikt Kulmann 730307cda2 Merge pull request #9269 from owncloud/bump-reva-56879111e06afa9e8c04ee71409548531cda7d76
chore: bump reva to 56879111e06afa9e8c04ee71409548531cda7d76
2024-05-28 12:01:32 +02:00
Benedikt Kulmann 6bd73e6261 chore: bump reva to 56879111e06afa9e8c04ee71409548531cda7d76 2024-05-28 11:32:10 +02:00
Roman Perekhod c7281599d4 replacement for TokenInfo endpoint 2024-05-28 09:29:08 +02:00
Jörn Friedrich Dreyer 150d7799b5 Merge pull request #9229 from fschade/clamav-example
enhancement: add clamav docker compose example
2024-05-23 13:09:06 +02:00
Jörn Friedrich Dreyer 9fedfef3ce Merge pull request #9236 from owncloud/test/reva-4694
bump reva to fae5c105158f744
2024-05-23 12:51:40 +02:00
Jörn Friedrich Dreyer c2fa800491 bump reva to fae5c105158f744
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-23 10:39:57 +02:00
Roman Perekhod 434141d6fb Merge pull request #9197 from 2403905/issue-8876
fix the status code for multiple mount and unmount share
2024-05-23 09:07:27 +02:00
Roman Perekhod 23aa7b6e9e Merge pull request #9228 from 2403905/storage-users-doc
[docs-only]  added the details to the 'Restore Trash-Bins Items' doc section'
2024-05-22 11:03:00 +02:00
Alex 6274be151a Update enhanacement-clamav-example.md
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-21 18:58:00 +02:00
Florian Schade d9de63b5af enhancement: add clamav docker compose example 2024-05-21 18:49:38 +02:00
Roman Perekhod 0cc79f0f80 added the details to the 'Restore Trash-Bins Items' doc section' 2024-05-21 17:19:07 +02:00
Ralf Haferkamp f931da5f29 bump to reva 8fb71adbe500
To get: https://github.com/cs3org/reva/pull/4685

Fixes: #9128
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-21 16:47:50 +02:00
Thomas Müller e79d63208e feat: limit concurrent processing of thumbnail requests 2024-05-21 14:12:50 +02:00
Roman Perekhod 8d30bd59f1 fix the status code for multiple mount and unmount share 2024-05-17 15:43:46 +02:00
Thomas Müller 9bc958e8be fix: token refresh in single binary and wopi deployment example (#9167) 2024-05-16 18:20:18 +02:00
Jannik Stehle 6ebe33e888 Merge pull request #9095 from owncloud/feat/search-remote-item-id
feat: add remote item id to search report responses
2024-05-15 16:42:00 +02:00
Ralf Haferkamp 7ca8391ce2 feat(proxy): Update selected attributes of autoprovisioned users
When autoprovisioning is enabled, we now update autoprovisioned users when their
display name or email address claims change.

Closes: #8955
2024-05-15 13:30:45 +02:00
Jannik Stehle d40a643fbf feat: add remote item id to search report responses
Adds the remote item id to search `REPORT` responses for shared resources and resources that are part of such. This id represents the id of the original resource that has been shared (= the remote item) and is needed for clients to correctly resolve their locations.
2024-05-15 11:26:43 +02:00
Roman Perekhod 39f63d3bc7 Merge pull request #9144 from 2403905/issue-9067
Added the watermark text for the Secure View mode
2024-05-15 09:11:04 +02:00
Roman Perekhod eefe991487 added the watermark text for the Secure View mode 2024-05-14 23:54:07 +02:00
Jannik Stehle 716e513006 chore: add changelog for getting drive items via id 2024-05-14 10:30:42 +02:00
Ralf Haferkamp 5b38fa149d settings: Remove deprecated filesystem backend
We changed the default to `metadata` before the 2.0 release. This PR
alos removes the associated `SETTINGS_STORE_TYPE` and
`SETTINGS_DATA_PATH` settings as they are no longer needed with
`metadata` as the only available backend.
2024-05-13 14:50:02 +02:00