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
Ralf Haferkamp
d21ca0658f
graph: Add unit test for LDAP identity backend
...
This reworks the LDAP backend a bit to allow for mocking the ldap.Client
interface. It also add a couple of unit test for the backend
2021-11-25 14:51:52 +01:00
Ralf Haferkamp
b7ec12735b
go mod tidy
2021-11-25 14:51:52 +01:00
Ralf Haferkamp
026da000dc
LDAP group backend for GraphAPI
...
This is an initial implementation of the /groups graph endpoint.
Currently it is only showing the ID and Name attributes of the groups.
Listing members is not yet supported.
As the userbackend this is still read-only and doesn't support any
advanced filtering.
2021-11-25 14:51:52 +01:00
Ralf Haferkamp
f253f7bc8e
graph: Groups convert CS3 code to its own backend
...
Until the LDAP backend is ready the existing CS3 code should keep
working.
This also adds the initial stubs for the upcoming LDAP Backend.
2021-11-25 14:51:52 +01:00
Ralf Haferkamp
76390f3d4f
Rename userBackend to identityBackend
...
This is suppoosed to handle Groups and Users so adjust the Name
2021-11-25 14:51:52 +01:00
Ralf Haferkamp
fbdcdf255c
LDAP user backend for GraphAPI
...
This is still read-only and doesn't support any of the advanced
querying options of the graph API.
2021-11-25 14:51:52 +01:00
Ralf Haferkamp
9130cd29f3
Add helper module for LDAP with automatic reconnect
...
This module basically wraps ldap.Client and allows us to keep
to keep a long running LDAP connection open, which automatically
reconnects on network errors. Allows it allows to easiliy multiplex
multiple Operations on a single connection.
2021-11-25 14:30:22 +01:00
Ralf Haferkamp
61d65daa89
Make identity backend configurable for GraphAPI
...
In order to gradually switch to a new LDAP backend move
the existing code talking to CS3 into its own backend.
2021-11-25 14:30:22 +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