Commit Graph

1964 Commits

Author SHA1 Message Date
Jan
95f6af1575 Remove privacyURL and imprintURL from config (#7938)
* Remove privacyURL and imprintURL from config

* Add changelog item, fix typo

* React on code review
2023-12-12 15:19:18 +01:00
Andre Duffeck
e6ffd35e30 Merge pull request #7874 from aduffeck/retry-pp
[full-ci] Retry postprocessing steps
2023-12-12 14:56:40 +01:00
Benedikt Kulmann
b3ad2ceb42 Merge pull request #7930 from owncloud/adjust-web-theme
[full-ci] fix: updating logo with new theme structure
2023-12-12 14:15:58 +01:00
Andre Duffeck
1858912408 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-12-12 14:08:21 +01:00
André Duffeck
c43b9d9bc6 Allow for retrying postprocessing steps with an exponential backoff 2023-12-12 14:08:21 +01:00
Jannik Stehle
b6ce5e44b4 chore: bump web to v8.0.0-beta.1 2023-12-12 13:02:33 +01:00
Michael Barz
33feab88a7 test: add more tests 2023-12-11 22:20:29 +01:00
Michael Barz
e7a7b3001d style: refactor error handling 2023-12-11 22:20:29 +01:00
Michael Barz
416b518873 fix: wrong error code for failed precondition 2023-12-11 22:20:29 +01:00
Michael Barz
3931578d4c test: fix existing tests 2023-12-11 22:20:29 +01:00
Michael Barz
fe48dc148a feat: implement edit public link 2023-12-11 22:20:29 +01:00
Michael Barz
8aad8dd4d3 feat: add setPassword endpoint 2023-12-11 22:20:29 +01:00
Jannik Stehle
973849e0e0 fix: updating logo with new theme structure
Fixes updating and resetting the logo when using the new `theme.json` structure in Web.
2023-12-11 13:42:47 +01:00
dependabot[bot]
1788e1735c build(deps-dev): bump resolve from 1.22.4 to 1.22.8 in /services/idp
Bumps [resolve](https://github.com/browserify/resolve) from 1.22.4 to 1.22.8.
- [Commits](https://github.com/browserify/resolve/compare/v1.22.4...v1.22.8)

---
updated-dependencies:
- dependency-name: resolve
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 09:04:57 +01:00
ownClouders
c9dfc3f313 [tx] updated from transifex 2023-12-09 00:09:14 +00:00
Jannik Stehle
f5a4f12e1b chore: bump web to v8.0.0-alpha.13 2023-12-08 14:08:06 +01:00
Ralf Haferkamp
269ce605dd graph sharing: Implement UpdatePermissions
This is an initial implementation of PATCH support on drives/{driveid}/items/{itemid}/permissions/{id}.
It focusses on updating user shares for now. It's possible to update the
expirationDate, roles and/or libregraphResourceActions.
Updating the permissions of a space root or a public link share is currently
not implemeted.
2023-12-08 10:55:12 +01:00
Ralf Haferkamp
dbf23a9738 graph sharing: Properly dereference errorcode.Error before returning
Otherwise errorcode.RenderError() will not render the correct HTTP Status
2023-12-08 10:55:12 +01:00
Ralf Haferkamp
7b40fdcbf7 graph sharing: Add help to convert CS3 share to libregraph.Permission 2023-12-08 10:55:12 +01:00
Ralf Haferkamp
1ace257064 graph/groups: Allow unprivileged users to search for groups 2023-12-07 10:21:45 +01:00
Ralf Haferkamp
6fab0ad05a graph/users: Fix http status codes for unprivileged requests
Neither 'BadRequest' (as expected in the unit test) nor 'Unauthorized' (as expected
in the API tests) seem correct here. We're no returning 'Forbidden' when an unprivileged
users issues a GetUsers request that it is not allowed to perform.
2023-12-07 10:21:45 +01:00
Ralf Haferkamp
4cb6d99e88 graph/users: Make minimum search term length configurable 2023-12-07 10:21:45 +01:00
Ralf Haferkamp
20870380b1 graph/users: Return 'userType' for request from unprivileged users 2023-12-07 10:21:45 +01:00
Ralf Haferkamp
d0289694e4 graph/users: Add unittests for unprivileged user search 2023-12-07 10:21:45 +01:00
Ralf Haferkamp
795989e0aa graph/users: Use a full substring filter of user search
Previously we only did a prefix match.
2023-12-07 10:21:45 +01:00
Juan Pablo Villafáñez
6226598057 test: fix unit tests 2023-12-07 10:21:45 +01:00
Juan Pablo Villafáñez
d86352dccd feat: list users as regular user 2023-12-07 10:21:45 +01:00
ownClouders
8a18e91955 [tx] updated from transifex 2023-12-07 00:57:03 +00:00
kobergj
d0ca32c772 Merge pull request #7886 from owncloud/add-location-facet
Location Metadata
2023-12-06 15:47:23 +01:00
Dominik Schmidt
76753635fd feat(location): add driveItems test 2023-12-06 15:13:09 +01:00
Dominik Schmidt
7dd99cfa69 feat(location): add bleve test 2023-12-06 15:13:09 +01:00
Dominik Schmidt
7f83b5020d feat(location): add tika test 2023-12-06 15:13:09 +01:00
Dominik Schmidt
d9d1e96c82 fix: tests without initialized arbitrary metadata 2023-12-06 15:13:09 +01:00
Dominik Schmidt
4c27b365fa feat(graph): add location facet to driveItems 2023-12-06 15:13:09 +01:00
Dominik Schmidt
07edd1e23a chore(search): move audio metadata extraction in tika to dedicated method 2023-12-06 15:13:09 +01:00
Michael Barz
ca6d87103e feat: use global variables for password policy 2023-12-06 14:30:54 +01:00
Michael Barz
1f9c6d44b4 feat: improve expiration date handling 2023-12-06 12:16:14 +01:00
Michael Barz
6755aef725 feat(config): password policy and gateway addr 2023-12-06 12:16:14 +01:00
Michael Barz
0b7162204a feat: handle more status codes 2023-12-06 12:16:14 +01:00
Michael Barz
1fd3032f02 style: cleanup code style 2023-12-06 12:16:14 +01:00
Florian Schade
34f3ab66c1 feature: add beta drive listing endpoints to the graph api (#7861)
* feature: add beta drive listing endpoints to the graph api and hydrate them to contain the new grantedtoV2 property and use unified roles instead of the cs3 roles

* enhancement: make use of owner conditions for drive listing

* enhancement: provide GetDrivesV1Beta1 and GetAllDrivesV1Beta1 graph endpoint tests
2023-12-06 10:01:38 +01:00
Benedikt Kulmann
0668ccbcba chore: bump web to v8.0.0-alpha.12 2023-12-05 14:48:39 +01:00
Jörn Friedrich Dreyer
0ca6a6b70b drop unused reva config from postprocessing (#7672)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-12-05 12:28:45 +01:00
dependabot[bot]
1f1b0b4e94 build(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /services/idp
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 11:25:52 +01:00
dependabot[bot]
ee30eceb5d Bump react-i18next from 12.3.1 to 13.5.0 in /services/idp
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.3.1 to 13.5.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v12.3.1...v13.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 09:38:49 +01:00
Artur Neumann
fcd13cf9b8 return only single permission on link creation 2023-12-05 11:15:49 +05:45
Michael Stingl
62afc6e9b6 Merge pull request #7853 from owncloud/thumbnails-parameters
[docs-only] Adding thumbnail query parameters to thumbnail README.md
2023-12-04 17:43:59 +01:00
Michael Stingl
72825ddae4 Added scalingup thumbnail parameter
(used by web + iOS app)
2023-12-04 17:35:59 +01:00
Michael Stingl
478960455f Explain processor behavior
Based on:
https://pkg.go.dev/github.com/disintegration/imaging
2023-12-04 17:28:54 +01:00
Michael Stingl
a87eeda1cd clarify thumbnail processor default in table 2023-12-04 17:18:05 +01:00