Commit Graph

1764 Commits

Author SHA1 Message Date
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
ownClouders
5311c46e79 [tx] updated from transifex 2023-11-06 00:05:24 +00:00
Martin
4b86bd0921 [docs-only] Update search README.md (#7655)
References: #7553 (enhancement: improve content extraction stop word cleaning)

Making the term `stop word` and the use of the envvar more clear.
2023-11-03 14:46:02 +01:00
dependabot[bot]
378bcd55ab Bump web-vitals from 3.4.0 to 3.5.0 in /services/idp
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.4.0 to 3.5.0.
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 11:35:36 +01:00
ownClouders
f7473730e0 [tx] updated from transifex 2023-11-02 04:27:01 +00:00
Jannik Stehle
a14fb2b4be chore: bump web to v8.0.0-alpha.5 2023-10-30 15:08:48 +01:00
ownClouders
f7705a40a2 [tx] updated from transifex 2023-10-29 00:49:15 +00:00
Michael Barz
18ce8fc3f5 Merge pull request #7613 from owncloud/dependabot/npm_and_yarn/services/idp/browserify-sign-4.2.2
Bump browserify-sign from 4.2.1 to 4.2.2 in /services/idp
2023-10-27 21:41:21 +02:00
Michael Barz
13e2e8d3f0 Merge pull request #7585 from owncloud/dependabot/npm_and_yarn/services/idp/crypto-js-4.2.0
Bump crypto-js from 4.1.1 to 4.2.0 in /services/idp
2023-10-27 21:22:14 +02:00
dependabot[bot]
af26940705 Bump browserify-sign from 4.2.1 to 4.2.2 in /services/idp
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 19:12:39 +00: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
ownClouders
e0e8f96544 [tx] updated from transifex 2023-10-26 00:44:41 +00:00
dependabot[bot]
ad92ad6e6b Bump crypto-js from 4.1.1 to 4.2.0 in /services/idp
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 23:25:40 +00:00
André Duffeck
c5560a75d7 Streamline ocm env vars 2023-10-25 09:04:45 +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
André Duffeck
668f917dba Add an ocm service exposing the ocm related http and grpc APIs 2023-10-24 10:29:29 +02:00
ownClouders
ed50e43ab4 [tx] updated from transifex 2023-10-24 02:08:01 +00: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
dependabot[bot]
991cc6e8ba Bump postcss-safe-parser from 6.0.0 to 7.0.0 in /services/idp
Bumps [postcss-safe-parser](https://github.com/postcss/postcss-safe-parser) from 6.0.0 to 7.0.0.
- [Changelog](https://github.com/postcss/postcss-safe-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-safe-parser/compare/6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: postcss-safe-parser
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 15:08:16 +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
ownClouders
c49ed2f400 [tx] updated from transifex 2023-10-22 00:19:13 +00: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
kobergj
da2d7c3809 Update services/gateway/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-10-20 15:47:12 +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
mmattel
8fb6e02aa5 [docs-only] Use semicolon instead of comma separating envvars 2023-10-20 10:33:35 +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
ownClouders
9e22152c12 [tx] updated from transifex 2023-10-19 00:53:56 +00:00
Willy Kloucek
3ec82d922c fix auth service env variable 2023-10-18 14:29:05 +02:00
Jannik Stehle
2a2e876661 chore: bump web to v8.0.0-alpha.4 2023-10-17 16:33:06 +02:00
Viktor Scharf
c179485db6 [full-ci] ApiTests. enable auto accepting in api tests (#7477)
* enable auto accepting in test

* go format
2023-10-17 16:29:05 +02:00
Michael Barz
917ee878cb Merge pull request #7508 from owncloud/dependabot/npm_and_yarn/services/idp/babel/traverse-7.23.2
Bump @babel/traverse from 7.22.11 to 7.23.2 in /services/idp
2023-10-17 14:04:34 +02:00
dependabot[bot]
4bbb55a919 Bump @babel/traverse from 7.22.11 to 7.23.2 in /services/idp
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 11:26:21 +00:00
Michael Barz
042f4b9121 add capabilities docs for password policy 2023-10-17 13:03:50 +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
dependabot[bot]
b9c4f94e0e Bump license-checker-rseidelsohn from 4.2.6 to 4.2.10 in /services/idp
Bumps [license-checker-rseidelsohn](https://github.com/RSeidelsohn/license-checker-rseidelsohn) from 4.2.6 to 4.2.10.
- [Release notes](https://github.com/RSeidelsohn/license-checker-rseidelsohn/releases)
- [Changelog](https://github.com/RSeidelsohn/license-checker-rseidelsohn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RSeidelsohn/license-checker-rseidelsohn/compare/v4.2.6...v4.2.10)

---
updated-dependencies:
- dependency-name: license-checker-rseidelsohn
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 11:46:39 +02:00
Ralf Haferkamp
dfeff633fa proxy: also set the "Www-Authenticate" header for graph request
There doesn't seem to be a good reason to treat the graph service differently here.
2023-10-16 10:31:39 +02:00
Ralf Haferkamp
951e1e5a09 proxy: Avoid duplicated Www-Authenticate headers
For endpoints in the "ProxyWwwAuthenticate" list we accidently set the Www-Authenticate
header twice.
2023-10-16 10:31:39 +02:00
Ralf Haferkamp
07a718dc8e proxy: User ReverseProxy.Rewrite instead of Director
With Go 1.20 the "Rewrite" hook for ReverseProxy was introduced to
supersede of the "Director" hook (see:
a55793835f)

The Rewrite hooks allows for better separation between the incoming and
outgoing request. In particular it makes it pretty easy to set the
correct X-Forwarded-* Headers on the outgoing request.
The need for using "Rewrite" came up when trying to embed
authelia. It uses the X-Forwarded-Host and X-Forwared-Proto headers to
e.g. compute the correct return values for the various endpoints in
.well-known/openid-configuration.
2023-10-16 10:31:39 +02:00
ownClouders
759ea4ca03 [tx] updated from transifex 2023-10-16 01:14:58 +00:00
Ben Fu
7eba7e0620 Add deprecation params 2023-10-13 09:34:32 -05:00
Ben Fu
f7aa2391b5 Fix env name for root tls cert for sharing service 2023-10-13 09:34:32 -05: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