Commit Graph

14406 Commits

Author SHA1 Message Date
Michael Barz
4a00982d05 Merge pull request #6995 from owncloud/sharing-ng-adr
[docs-only] add ADR for sharing NG
2023-08-28 17:30:54 +02:00
Michael Barz
255fcf1b6d add ADR for sharing NG 2023-08-28 16:58:59 +02:00
Florian Schade
5987e607b7 Automated changelog update [skip ci] 2023-08-28 14:42:11 +00:00
Florian Schade
ed0dbce978 enhancement: Keyword Query Language (KQL) search syntax support (#7043)
* feat(search): introduce search query package

With the increasing complexity of how we organize our resources, the search must also be able to find them using entity properties.

The query package provides the necessary functionality to do this.

This makes it possible to search for resources via KQL, the microsoft spec is largely covered and can be used for this.

In the current state, the legacy query language is still used, in a future update this will be deprecated and KQL will become the standard
2023-08-28 16:41:36 +02:00
Ralf Haferkamp
aef4fc7b2f Add ssh-key for rhafer to continously deployed instances 2023-08-28 16:37:47 +02:00
Ralf Haferkamp
143b55675c Fix env.js to allow bumping dotenv-expand 2023-08-28 15:11:31 +02:00
dependabot[bot]
061ef1901a Bump dotenv-expand from 5.1.0 to 10.0.0 in /services/idp
Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 5.1.0 to 10.0.0.
- [Release notes](https://github.com/motdotla/dotenv-expand/releases)
- [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv-expand/compare/v5.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: dotenv-expand
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 15:11:31 +02:00
dependabot[bot]
22711e0834 Bump github.com/google/uuid from 1.3.0 to 1.3.1
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 11:39:50 +02:00
dependabot[bot]
e3de257a5f Bump github.com/prometheus/alertmanager from 0.24.0 to 0.25.1
Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.24.0 to 0.25.1.
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/v0.25.1/CHANGELOG.md)
- [Commits](https://github.com/prometheus/alertmanager/compare/v0.24.0...v0.25.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/alertmanager
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 10:42:58 +02:00
Martin
7b09d1cdb8 Merge pull request #7131 from owncloud/mmattel-patch-1
[docs-only] Update deprecating-variables.md
2023-08-28 08:56:26 +02:00
Martin
2892c603aa Update deprecating-variables.md 2023-08-28 08:48:17 +02:00
Daniel Swärd
a5ac3e7ce7 Add tracing to policies service. (#7116) 2023-08-25 20:01:10 +02:00
kobergj
0eb4b5dc56 Automated changelog update [skip ci] 2023-08-25 06:41:54 +00:00
kobergj
518149a52b Merge pull request #7083 from owncloud/release-4.0.0
[full-ci] Prepare Release 4.0.0
2023-08-25 08:41:22 +02:00
Prajwol Amatya
04f7a19c22 Automated changelog update [skip ci] 2023-08-25 06:19:19 +00:00
Prajwol Amatya
3566b965c6 [tests-only][full-ci] added test to update file using file id (#6990)
* added test to update file using file id

* changed the datatype of body from Tablenode to string
2023-08-25 12:01:27 +05:45
ownClouders
d7cdb09eea Automated changelog update [skip ci] 2023-08-25 01:14:52 +00:00
ownClouders
23811c3d90 [tx] updated from transifex 2023-08-25 01:13:33 +00:00
ownClouders
c2e09accc9 [tx] updated from transifex 2023-08-24 00:44:32 +00:00
Daniël Franke
97034f4aaa Add tracing to postprocessing service (#7094)
This adds tracing to the postprocessing service.
2023-08-23 15:52:26 +02:00
Daniel Swärd
49fc22d532 Add missing tracing references to multiple services. (#7110) 2023-08-23 15:17:17 +02:00
jkoberg
f06798ba6e update changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 15:15:44 +02:00
jkoberg
4d3b7355f1 release 4.0.0
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 15:15:44 +02:00
kobergj
55127fe413 Merge pull request #7106 from owncloud/allow-skip-userinfo
allow skipping userinfo call
2023-08-23 15:12:22 +02:00
kobergj
f7614f9079 Automated changelog update [skip ci] 2023-08-23 12:59:02 +00:00
kobergj
888da7ccc5 Merge pull request #7107 from fschade/bump-web-7.1.0-final
[full-ci] chore: Update web to v7.1.0 final
2023-08-23 14:58:31 +02:00
Jörn Friedrich Dreyer
eb6c0a840a fix docs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-08-23 14:37:16 +02:00
jkoberg
c161b68123 remove expected failure
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 14:14:52 +02:00
Ralf Haferkamp
05eee32a03 Fix AD example
For Active Directory we need: OCIS_LDAP_DISABLE_USER_MECHANISM=none.
Until we add support for evaluating the "userAccountControl" bitmask, we
don't supported display the account enable/disable state for Active
Directory users.
2023-08-23 13:58:48 +02:00
Jörn Friedrich Dreyer
91a77d1671 Update services/proxy/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-08-23 13:56:48 +02:00
Jörn Friedrich Dreyer
5422586bfa allow skipping userinfo call
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-08-23 13:56:48 +02:00
jkoberg
ef58ef7264 disable appprovider tests
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-23 13:33:45 +02:00
Florian Schade
fe3bf61f5f chore: Update web to v7.1.0 final 2023-08-23 12:19:16 +02:00
Christian Richter
e49b2c159b Automated changelog update [skip ci] 2023-08-23 08:24:56 +00:00
Christian Richter
989d4ee938 Merge pull request #7099 from dragonchaser/deprecate_variables
Deprecate variables
2023-08-23 10:24:20 +02:00
Christian Richter
717eb646bd fix vendoring
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-23 09:45:36 +02:00
Christian Richter
d4eed2f15d Adapt .drone.star
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter
8edf1cbe82 add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter
c63d5b83e5 Fix typos in expample deployments
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter
ab0a676dee Fix broken map
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter
ad439fcbde change example deployments
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter
02ae42ffe7 change launch.json
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter
d7139d4127 remove deprecated variables
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
kobergj
c2e8206f6d Merge pull request #7091 from kobergj/RemoveEndpointEnvvars
[tests-only] Remove `...ENDPOINT` Envvars from gateway
2023-08-22 16:53:21 +02:00
Phil Davis
7ff43f8b38 Merge pull request #7095 from owncloud/fix/tests-scenarios-structure
[tests-only] Fix the test step keyword ordering
2023-08-22 20:25:22 +05:45
Phil Davis
20bea0cef6 Fix spacing of scenario description
Co-authored-by: Sawjan Gurung <saw.jan.grg3e@gmail.com>
2023-08-22 18:46:25 +05:45
Swikriti Tripathi
3fb6b94698 Fix the test step ordering 2023-08-22 16:23:17 +05:45
dependabot[bot]
d656b4ad19 Bump github.com/KimMachineGun/automemlimit from 0.2.4 to 0.2.6
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.2.4 to 0.2.6.
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.2.4...v0.2.6)

---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 10:50:23 +02:00
dependabot[bot]
5f8750cfac Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.29.1...v1.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 10:46:12 +02:00
jkoberg
7db9bf02db remove endpoint envvars from gateway
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-08-22 10:43:00 +02:00