Ralf Haferkamp
aa066c4cd4
Automated changelog update [skip ci]
2022-06-30 12:17:59 +00:00
Ralf Haferkamp
8578f4e4b0
graph: Add descriptions for LDAP related config settings
2022-06-30 14:17:24 +02:00
Ralf Haferkamp
2cabf5bf5d
Use LDAP Modify Password ExtOp for updating passwords
...
By default the graph API will now use the LDAP Password Modify Extended
Operation for setting user passwords. By this we make sure that the
LDAP server can e.g. properly hash the password with and algorithm that
it supports.
This can be reverted to the old behaviour (using "normal" LDAP modify
requests) by setting GRAPH_LDAP_SERVER_USE_PASSWORD_MODIFY_EXOP=false
Fixes : #3778
2022-06-30 14:17:24 +02:00
Phil Davis
4e07daef53
Merge pull request #4054 from owncloud/searchInProjectSpace
...
ApiTest. search entity from project space and shares jail
2022-06-30 15:27:37 +05:45
Viktor Scharf
6b5748e404
Merge branch 'master' into searchInProjectSpace
2022-06-30 10:49:08 +02:00
Viktor Scharf
01677b37b8
add search test
...
add new line to the end
change coreCommitId
change coreCommitId
revert CORE_BRANCH
2022-06-30 10:47:41 +02:00
Phil Davis
86f7366fce
Merge pull request #4071 from owncloud/bump-commitid-20220630
...
[tests-only] [full-ci] Bump commit id for tests
2022-06-30 13:59:21 +05:45
Swikriti Tripathi
84124d72ae
Bump commit id for tests
2022-06-30 13:09:11 +05:45
Pascal Wengerter
ff8a916023
Merge pull request #4069 from owncloud/dependabot/npm_and_yarn/services/settings/babel/core-7.18.6
...
Bump @babel/core from 7.15.5 to 7.18.6 in /services/settings
2022-06-29 17:08:19 +02:00
Pascal Wengerter
3d2dc3a794
Merge pull request #4067 from owncloud/dependabot/npm_and_yarn/services/settings/rollup-2.75.7
...
Bump rollup from 2.70.1 to 2.75.7 in /services/settings
2022-06-29 14:06:07 +02:00
dependabot[bot]
1a2ccfeb4f
Bump @babel/core from 7.15.5 to 7.18.6 in /services/settings
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.5 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-29 11:34:23 +00:00
Pascal Wengerter
e03d0acd1d
Merge pull request #4063 from owncloud/dependabot/npm_and_yarn/services/settings/async-3.2.4
...
Bump async from 3.2.1 to 3.2.4 in /services/settings
2022-06-29 13:31:48 +02:00
dependabot[bot]
2c80b6f24f
Bump rollup from 2.70.1 to 2.75.7 in /services/settings
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.70.1 to 2.75.7.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.70.1...v2.75.7 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-29 11:20:55 +00:00
David Christofas
27b71bf527
Merge pull request #4064 from owncloud/update-gh-info
...
Update dependabot & codeowners after accounts removal & extension->service renaming
2022-06-29 13:17:48 +02:00
Pascal Wengerter
e25946c0a5
Update dependabot & codeowners after accounts removal & extension->service renaming
2022-06-29 13:11:09 +02:00
dependabot[bot]
b9ab9123f6
Bump async from 3.2.1 to 3.2.4 in /services/settings
...
Bumps [async](https://github.com/caolan/async ) from 3.2.1 to 3.2.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v3.2.1...v3.2.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-29 11:01:08 +00:00
Pascal Wengerter
6835f64060
Merge pull request #4048 from owncloud/dependabot/npm_and_yarn/services/settings/ejs-3.1.8
...
Bump ejs from 3.1.6 to 3.1.8 in /services/settings
2022-06-29 13:00:18 +02:00
dependabot[bot]
80a1234abb
Bump ejs from 3.1.6 to 3.1.8 in /services/settings
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-29 10:19:16 +00:00
Pascal Wengerter
c0b92f9571
Unskip settings service acceptance tests ( #4057 )
...
* Update dependencies, browserslist, linting, acceptance test translations for settings service
* Unskip settings service acceptance tests
* unsilence ci-node-generate steps
* Reset nodejs in CI from 16 to 14
Co-authored-by: Willy Kloucek <wkloucek@owncloud.com >
2022-06-29 12:17:55 +02:00
Willy Kloucek
1cbe5e08cd
Automated changelog update [skip ci]
2022-06-29 08:41:33 +00:00
Willy Kloucek
8a77ae8a5f
Merge pull request #3973 from wkloucek/config-doc-descriptions
...
add more config doc descriptions
2022-06-29 10:41:06 +02:00
Willy Kloucek
4fe5703b18
remove unused GATEWAY_COMMIT_SHARE_TO_STORAGE_REF
2022-06-29 10:13:13 +02:00
Willy Kloucek
4d60867cd6
improve *_HTTP_ROOT descriptions
2022-06-29 09:44:12 +02:00
Martin
a85e168b2c
Update services/settings/pkg/config/config.go
2022-06-29 08:16:58 +02:00
Willy Kloucek
f13d559eb5
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
Co-authored-by: Phil Davis <phil@jankaritech.com >
2022-06-29 07:40:22 +02:00
Pascal Wengerter
ee0b466018
Automated changelog update [skip ci]
2022-06-28 13:33:49 +00:00
Pascal Wengerter
8427bc2062
Merge pull request #3991 from kobergj/CapabilityForAliasLinks
...
Add capability for alias links
2022-06-28 15:33:26 +02:00
jkoberg
14cd85f37f
add capability for alias links
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-06-28 14:46:52 +02:00
Ralf Haferkamp
a464a86128
graph: Fix LDAP filter formatting for GetUsers and GetGroups
...
Closes : #4040
2022-06-28 13:16:40 +02:00
Willy Kloucek
8f3b0c50cd
Merge branch 'master' into config-doc-descriptions
2022-06-28 13:03:19 +02:00
Benedikt Kulmann
317f17489e
Automated changelog update [skip ci]
2022-06-28 10:24:20 +00:00
Benedikt Kulmann
530bba5fae
Merge pull request #4031 from owncloud/allow-silent-refresh-in-iframe
...
Allow self for iframes in web service
2022-06-28 12:23:34 +02:00
Willy Kloucek
5cfa823bac
Merge pull request #4051 from wkloucek/update-deployments-docs-beta-4
...
update docs and deployments from beta.3 to beta.4
2022-06-28 11:08:50 +02:00
Willy Kloucek
b6f5e81b88
update docs and deployments from beta.3 to beta.4
2022-06-28 10:45:10 +02:00
Benedikt Kulmann
a5c2fdebd4
Allow self for iframes
2022-06-28 10:44:27 +02:00
Willy Kloucek
8d1f70ac09
Merge pull request #4049 from owncloud/pin-wopiserver
...
Pin wopiserver version
2022-06-28 10:42:46 +02:00
Willy Kloucek
cff7d656bc
Merge pull request #4050 from wkloucek/add-config-volume-keycloak-example
...
add ocis config volume to keycloak deployment example
2022-06-28 10:42:24 +02:00
Michael Barz
23bc890eb9
Update .env
2022-06-28 10:26:29 +02:00
Willy Kloucek
b0b7927e6c
add ocis config volume to keycloak deployment example
2022-06-28 09:47:17 +02:00
Michael Barz
ba0d360dad
Update .env
2022-06-28 09:43:58 +02:00
Christian Richter
da489fea7a
Automated changelog update [skip ci]
2022-06-28 07:36:20 +00:00
Christian Richter
b7dc410e93
Merge pull request #3980 from owncloud/rename-extensions-to-services
...
Refactor extensions to services.
2022-06-28 09:35:38 +02:00
Michael Barz
da799d8950
Automated changelog update [skip ci]
2022-06-28 07:33:14 +00:00
Michael Barz
94752181a7
Merge pull request #4046 from owncloud/release-2.0.0-beta.4
...
[full-ci] Release 2.0.0-beta.4 changes
2022-06-28 09:32:50 +02:00
Willy Kloucek
7b77b55396
Merge pull request #4045 from owncloud/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.4.2
...
Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2
2022-06-28 08:24:50 +02:00
Willy Kloucek
062d6ec651
Merge pull request #4038 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.10.3
...
Bump github.com/urfave/cli/v2 from 2.10.1 to 2.10.3
2022-06-28 08:19:52 +02:00
Willy Kloucek
6bebfabb65
improve descriptions
2022-06-28 08:19:13 +02:00
Michael Barz
0aefb638fb
prepare release
2022-06-28 07:45:32 +02:00
Phil Davis
cd7629d6ea
Automated changelog update [skip ci]
2022-06-28 05:37:17 +00:00
Phil Davis
e9d5061e91
Merge pull request #4044 from owncloud/update-reva-2.6.1
...
[full-ci] update reva to 2.6.1
2022-06-28 11:21:49 +05:45