Commit Graph

4531 Commits

Author SHA1 Message Date
Phil Davis
875c81ee94 Merge pull request #1073 from owncloud/disable-autoprovisioning
Disable auto-provisioning
2020-12-12 14:14:18 +05:45
Benedikt Kulmann
4734723b7e Merge pull request #1074 from owncloud/disable-autoprov2
Disable auto-provisioning in CS3 example
2020-12-11 23:10:11 +01:00
Ilja Neumann
3db08ece39 Automated changelog update [skip ci] 2020-12-11 18:03:57 +00:00
Ilja Neumann
7f77124a91 Disable auto-provisioning in CS3 example #1072 2020-12-11 18:39:32 +01:00
Ilja Neumann
c8668e8cb1 Example deployment using a cs3 user backend connected to ldap
This bypasses the accounts-service

Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>
2020-12-11 18:34:43 +01:00
Ilja Neumann
92a1bc8fb6 Make it possible to use CS3 as accounts backend instead of account-service
Configureable via:
PROXY_ACCOUNT_BACKEND_TYPE=cs3
PROXY_ACCOUNT_BACKEND_TYPE=accounts (default)

By using a backend which implements the CS3 user-api (currently provided by reva/storage) it is possible to bypass
the ocis-accounts service and for example use ldap directly.

