Commit Graph

1502 Commits

Author SHA1 Message Date
jkoberg 73c99cce9e introduce natsjs registry
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-11-06 08:59:01 +01:00
Dominik Schmidt db32fb46f9 Audio Metadata (#7490)
* Add audio facet to search protobuf message

* Add audio metadata to search index

* Return audio facet from search if available

* Store audio metadata in arbitrary metadata

* Add audio facet to driveItems listings

* Make tests coding style more consistent

* Fix tests

* Add changelog

* Make valueToString code more defensive

* Log status code as well
2023-11-06 08:56:46 +01:00
jkoberg 173bf81633 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-31 13:03:14 +01:00
Michael Barz 5c6f95c3cd bump version, prepare changelog 2023-10-30 16:43:04 +01:00
Jannik Stehle a14fb2b4be chore: bump web to v8.0.0-alpha.5 2023-10-30 15:08:48 +01:00
Phil Davis d7e61ad470 Merge pull request #7609 from owncloud/fix-changelog
[docs-only] Fix changelog
2023-10-30 07:49:12 +05:45
jkoberg 860afc0049 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-27 16:34:22 +02:00
Michael Barz f5c05ac098 Update readable-share-enforce-password.md 2023-10-27 15:10:21 +02:00
jkoberg 6e510be180 return 423 on tag create when file is locked
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-26 16:07:50 +02:00
jkoberg e8a3f28cf0 use existing mountpoint on auto accept
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-26 11:59:21 +02:00
jkoberg f284fadf67 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-25 14:35:17 +02:00
Roman Perekhod d185b7145f implement sharing roles (#7524)
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
2023-10-24 15:01:11 +02:00
jkoberg 68c280e98b auto accept shares is a change
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-24 10:07:19 +02:00
Michael Barz c13c04be55 Merge pull request #7540 from owncloud/opt-out-public-link-pw
[full-ci] add new permission to delete public link password
2023-10-23 15:43:26 +02:00
Michael Barz b6e62b3d79 update reva to latest edge 2023-10-23 14:54:53 +02:00
Florian Schade cdd2100b4b enhancement: improve content extraction stop word cleaning (#7553)
* enhancement: improve content extraction stop word cleaning

* fix: cleanup documentation

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

* fix: failing tika stop word unit tests

---------

Co-authored-by: Martin <github@diemattels.at>
2023-10-23 13:40:37 +02:00
Michael Barz 75819ba6ad add new permission to delete public link password 2023-10-23 12:46:47 +02:00
Florian Schade c9828c0a2a fix: search capabilities format (#7551)
* fix: search capabilities format

* chore: bump reva
2023-10-23 09:28:27 +02:00
Michael Barz 3c7bae4071 [Feature] add new config to enforce public link password (#7547)
* add new config to enforce public link password

* add api test
2023-10-20 17:55:36 +02:00
jkoberg 026c357256 allow configuring storage registry by envvars
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-20 15:26:02 +02:00
Michael Barz 7777dba42a Merge pull request #7528 from owncloud/fix-token-storage-config-web
fix token storage config for web
2023-10-20 08:47:18 +02:00
Roman Perekhod acfae80b53 add last modified filter chip (#7455)
* add last modified filter chip

* Update add-last-modified-filter-chip.md

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
2023-10-19 18:25:01 +02:00
Michael Barz 0b15be553f fix token storage config for web 2023-10-19 08:48:35 +02:00
Michael Barz 6abc763883 Merge pull request #7526 from aduffeck/bump-reva-4565fd5
[full-ci] Bump reva
2023-10-18 22:32:08 +02:00
André Duffeck 66bc3d977b Add changelog 2023-10-18 21:45:16 +02:00
Willy Kloucek 3ec82d922c fix auth service env variable 2023-10-18 14:29:05 +02:00
Michael Barz d3276a1388 Merge pull request #7511 from owncloud/FixBingoGet
Pass docs pipeline requests through proxies
2023-10-17 13:03:30 +02:00
jkoberg 31fa68af54 root docs pipeline requests through proxy
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-17 12:13:31 +02:00
Sawjan Gurung c0594d6f80 fix: request to preview gives 500 error for old/new webdav if file is in processing (#7507)
* fix: request to preview gives 500 error for old/new webdav if file is in processing

* add changelog
2023-10-17 14:53:47 +05:45
Roman Perekhod 04a5ee283e fix default language fallback (#7479)
* fix default language fallback

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

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

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

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

* readme updated. local env vars removed

* Update changelog/unreleased/fix-default-mail-language-fallback.md

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

* update readme's and envvar texts

* fix changelog text

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-10-17 09:56:48 +02:00
Florian Schade 9abcd8a7f3 feature(thumbnails): add the ability to define custom image processors (#7409)
* feature(thumbnails): add the ability to define custom image processors

* fix(ci): add exported member comment

* docs(thumbnails): mention processors in readme

* fix: codacy and code review feedback

* fix: thumbnail readme markdown

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

---------

Co-authored-by: Martin <github@diemattels.at>
2023-10-17 09:44:44 +02:00
Jannik Stehle 7d4e99240d Merge pull request #7486 from owncloud/add-disabled-extensions-config
feat: add config for disabling web extensions
2023-10-13 13:38:37 +02:00
Jannik Stehle c6533dc2e4 feat: add config for disabling web extensions 2023-10-13 12:53:34 +02:00
kobergj 5b7535c2cc Merge pull request #7460 from kobergj/SetMountpointOnAutoAccept
[full-ci] Set mountpoints when auto accepting shares
2023-10-13 09:24:56 +02:00
Ralf Haferkamp 2ea843b814 Bump reva to latest edge
To get https://github.com/cs3org/reva/pull/4249

Fixes: #7469
2023-10-12 18:32:01 +02:00
jkoberg b33dbba525 fix race condition in ocis wrapper
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 15:25:22 +02:00
jkoberg 88d6edd588 set mountpoint on auto accept
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 14:20:48 +02:00
Roman Perekhod 7f6c832356 the default language added to the setting service (#7417)
* the default language added to the setting service

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

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-10-09 15:31:17 +02:00
case0sh 8adea0f38e edit wrong named enves 2023-10-06 10:29:08 +02:00
jkoberg f189b11ba9 default async uploads
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-05 15:33:42 +02:00
Ralf Haferkamp f6b792a517 notifications: pick SMTP auth method automatically by default
This introduces the new value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION.
Which will make the notifications service automatically pick an authentication
mechanism that the server supports. This is also the new default behavior.

This also removes most of the other default settings for the SMTP
configuration. The default values were of no real use for this service.

Closes: #7356
2023-10-05 12:37:27 +02:00
Ralf Haferkamp 246ec1ecc9 notifications: Deprecate redundant encryptions settings
'tls' and 'ssl' are duplicates of 'starttls' and 'ssltls' and have been deprecated
in the upstream modules we use for sending mail notifications. Let's deprecate them
as well and issue a warning when they are still used.

Fixes: #7345
2023-10-05 12:37:27 +02:00
jkoberg c47a48a50b delete outdated userlog events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-04 16:37:44 +02:00
jkoberg 9a981ffe24 make sse service scalable
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-28 14:08:03 +02:00
Ralf Haferkamp 4f59de9c52 graph/education: Check school number for duplicates before adding a school 2023-09-27 15:39:00 +02:00
jkoberg 2cd6ee361e dont reload web config on request
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-27 11:44:52 +02:00
kobergj 0535c62b63 Merge pull request #7325 from kobergj/SEEImprovements
Improve SSE Notifications
2023-09-22 12:45:11 +02:00
Andre Duffeck d5f73ba68d Do not reset share state (#7322)
* Do not reset received share state to pending if there is a state already

* Add changelog
2023-09-22 09:41:07 +02:00
Roman Perekhod 2e7b423dcc Added an option to enable a password check against a Banned-Password List (#7315)
* Added an option to enable a password check against a Banned-Password-List

* Update services/frontend/README.md

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

Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de>

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de>
2023-09-21 12:31:48 +02:00
jkoberg b59fec9e4e improve sse sending in clientlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-21 11:59:29 +02:00