Commit Graph

12914 Commits

Author SHA1 Message Date
jkoberg
05c36b45d2 add timestamp to deprecation section
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-13 16:05:22 +02:00
Martin
2205e88a36 Merge pull request #6039 from owncloud/create_a_general_services_info
[docs-only] Create a General Info page plus content in services for owncloud.dev
2023-04-13 09:03:45 +02:00
mmattel
b2504035e0 fix readme service names 2023-04-12 18:40:41 +02:00
mmattel
ae389b9c35 fix 2023-04-12 18:26:11 +02:00
mmattel
c054f16c28 [docs-only] Create a General Info page plus content in services for owncloud.dev 2023-04-12 16:58:08 +02:00
Viktor Scharf
754cc767a5 change web branch and commit (#6031) 2023-04-12 09:20:47 +05:45
Sagar Gurung
26c9f889e7 [tests-only][full-ci]Clean up old JSON assertion step (#6013) 2023-04-11 17:09:31 +05:45
Martin
0e2d20fe62 Automated changelog update [skip ci] 2023-04-06 12:26:32 +00:00
Martin
63e1fe361d Merge pull request #6027 from owncloud/fix-guest-config
add missing default config
2023-04-06 14:22:25 +02:00
Martin
0dfe65ac99 Merge pull request #6026 from owncloud/mmattel-patch-1
Update IDM config.go
2023-04-06 14:21:27 +02:00
Michael Barz
9f80541467 add missing default config 2023-04-06 13:02:29 +02:00
Michael Barz
7220c7c977 Automated changelog update [skip ci] 2023-04-06 10:53:06 +00:00
Michael Barz
f80cc175fd [full-ci] Do not share versions (#5531)
* change test expectations

* bump reva  version

* add changelog

* fix test

* php style fix

* bump webCommit. fixt contarct tests

* change webBranch

* change webBranch

* new web commit

* fix flaky draw.io file

* fix after review

---------

Co-authored-by: Viktor Scharf <scharf.vi@gmail.com>
2023-04-06 12:52:38 +02:00
kobergj
1a69583f35 Automated changelog update [skip ci] 2023-04-06 10:06:31 +00:00
kobergj
5debd587b4 Merge pull request #6022 from kobergj/ConfigureGRPCInOCS
Fix Panic in OCS service
2023-04-06 12:05:46 +02:00
Martin
a5e99d39b1 Update IDM config.go
Fixes: 5906

After clarification and renaming th envvar and post a discussion with @rhafer, we should align the yaml name to the envvar name. Note that the backend name (`Insecure`) is not changed.
* In the deployment examples, we use ennvars and no yaml
* ocis init does not use it
2023-04-06 11:58:09 +02:00
Martin
8dc25a7888 Merge pull request #6020 from owncloud/mmattel-patch-1
[docs-only] Update Graph README.md to properly show the image in owcloud.dev
2023-04-06 11:52:20 +02:00
Martin
946578079e Merge pull request #6021 from owncloud/mmattel-patch-2
[docs-only] Update new-service-checklist.md
2023-04-06 11:52:04 +02:00
jkoberg
1b457554ff fixed panic in ocs service by configuring grpc
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-06 11:02:47 +02:00
Martin
1e6c8c0a0d Merge pull request #6008 from owncloud/excds/modification/Deprecating_and_renaming_many_environment_variables
Deprecating and renaming many environment variables
2023-04-06 10:59:24 +02:00
Martin
c6efb126cb Update new-service-checklist.md
When referencing images or code, you must to use raw access.
Adding a bad and good example to make it clear.
No impact on readme.md but mandatory for owncloud.dev
2023-04-06 10:58:07 +02:00
Martin
1f86a79a15 Update Graph README.md
An image source referenced must be the raw source to be shown properly in owncloud.dev. No impact on showing the readme here.
2023-04-06 10:48:38 +02:00
Ralf Haferkamp
0495e42534 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-04-06 10:00:20 +02:00
Ralf Haferkamp
359bf13ce6 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-04-06 09:55:19 +02:00
Jannik Stehle
0bad34dcd2 Merge pull request #6016 from owncloud/bump-web-v7.0.0-rc.28
chore: bump web to v7.0.0-rc.29
2023-04-05 21:49:50 +02:00
Jannik Stehle
29899e8b06 chore: bump web to v7.0.0-rc.29 2023-04-05 20:53:58 +02:00
Jannik Stehle
06e1942485 chore: bump web to v7.0.0-rc.28 2023-04-05 14:46:32 +02:00
Daniel Swärd
46e50b3a70 Reapply name change, without adding files by mistake. 2023-04-05 13:26:29 +02:00
Daniel Swärd
a693a18b99 Revert "Change new name to address PR comment."
This reverts commit 8911ca2e98.
2023-04-05 13:25:04 +02:00
Daniel Swärd
32937d0977 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-04-05 12:48:37 +02:00
Daniel Swärd
8911ca2e98 Change new name to address PR comment. 2023-04-05 12:26:56 +02:00
Daniel Swärd
4217d4218a Update CI run env variable names. 2023-04-05 11:35:53 +02:00
Daniel Swärd
afbfd2d6b2 Deprecating and renaming many environment variables
Fixes #5767
Fixes #5905
Fixes #5532
2023-04-05 11:05:48 +02:00
kobergj
78ab7d6750 Merge pull request #6009 from 2403905/introduceGlobalVariables
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901
2023-04-05 10:20:48 +02:00
Sagar Gurung
b52597d6d1 [tests-only][full-ci]Json assertion apigraph master branch (#5989)
* Json assertion for api graph suite

* Review Address
2023-04-05 14:05:34 +05:45
Michael Barz
adfbddf419 Merge pull request #6010 from owncloud/fix-keycloak-example
[deployment] add roles to scope
2023-04-05 09:36:11 +02:00
Michael Barz
df57338ab5 Automated changelog update [skip ci] 2023-04-05 07:30:10 +00:00
Michael Barz
802cf4d8cc Merge pull request #5973 from owncloud/av-logging
add more logging to antivirus
2023-04-05 09:29:25 +02:00
Michael Barz
8d76b15e6e add roles to scope 2023-04-04 22:41:47 +02:00
Ralf Haferkamp
d9a4beef64 Automated changelog update [skip ci] 2023-04-04 13:58:30 +00:00
Ralf Haferkamp
120887abcc graph: new config option GRAPH_LDAP_GROUP_CREATE_BASE_DN
By setting GRAPH_LDAP_GROUP_CREATE_BASE_DN a distinct subtree can be
configured where new LDAP groups are created. That subtree needs to be
subordinate to GRAPH_LDAP_GROUP_BASE_DN. All groups outside for
GRAPH_LDAP_GROUP_CREATE_BASE_DN are considered read-only and only groups
below that DN can be updated and deleted.

This is introduced for a pretty specific usecase where most groups are managed
in an external source (e.g. a read-only replica of an LDAP tree). But we still
want to allow the local administrator to create groups in a writeable subtree
attached to that replica.
2023-04-04 15:56:57 +02:00
Ralf Haferkamp
65a3fc09ca Bump libre-graph-go 2023-04-04 15:56:57 +02:00
Roman Perekhod
fcfb2ab9fa Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901 2023-04-04 15:43:03 +02:00
kobergj
70340e7d2d Automated changelog update [skip ci] 2023-04-04 11:47:01 +00:00
kobergj
d46e3b2119 Merge pull request #6004 from kobergj/BumpGoLDAPVersion
Bump go-ldap version
2023-04-04 13:46:18 +02:00
Martin
db9f0d2507 Merge pull request #6005 from owncloud/typo_fix
[docs-only] Fixing the service name in the text used in readme.md
2023-04-04 12:26:34 +02:00
mmattel
3c35b95ee2 [docs-only] Fixing the service name in the text used in readme.md 2023-04-04 12:15:59 +02:00
Martin
b9257a6a24 Merge pull request #6003 from owncloud/deprecate_envvars
[docs-only] Rename / Deprecate userlog and eventhistory envvars
2023-04-04 12:13:19 +02:00
jkoberg
ce339fa8ac update expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-04 11:43:19 +02:00
jkoberg
e21082318b bump go-ldap version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-04 11:12:50 +02:00