Hides user and auth related communication behind a facade (user/backend) to minimize logic-duplication across middlewares.
Allows to switich the account backend from accounts to cs3.

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-12-11 18:34:43 +01:00
Ilja Neumann
d01e9453cf Disable auto-provisioning
Fixes a issue where deleted users get re-provisioned from claims. 
Issue #1072
2020-12-11 18:26:02 +01:00
Jürgen Weigert
a3e3dcf561 Merge pull request #1068 from owncloud/fix_sharing_and_thumbnails_in_example_deployments
fix thumbnails and sharing in example deployments
2020-12-11 15:53:45 +01:00
Phil Davis
8ebd67020b Merge pull request #1065 from owncloud/examples-allow-loglevel-override
Suggest to allow env OCIS_LOG_LEVEL=debug docker-compose up ...
2020-12-11 20:04:43 +05:45
Florian Schade
3cf85fd163 fix formatting 2020-12-11 15:18:20 +01:00
Florian Schade
648d2287a7 watch users language and update the ui 2020-12-11 15:18:20 +01:00
Florian Schade
774620bc29 fix issue ocis-1043 in settings service 2020-12-11 15:18:20 +01:00
Willy Kloucek
699ff4f030 fix thumbnails and sharing 2020-12-11 15:15:54 +01:00
Alex Unger
0dfdcd7fb3 Merge pull request #1066 from owncloud/runtime-cleanup 2020-12-11 14:56:38 +01:00
A.Unger
7bba6bcb6a increase log level for missing config on default location to debug 2020-12-11 14:16:51 +01:00
A.Unger
b9ce04338c add changelog 2020-12-11 14:14:42 +01:00
A.Unger
35774fec8b small defensive code additions 2020-12-11 14:13:15 +01:00
Juergen Weigert
4bbf2abdbe Suggest to allow env OCIS_LOG_LEVEL=debug docker-compose up ... 2020-12-11 13:31:15 +01:00
Willy Kloucek
ea2a2b328e Merge pull request #1046 from owncloud/enable_collapse_docs
[docs-only] make menu lists collapsed
2020-12-11 13:29:11 +01:00
Phil Davis
67f727d884 Merge pull request #1062 from owncloud/fix_testing_upload_to_download_mirror
[docs-only] fix testing uploads
2020-12-11 16:40:29 +05:45
Willy Kloucek
e1a0839c6e fix testing uploads 2020-12-11 11:15:38 +01:00
Willy Kloucek
e8d9b43024 Merge pull request #1061 from owncloud/remove_AccountsDataPath
get rid of unused AccountsDataPath
2020-12-11 11:06:32 +01:00
Willy Kloucek
64a39ff3b5 Merge pull request #1049 from owncloud/use_default_path_for_example_deployments
use default paths
2020-12-11 10:20:25 +01:00
Willy Kloucek
80c8fd3fea use default paths 2020-12-11 09:36:55 +01:00
Willy Kloucek
78d2647a48 Merge pull request #1059 from owncloud/jnweiger-quoting-hell-in-yml
[docs-only] remove singlequotes around email address
2020-12-11 09:30:33 +01:00
Willy Kloucek
7f986a370d remove last reference 2020-12-11 08:48:32 +01:00
Willy Kloucek
8f26922003 remove singlequets for all other examples 2020-12-11 08:41:55 +01:00
Willy Kloucek
84e0d70323 get rid of unused AccountsDataPath 2020-12-11 08:33:02 +01:00
Jürgen Weigert
cbbc930ba9 remove singlequotes aound email address
Traefik complains that `'example@example.com'` has invalid characters. The quotes must not be there.
2020-12-10 23:12:03 +01:00
Benedikt Kulmann
469b093fe8 Automated changelog update [skip ci] 2020-12-10 17:01:36 +00:00
Benedikt Kulmann
415af5facb Merge pull request #1035 from owncloud/disable-public-link-expiration
Disable public link expiration by default
2020-12-10 17:30:17 +01:00
Benedikt Kulmann
c5f411ed72 Fix expected failure outcome 2020-12-10 16:51:25 +01:00
Willy Kloucek
98b226c8ff make menu lists collapsed 2020-12-10 10:10:13 +01:00
Phil Davis
74c1c1fb0e Merge pull request #1045 from owncloud/update-commit-ids-for-tests-20201210
[tests-only] Update commit ids for tests 20201210
2020-12-10 14:37:50 +05:45
Phil Davis
1c54b86374 Update commit id for uiTests 2020-12-10 13:56:38 +05:45
Phil Davis
f474350ab0 Update commit id for apiTests 2020-12-10 13:55:55 +05:45
Michael Barz
76fefa3255 Update CODEOWNERS 2020-12-08 17:08:48 +01:00
Lukas Hirt
049d89a7d1 Automated changelog update [skip ci] 2020-12-08 16:03:30 +00:00
Benedikt Kulmann
c7d8ec1466 Disable public link expiration by default 2020-12-08 15:23:59 +01:00
Lukas Hirt
507ad7ba91 Merge pull request #1034 from owncloud/update-phoenix-0.29.0 2020-12-08 10:35:23 +01:00
Lukas Hirt
3fbe5063d8 Regenerate assets and improve generate command 2020-12-08 10:00:50 +01:00
Lukas Hirt
3b8680fb96 Use webhippie/nodejs images 2020-12-08 09:42:31 +01:00
Lukas Hirt
766b289c6e Update phoenix 0.29.0 2020-12-08 09:32:52 +01:00
Willy Kloucek
5373eb93c4 Merge pull request #1008 from owncloud/streamline_example_deployments
[docs-only] streamline example deployments
2020-12-07 11:58:47 +01:00
Willy Kloucek
664bbe0018 rename oCIS web to oC Web 2020-12-07 10:26:15 +01:00
Willy Kloucek
3325259b86 add changes from review 2020-12-07 10:15:27 +01:00
Willy Kloucek
2b18b3526d streamline and document examples 2020-12-07 08:27:06 +01:00
Willy Kloucek
e8ebd1a173 add exmple: ocis with keycloak 2020-12-07 08:25:14 +01:00
Artur Neumann
d3fe8b2bfc Merge pull request #1024 from owncloud/bump-core-commit-20201204
[tests-only] bump core & phoenix commid id
2020-12-07 09:23:41 +05:45
Artur Neumann
10c130f1f4 [tests-only] bump core & phoenix commid id 2020-12-07 08:53:52 +05:45