Commit Graph

7631 Commits

Author SHA1 Message Date
ScharfViktor
581bcae709 add quotaTest 2021-11-29 21:21:10 +01:00
Willy Kloucek
48accc6419 Merge pull request #2827 from owncloud/fix-create-group-no-name
introduce string constants for user / group not found messages
2021-11-29 09:47:23 +01:00
Phil Davis
f5bbdbe1eb Merge pull request #2784 from owncloud/php-types-check
[Tests-Only][full-ci] enforce strict type checking for php api tests
2021-11-29 13:53:34 +05:45
Willy Kloucek
1eac1099ae introduce string constants for user / group not found messages 2021-11-29 07:34:54 +01:00
Dipak Acharya
f8b0f69dd0 [Test-Only] enforce strict type checking for php api tests 2021-11-29 11:17:20 +05:45
Phil Davis
a7dc0ce196 Automated changelog update [skip ci] 2021-11-28 11:22:34 +00:00
Phil Davis
c907e249cb Merge pull request #2825 from owncloud/fix-create-group-no-name
[full-ci] Bugfix: Disallow creation of a group with empty name via the OCS api
2021-11-28 17:04:18 +05:45
Willy Kloucek
a33b0049fc trade panic for logging on render.Render 2021-11-26 17:38:33 +01:00
Willy Kloucek
20ab79deb4 don't panic 2021-11-26 15:44:18 +01:00
Willy Kloucek
09e821178b remove expected failures 2021-11-26 13:40:55 +01:00
Willy Kloucek
0837a36ad8 Merge pull request #2824 from owncloud/dependabot/go_modules/github.com/gofrs/uuid-4.2.0incompatible
Bump github.com/gofrs/uuid from 4.1.0+incompatible to 4.2.0+incompatible
2021-11-26 13:15:44 +01:00
Willy Kloucek
e6ca10cbc4 Update changelog/unreleased/fix-create-group-without-name.md
Co-authored-by: Phil Davis <phil@jankaritech.com>
2021-11-26 13:04:22 +01:00
Willy Kloucek
dc5901b25c disallow creation of a group with empty name via the OCS api 2021-11-26 13:03:54 +01:00
Phil Davis
263ba13ffa Merge pull request #2801 from owncloud/bump-commit-id-acceptance-test-changes-waiting-2021-11
[tests-only] [full-ci] Bump commit id to use refactored core API tests
2021-11-26 17:28:03 +05:45
David Christofas
5692f8effa Merge pull request #2723 from owncloud/improver_text_preview
Allow rendering a text preview using custom fonts
2021-11-26 11:38:54 +01:00
Phil Davis
57ae1b99ea Add expected-failures for createPublicLinkShare 2021-11-26 15:41:31 +05:45
Phil Davis
7ee9300549 Add expected-failures for issue 2823 2021-11-26 14:23:58 +05:45
Phil Davis
905a1e50e4 Bump commit id to use refactored core API tests 2021-11-26 14:23:58 +05:45
dependabot[bot]
cfeb02b851 Bump github.com/gofrs/uuid from 4.1.0+incompatible to 4.2.0+incompatible
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 4.1.0+incompatible to 4.2.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-26 06:32:40 +00:00
Juan Pablo Villafáñez
79e36f08ca Simplify code, remove unneeded condition 2021-11-25 15:42:53 +01:00
Juan Pablo Villafáñez
8dbf0f27f4 Simplify code and add new tests 2021-11-25 15:42:53 +01:00
Juan Pablo Villafáñez
5dcdac6680 Refactor to simplify the code 2021-11-25 15:42:53 +01:00
Juan Pablo Villafáñez
a81a85e797 Add tests for the text analyzer and fix related issues 2021-11-25 15:42:53 +01:00
Juan Pablo Villafáñez
38acfb1dbd Allow rendering a text preview using custom fonts 2021-11-25 15:42:53 +01:00
Willy Kloucek
54d450eddd Merge pull request #2817 from owncloud/ldap-deployment-example-workover
[deployment examples]  workover LDAP example
2021-11-25 14:56:23 +01:00
Alex Unger
18f2fd8f66 Automated changelog update [skip ci] 2021-11-25 13:17:46 +00:00
Alex Unger
a6e70ef5e3 Merge pull request #2812 from owncloud/depreceate-app-provider-basic-env 2021-11-25 14:17:12 +01:00
Willy Kloucek
2e0c072d4a add ldap deployment example docs 2021-11-25 14:14:23 +01:00
Willy Kloucek
6d8517db75 add all demo users to the parallel deployment example 2021-11-25 14:14:23 +01:00
Willy Kloucek
7fb85fdecf add missing demo users and groups to ldap example 2021-11-25 14:14:23 +01:00
Willy Kloucek
25c516ab67 rename cs3_users_ocis deployment example to ocis_ldap 2021-11-25 14:14:23 +01:00
Willy Kloucek
5ad7939b78 Merge pull request #2821 from owncloud/fix-monitoring-configuration-deployment-examples
fix typo in debug settings and use unused port for debug
2021-11-25 12:42:01 +01:00
Willy Kloucek
09412992fe fix typo in debug settings and use unused port for debug 2021-11-25 10:40:51 +01:00
Phil Davis
7fee45d7b5 Merge pull request #2820 from owncloud/bump-commitid-20211125
[tests-only][full-ci] Bump core commit id for tests
2021-11-25 14:18:05 +05:45
Saw-jan
90bdddb664 bump core commit id for tests 2021-11-25 13:28:20 +05:45
Willy Kloucek
0fc2efadf2 rename APP_PROVIDER_BASIC_* environment variables, followup of #2811 2021-11-24 15:17:33 +01:00
Willy Kloucek
38d670f1b3 Merge pull request #2811 from owncloud/reenable-metrics-deployment-examples
reenable metrics for the deployment examples
2021-11-24 15:15:51 +01:00
Willy Kloucek
bc57d13489 Merge pull request #2815 from owncloud/embed-generate-improvements
go embed / generate improvements
2021-11-24 15:09:17 +01:00
Willy Kloucek
a601a2f261 ensure temporary compatiblity, so this is not a breaking PR 2021-11-24 14:15:01 +01:00
Willy Kloucek
0e13b0668f expose debug ports for monitoring in docker-compose-additions for deployment examples 2021-11-24 14:15:00 +01:00
Willy Kloucek
222683d3cd fix app provider env naming 2021-11-24 14:15:00 +01:00
Willy Kloucek
4e4c42bca9 fix debug addresses in example configurations 2021-11-24 14:15:00 +01:00
Willy Kloucek
60eccf1f88 Merge pull request #2800 from owncloud/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.7.0
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.6.0 to 2.7.0
2021-11-24 14:04:35 +01:00
Willy Kloucek
f3e5b6fac4 Automated changelog update [skip ci] 2021-11-24 13:03:48 +00:00
Willy Kloucek
9cada56222 Merge pull request #2807 from aduffeck/fix_s3ng_metadata_storage
Fix s3ng metadata storage
2021-11-24 14:03:06 +01:00
Willy Kloucek
62ff1f1659 don't run go generate anymore 2021-11-24 13:38:29 +01:00
Willy Kloucek
e6df1e466d make *_SERVICE_USER_UUID a consistent option for all drivers 2021-11-24 13:26:58 +01:00
Willy Kloucek
98f11f31d9 apply ServiceUSERUUID also to metadata storage 2021-11-24 13:15:01 +01:00
Willy Kloucek
41e84b6378 add go:generate step for all go:embed steps 2021-11-24 12:56:42 +01:00
Willy Kloucek
3bbbe79683 remove embed rule which is not needed for Web 4.5.0 and later 2021-11-24 12:55:27 +01:00