Commit Graph

1974 Commits

Author SHA1 Message Date
André Duffeck 15051c99ad Allow for disabling the certificate check for webdav connections 2023-12-14 09:30:41 +01:00
André Duffeck b17fa1d72b Make /remote.php/dav/ocm/ work as well 2023-12-14 09:30:41 +01:00
André Duffeck 4a16b3b644 Expose variable to configure webapp template 2023-12-14 09:30:41 +01:00
André Duffeck 73c0b022b3 Make mesh directory URL configurable (empty by default) 2023-12-14 09:30:41 +01:00
André Duffeck 5b1c550460 Start the dataprovider for received ocm shares 2023-12-14 09:30:41 +01:00
André Duffeck 57024006f2 Start and wire the ocmreceived storage provider 2023-12-14 09:30:41 +01:00
Phil Davis 9900271781 Merge pull request #7953 from owncloud/fix-return
fix: missing return statement
2023-12-13 06:28:30 +05:45
ownClouders 986eca5cdd [tx] updated from transifex 2023-12-13 00:07:32 +00:00
Michael Barz 703a116e43 fix: missing return statement 2023-12-13 00:06:59 +01:00
Benedikt Kulmann 026915c57f chore: bump web to v8.0.0-beta.2 2023-12-12 21:42:01 +01:00
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