Commit Graph
15654 Commits
Author SHA1 Message Date
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 PerekhodandGitHub 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 TripathiandGitHub 0d9f676901 tests: refactor send profind request to space function (#7835) 2023-11-29 11:25:01 +05:45
Sabin PantaandGitHub 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 SchadeandGitHub 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 BarzandFlorian Schade eb6ec1311a chore: update libregraph api again 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade ce705bc6c8 style: refactor test code 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 2ca74a0e9a fix: incorporate code review 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 061bde54b5 test: adapt test expectation 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 2991e4a19b fix: fix error code handling 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 53f2fd396f test: add more integration tests for create link 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade d723ce51f2 test: add unit tests for linktype pkg 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 434705cf2b fix: fix the config to delete public links on expiry 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 5f70d8a303 test: add integration tests for create link handler 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade c035fc80a9 feat(api): add new sharing NG create link feature 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 02c6e8f4b8 feat: add new linktpe pkg 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade 2668ca664a feat: add new error code type 2023-11-28 14:56:12 +01:00
Michael BarzandFlorian Schade fdb3572cc0 chore: bump libregraph api 2023-11-28 14:56:12 +01:00
Swikriti TripathiandGitHub 580e8aeb46 tests: add api tests for changing system language using graph api (#7817) 2023-11-28 15:33:17 +05:45
Christian RichterandGitHub 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]andRalf Haferkamp 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
Christian Richter ba5a050ab8 incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-28 09:53:23 +01:00
dependabot[bot]andRalf Haferkamp 3976063c69 Bump golang.org/x/crypto from 0.15.0 to 0.16.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 09:29:42 +01:00
nirajacharya2andGitHub 8a6fcc7b70 refactoring FeatureContext.php file (#7548) 2023-11-28 14:03:07 +05:45
Ralf HaferkampandRalf Haferkamp 4a94388a25 graph: Add delete permission endpoint
Allows the owner to remove permissions of a driveItem (i.e. to delete a
share). For now this does not work for "link" permission (i.e. public
shares)
2023-11-27 16:52:15 +01:00
Christian Richter b38babda1b bump reva
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-27 16:46:25 +01:00
Christian Richter f3ed5ad696 add audio tests
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-27 16:26:02 +01:00
Christian Richter 497ae281ea add tests
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-27 15:31:38 +01:00
Christian RichterandFlorian Schade c9f6b961f9 Add geogebra previews
Co-authored-by: Florian Schade <fschade@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-27 15:31:38 +01:00
Christian RichterandRalf Haferkamp 1713041e14 Add skel for preview generator for ggs
Co-authored-by: Ralf Haferkamp <rhafer@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-27 15:31:38 +01:00
Christian Richter 103377e12f add types to web and thumbnailer
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-11-27 15:31:38 +01:00
Swikriti TripathiandGitHub a1dd520262 tests: add test for lock/unlock in public link share (#7789) 2023-11-27 16:39:47 +05:45
Sawjan GurungandGitHub 334684f2b6 extend depth:infinity enabled tests (#7397) 2023-11-27 15:54:17 +05:45
dependabot[bot]andRalf Haferkamp 817512799d Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.13.0...v0.14.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-27 10:49:17 +01:00
dependabot[bot]andRalf Haferkamp 1ca166ff48 Bump github.com/nats-io/nats-server/v2 from 2.10.4 to 2.10.5
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.4 to 2.10.5.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.4...v2.10.5)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 10:48:34 +01:00
Sawjan GurungandGitHub c017037c71 unskip share test (#7806) 2023-11-27 09:56:10 +01:00
Florian Schade 1cdac1b1c4 Automated changelog update [skip ci] 2023-11-27 08:50:53 +00:00
Florian SchadeandGitHub 9cfbe80f1d chore: move detached changelogs (#7810) 2023-11-27 09:50:10 +01:00
ownClouders 3ecdeab406 [tx] updated from transifex 2023-11-26 00:55:52 +00:00
Nalem7andGitHub e1ce05609e add test for move and rename file between space in project-space (#7653) 2023-11-24 17:17:52 +05:45
Swikriti TripathiandGitHub ed46fa9148 [tests-only]tests: add tests for unlocking using file id (#7780)
* tests: add tests for unlocking using file id

* tests: add test for unloing a project space file using fileid

* tests: add test for uploading to a share space file using fileid

* tests: adddress reviews
2023-11-24 14:22:41 +05:45
kobergj 5e6eef7555 Automated changelog update [skip ci] 2023-11-24 07:35:49 +00:00
kobergjandGitHub 9057d231a8 fix search service startup (#7795)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-11-24 08:35:10 +01:00
Prarup GurungandGitHub bd213bb7b4 Merge pull request #7786 from owncloud/add-skipOnReva-tag
[full-ci] [tests-only] Skip test that won't run for reva-edge
2023-11-24 12:10:12 +05:45
Prarup Gurung 994f5e1840 Skip test for reva 2023-11-24 11:34:21 +05:45
kobergj fea8e457bd Automated changelog update [skip ci] 2023-11-23 14:30:06 +00:00
kobergjandGitHub dd1dc66ee1 Merge pull request #7794 from fschade/bump-go-121
chore: go version bump to 1.21
2023-11-23 15:29:12 +01:00