Commit Graph

1805 Commits

Author SHA1 Message Date
ownClouders
e2cd88b262 [tx] updated from transifex 2023-11-09 00:07:33 +00:00
Florian Schade
643158b67b enhancement: add sharedWithMe graph beta endpoint (#7633) 2023-11-08 20:02:58 +01:00
Martin
d928044073 Merge pull request #7688 from owncloud/fix_audit_envvars
[docs-only] Fix some Audit envvar description texts
2023-11-08 18:30:30 +01:00
Martin
80b5a6bbe7 Update services/audit/pkg/config/config.go 2023-11-08 15:48:12 +01:00
Ralf Haferkamp
94d2befc25 Make v1beta1/roleManagement/permissions/roleDefinitions/ beta
To align with the current spec.
2023-11-08 15:46:24 +01:00
mmattel
ed3ae669b6 fix typo 2023-11-08 15:32:02 +01:00
mmattel
01bbdde09a [docs-only] Fix some Audit envvar description texts 2023-11-08 15:28:31 +01:00
Ralf Haferkamp
e084e5a722 graph/sharebyme: Use cache for user and group lookups 2023-11-08 14:45:44 +01:00
Ralf Haferkamp
c9df9f5f31 graph: Make user and group lookup cache re-usable
drives.go implemented a local user/group cache (ttl based) to speed up repeated
user and group lookups. This commit moves the implementation to the 'identity' module
to make it usable outside of drives.go.
2023-11-08 14:45:44 +01:00
Ralf Haferkamp
f2599dfa76 graph: Make createGroupModelFromCS3() function public
This is useful outside the identity module so make it available
2023-11-08 14:45:44 +01:00
Jannik Stehle
e30e6d2af9 Merge pull request #7673 from owncloud/bump-web-to-8.0.0-alpha.6
chore: bump web to v8.0.0-alpha.7
2023-11-08 14:08:49 +01:00
Jannik Stehle
4aede682bc chore: bump web to v8.0.0-alpha.7 2023-11-08 12:31:12 +01:00
Michael Barz
812c01356f Merge pull request #7684 from rhafer/graph-sharedbyme
Fix url path for getsharedbyme
2023-11-08 12:18:11 +01:00
Andre Duffeck
5291978a42 Merge pull request #7667 from aduffeck/list-ocm-shares
Expose variable to enable/disable the listing of ocm shares
2023-11-08 10:23:41 +01:00
Ralf Haferkamp
65daa93c1e Fix url path for getsharedbyme
it's 'drive' not 'drives'
2023-11-08 09:31:45 +01:00
Andre Duffeck
701feef965 Update services/frontend/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-11-07 16:11:20 +01:00
mmattel
3093499f20 add reference in frontend ennvar description 2023-11-07 14:50:27 +01:00
Jannik Stehle
c23cfd8aae chore: bump web to v8.0.0-alpha.6 2023-11-07 14:27:30 +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
André Duffeck
f19b9fcd46 Expose variable to enable/disable the listing of ocm shares 2023-11-07 08:32:23 +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