Commit Graph

1787 Commits

Author SHA1 Message Date
mmattel 3093499f20 add reference in frontend ennvar description 2023-11-07 14:50:27 +01:00
mmattel 14ad4faa61 add a section in readme 2023-11-07 11:19:19 +01:00
Jannik Stehle 21653d9d1a Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-11-07 11:09:21 +01:00
Jannik Stehle c07f3c6c37 feat: add configs for the Web embed mode 2023-11-07 08:29:15 +01:00
Martin 2ee459a9ac Merge pull request #7654 from owncloud/mmattel-patch-1
[docs-only] Text fix for thumbnail README.md
2023-11-06 11:27:55 +01:00
Martin 908e838284 Merge pull request #7488 from owncloud/fix_web_envvar_text 2023-11-06 10:21:07 +01:00
dependabot[bot] a83d90a1a7 Bump i18next from 23.4.6 to 23.6.0 in /services/idp
Bumps [i18next](https://github.com/i18next/i18next) from 23.4.6 to 23.6.0.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.4.6...v23.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 09:56:55 +01:00
Ralf Haferkamp d2cff38ab4 graph/sharedbyme: Add user and group names to permissions 2023-11-06 09:35:27 +01:00
Ralf Haferkamp 580a4e0d92 graph/sharedbyme: populate the permissions property
Set the exipration date, grantedToV2 and link attributes on the
permissions.

The displayName for users and groups isn't expanded yet (only the "id" is set)
Also, the "roles" attribute cannot be populated yet.
2023-11-06 09:35:27 +01:00
Ralf Haferkamp 454ec52955 graph/sharedbyme: Use existing method to initialize driveitem properties
getDriveItem does a Stat() call on the resource and sets the
corresponding DriveItem properties.
2023-11-06 09:35:27 +01:00
Ralf Haferkamp b0538559c2 graph: Populate 'ParentRef' in driveitems 2023-11-06 09:35:27 +01:00
Ralf Haferkamp f18775b1cb graph: Initial implementation of /me/drives/sharedByMe endpoint
This adds a still incomplete implementation of the new /me/drives/sharedByMe
endpoint. For now it only sets the driveItem Id property. The 'permissions' relation
is not supported yet.

This endpoint is added to the /v1beta1 route, to indicate that it is
still imcomplete and might require changes.
2023-11-06 09:35:27 +01:00
Ralf Haferkamp 86b061421e Disable debug log during test 2023-11-06 09:35:27 +01:00
Dominik Schmidt 62f232c82a Merge pull request #7491 from dschmidt/audio-thumbnails
thumbnails: extract pictures from audio files
2023-11-06 09:24:27 +01:00
Andre Duffeck 524fff00a3 Merge pull request #7620 from aduffeck/ocm-docs
Ocm docs
2023-11-06 09:23:39 +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
Andre Duffeck 208501a688 Apply headline capitalisation suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-11-06 08:29:55 +01:00
André Duffeck 2233394f24 Fix env var 2023-11-06 08:29:55 +01:00
André Duffeck 1c703763ea Add documentation for the ocm service 2023-11-06 08:29:52 +01:00
ownClouders 5311c46e79 [tx] updated from transifex 2023-11-06 00:05:24 +00:00
mmattel ae27e303d8 Fix web service envvar text 2023-11-03 16:06:28 +01: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
Martin a268b3dd0c Apply suggestions from code review 2023-11-03 11:29:15 +01:00
Martin ce6e65f8c4 [docs-only] Text fix for thumbnail README.md
References: #7409 (feature(thumbnails): add the ability to define custom image processors)
The `Thumbnail Processor` section needed an update to clarify the usecase and behaviour. In addition, the list of sizes above now shows as in a single line each and not in one line.
2023-11-03 11:26:25 +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
Dominik Schmidt a9141146fb Remove LazyReadSeeker 2023-10-30 11:15:20 +01:00
ownClouders f7705a40a2 [tx] updated from transifex 2023-10-29 00:49:15 +00:00
Dominik Schmidt 0b88ef8c95 thumbnails: extract pictures from audio files 2023-10-28 01:16:58 +02: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