Commit Graph

15330 Commits

Author SHA1 Message Date
Christian Richter
4670f03399 Merge pull request #7868 from dragonchaser/allow-spaces-in-filters
allow whitespaces in contains & startsWith Filter
2023-12-01 12:01:04 +01:00
Christian Richter
fb514c2ff1 allow whitespaces in contains & startsWith Filter
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-12-01 11:28:40 +01:00
Michael Stingl
a7d2ef2507 Merge pull request #7649 from owncloud/example-deployment-keycloak-cyberduck
Add example config for 3rd party WebDAV client Cyberduck (and Mountain Duck)
2023-12-01 11:19:37 +01:00
Michael Stingl
7af9cd9e53 Add example config for 3rd party WebDAV client Cyberduck 2023-12-01 11:10:28 +01:00
nirajacharya2
26411f1f3b re runing ci (#7811)
Co-authored-by: Nalem7 <61624650+nabim777@users.noreply.github.com>
2023-12-01 14:02:39 +05:45
dependabot[bot]
39c874873d Automated changelog update [skip ci] 2023-12-01 00:53:21 +00:00
dependabot[bot]
8cd508660e chore(deps): bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.8.0
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](https://github.com/coreos/go-oidc/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 17:59:40 +01:00
Jörn Friedrich Dreyer
d6cb6eeaa3 allow creating an upload session via graph (#7712)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-11-30 17:29:15 +01:00
Ralf Haferkamp
afb127090d graph sharing: delete link permission
Allow to delete link permissions (i.e. Public Shares)
2023-11-30 13:39:26 +01:00
Ralf Haferkamp
9d3523e310 graph/errocode: Rework FromCS3Status
The handling of 'error' has been moved from FromStat() to FromCS3Status().
It's generally useful for other users of FromCS3Status()
2023-11-30 13:39:26 +01:00
Ralf Haferkamp
faf0e242cd graph/errorcode: Map a few more CS3 status codes 2023-11-30 13:39:26 +01:00
Ralf Haferkamp
e63ce368ed Bump reva to latest edge
For https://github.com/cs3org/reva/pull/4366
2023-11-30 13:39:26 +01:00
Sabin Panta
f280a00b7c adding skip on reva tag (#7856) 2023-11-30 17:56:35 +05:45
Christian Richter
dba9771229 Automated changelog update [skip ci] 2023-11-30 12:04:22 +00:00
Christian Richter
45af862ee8 Merge pull request #7854 from dragonchaser/fix-name-filter-case-insensitive
make user filter contains and startsWith case insensitive
2023-11-30 13:03:48 +01:00
Benedikt Kulmann
b4d92b5ca4 chore: prepare release v5.0.0-alpha.4 2023-11-30 12:14:39 +01:00
Benedikt Kulmann
029859c3cb Merge pull request #7852 from owncloud/bump-web-v8.0.0-alpha.11
chore: bump web to v8.0.0-alpha.11
2023-11-30 12:13:16 +01:00
Christian Richter
63973d2b26 make user filter contains and startsWith case insensitive
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-30 12:08:13 +01:00
Benedikt Kulmann
f31906da47 feat: add and adjust configs for embed mode 2023-11-30 11:17:31 +01:00
Michael Stingl
f26165910d [docs-only] Adding thumbnail query parameters to thumbnail README.md
Observed with ownCloud Web UI 7.1.0 (Spaces overview):

```
scalingup: 0
preview: 1
a: 1
c: ce88e69a448ab8acf7ff554be5bb5521
x: 1000
y: 1000
```
2023-11-30 10:07:18 +01:00
Benedikt Kulmann
cf82ed952d chore: bump web to v8.0.0-alpha.11 2023-11-30 09:59:22 +01:00
Artur Neumann
eed474bec8 Merge pull request #7851 from owncloud/return200invite
return 200 on successful invite
2023-11-30 14:42:56 +05:45
Prajwol Amatya
12f416a18e add tests for search files using media type (#7836) 2023-11-30 12:42:32 +05:45
Artur Neumann
5ceeb5119b return 200 on successfull invite 2023-11-30 10:10:07 +05:45
Ralf Haferkamp
cd704661f2 graph unit test: Use mocked identity backend in utils_test
This avoids running into the WaitForCA waitloop that is running in
with the default (LDAP) identity backend when starting up in a clean
environment.
2023-11-29 17:07:05 +01:00
Andre Duffeck
9be4a1fb22 Merge pull request #7843 from aduffeck/fix-wrapper-lockup
Read from stderr and stdout concurrently to prevent buffers from filling
2023-11-29 13:11:30 +01:00
André Duffeck
04cb96662c Read from stderr and stdout concurrently to prevent buffers from filling
Without this change the stdout buffer could fill up, causing writes to
stdout hang indefinitely.
2023-11-29 12:23:05 +01:00
Roman Perekhod
51e67ff021 Automated changelog update [skip ci] 2023-11-29 09:23:50 +00:00
Roman Perekhod
26627ab120 Merge pull request #7784 from 2403905/issue-7724
add banned password list to the default deployments
2023-11-29 10:23:03 +01:00
Swikriti Tripathi
0d9f676901 tests: refactor send profind request to space function (#7835) 2023-11-29 11:25:01 +05:45
Sabin Panta
4d14e048d9 added steps for group removal in provisioning.php files (#7380) 2023-11-29 10:35:55 +05:45
ownClouders
c196734829 [tx] updated from transifex 2023-11-29 01:29:44 +00:00
Florian Schade
7e9a7e0247 Automated changelog update [skip ci] 2023-11-28 16:06:42 +00:00
Florian Schade
ad06a192d8 enhancement: add graph beta listPermissions endpoint (#7753)
* enhancement: add graph beta listPermissions endpoint

besides the new api endpoint it includes several utilities to simplify the graph api development.

* resolve drive and item id from the request path
* generic pointer and value utilities
* space root detection

* update GetDriveAndItemIDParam signature to return a error

* move errorcode package

* enhancement: add generic error code handling

* fix: rebase
2023-11-28 17:06:04 +01:00
Michael Barz
eb6ec1311a chore: update libregraph api again 2023-11-28 14:56:12 +01:00
Michael Barz
ce705bc6c8 style: refactor test code 2023-11-28 14:56:12 +01:00
Michael Barz
2ca74a0e9a fix: incorporate code review 2023-11-28 14:56:12 +01:00
Michael Barz
061bde54b5 test: adapt test expectation 2023-11-28 14:56:12 +01:00
Michael Barz
2991e4a19b fix: fix error code handling 2023-11-28 14:56:12 +01:00
Michael Barz
53f2fd396f test: add more integration tests for create link 2023-11-28 14:56:12 +01:00
Michael Barz
d723ce51f2 test: add unit tests for linktype pkg 2023-11-28 14:56:12 +01:00
Michael Barz
434705cf2b fix: fix the config to delete public links on expiry 2023-11-28 14:56:12 +01:00
Michael Barz
5f70d8a303 test: add integration tests for create link handler 2023-11-28 14:56:12 +01:00
Michael Barz
c035fc80a9 feat(api): add new sharing NG create link feature 2023-11-28 14:56:12 +01:00
Michael Barz
02c6e8f4b8 feat: add new linktpe pkg 2023-11-28 14:56:12 +01:00
Michael Barz
2668ca664a feat: add new error code type 2023-11-28 14:56:12 +01:00
Michael Barz
fdb3572cc0 chore: bump libregraph api 2023-11-28 14:56:12 +01:00
Swikriti Tripathi
580e8aeb46 tests: add api tests for changing system language using graph api (#7817) 2023-11-28 15:33:17 +05:45
Christian Richter
2811a018cf Merge pull request #7804 from dragonchaser/ocis-7768-geogebra-thumbnails
Ocis 7768 geogebra thumbnails
2023-11-28 10:46:53 +01:00
dependabot[bot]
5d00b45b9b Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 10:41:25 +01:00