Jörn Friedrich Dreyer
|
29c7090fce
|
bump reva to 2.18.0 (#8061)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
|
2023-12-22 16:04:12 +01:00 |
|
kobergj
|
4c33466dfd
|
Automated changelog update [skip ci]
|
2023-12-22 14:11:13 +00:00 |
|
kobergj
|
5362f82efa
|
bump reva (#8058)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-12-22 15:10:39 +01:00 |
|
kobergj
|
dee53ce6e4
|
Automated changelog update [skip ci]
|
2023-12-22 12:14:38 +00:00 |
|
kobergj
|
9015ee0d4d
|
Merge pull request #8051 from kobergj/ServiceAccountRoles
[full-ci] Service Account Roles
|
2023-12-22 13:11:22 +01:00 |
|
Sagar Gurung
|
88aa44a768
|
[tests-only][full-ci]Added tests for create link share without password (#8040)
* Added tests for create link share without password
* fix CI failure
|
2023-12-22 16:28:47 +05:45 |
|
Benedikt Kulmann
|
35c95685ba
|
Automated changelog update [skip ci]
|
2023-12-21 21:24:26 +00:00 |
|
Benedikt Kulmann
|
14e46c417f
|
Merge pull request #7988 from owncloud/override-cldr-kpop-dep
[full-ci] remove outdated and unused cldr dep from kpop in idp package
|
2023-12-21 22:23:51 +01:00 |
|
Benedikt Kulmann
|
66061b40fc
|
Merge pull request #8056 from owncloud/web-concurrent-requests-config
fix: add config for web concurrent requests config
|
2023-12-21 21:12:41 +01:00 |
|
Benedikt Kulmann
|
f882fbf7b9
|
Merge pull request #7919 from owncloud/reduce-mdate-filter-options
fix: reduce mtime keywords to the required ones
|
2023-12-21 20:35:57 +01:00 |
|
Benedikt Kulmann
|
9034e0d470
|
fix: add config for web concurrent requests config
|
2023-12-21 20:22:21 +01:00 |
|
Benedikt Kulmann
|
c21854b00a
|
fix: reduce mtime keywords to the required ones
|
2023-12-21 19:49:18 +01:00 |
|
Michael Barz
|
b5d82f057b
|
Automated changelog update [skip ci]
|
2023-12-21 17:49:04 +00:00 |
|
Michael Barz
|
5e31d4106a
|
Merge pull request #8055 from owncloud/bump-web-8.0.0-rc.1
[full-ci] chore: bump web to v8.0.0-rc.1
|
2023-12-21 18:48:29 +01:00 |
|
Jannik Stehle
|
7c97b1e50b
|
chore: bump web to v8.0.0-rc.1
|
2023-12-21 18:08:38 +01:00 |
|
jkoberg
|
a607c6323c
|
improve docu for special env var case
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-12-21 17:37:42 +01:00 |
|
kobergj
|
e389770339
|
Automated changelog update [skip ci]
|
2023-12-21 16:32:54 +00:00 |
|
kobergj
|
4a23394191
|
Merge pull request #8038 from kobergj/BumpReva
[full-ci] Bump Reva
|
2023-12-21 17:32:21 +01:00 |
|
Michael Barz
|
2a81344ec9
|
Automated changelog update [skip ci]
|
2023-12-21 15:28:27 +00:00 |
|
Michael Barz
|
a17b65cea8
|
Merge pull request #7994 from owncloud/proxy-metrics
feat: RED metrics
|
2023-12-21 16:27:55 +01:00 |
|
jkoberg
|
939244aaf3
|
bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-12-21 15:54:43 +01:00 |
|
Michael Barz
|
158e27d31d
|
docs: add dev docs
|
2023-12-21 15:32:41 +01:00 |
|
Michael Barz
|
abdbf56e07
|
docs: add changelog
|
2023-12-21 14:57:53 +01:00 |
|
dependabot[bot]
|
f989854f0a
|
build(deps): bump github.com/open-policy-agent/opa from 0.59.0 to 0.60.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.59.0 to 0.60.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.59.0...v0.60.0)
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-21 14:35:30 +01:00 |
|
Ralf Haferkamp
|
b62ba69bba
|
Automated changelog update [skip ci]
|
2023-12-21 12:58:08 +00:00 |
|
Ralf Haferkamp
|
a1ed2ce2e5
|
graph/groups: Handle quoted search terms in GetGroups
Fixes: #7990
|
2023-12-21 13:57:26 +01:00 |
|
Ralf Haferkamp
|
8489170715
|
graph/users: More test coverage for GetUsers search
|
2023-12-21 13:57:26 +01:00 |
|
jkoberg
|
20f77d4b5b
|
add a hidden role for service accounts
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-12-21 12:41:42 +01:00 |
|
Sagar Gurung
|
e76f2eaf8c
|
[tests-only][full-ci]Added tests for the expirydate with displaName for share link (#8036)
* Added tests for the expirydata with displaName for share link
* review address
|
2023-12-21 14:09:57 +05:45 |
|
Prarup Gurung
|
1b0e499b9b
|
Added test for sending share invitation to group with role (#8009)
|
2023-12-21 10:37:58 +05:45 |
|
Juan Pablo Villafáñez
|
7b8c12079d
|
Automated changelog update [skip ci]
|
2023-12-20 16:26:13 +00:00 |
|
Juan Pablo Villafáñez
|
1bcc559ed8
|
fix: adjust min search length if double quotes are used
|
2023-12-20 17:24:44 +01:00 |
|
Juan Pablo Villafáñez
|
cdc1d660ce
|
chore: add changelog entry
|
2023-12-20 17:24:44 +01:00 |
|
Juan Pablo Villafáñez
|
34bb4f80ed
|
fix: double quotes will be trimmed from the search token
|
2023-12-20 17:24:44 +01:00 |
|
Michael Barz
|
703ed89920
|
Automated changelog update [skip ci]
|
2023-12-20 15:18:40 +00:00 |
|
Michael Barz
|
347f59fa36
|
Merge pull request #8037 from owncloud/release-5.0.0-beta.2
feat: prepare changelog, bump version
|
2023-12-20 16:18:00 +01:00 |
|
Michael Barz
|
14553dd6b1
|
feat: RED metrics
|
2023-12-20 14:53:16 +01:00 |
|
Michael Barz
|
f0da02ecb0
|
feat: prepare changelog, bump version
|
2023-12-20 14:37:52 +01:00 |
|
dependabot[bot]
|
ab57f985cc
|
build(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.10 to 5.0.11.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.10...v5.0.11)
---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-20 13:15:33 +01:00 |
|
dependabot[bot]
|
dc2f151eb4
|
build(deps): bump github.com/ggwhite/go-masker from 1.0.9 to 1.1.0
Bumps [github.com/ggwhite/go-masker](https://github.com/ggwhite/go-masker) from 1.0.9 to 1.1.0.
- [Release notes](https://github.com/ggwhite/go-masker/releases)
- [Commits](https://github.com/ggwhite/go-masker/compare/v1.0.9...v1.1.0)
---
updated-dependencies:
- dependency-name: github.com/ggwhite/go-masker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-20 12:33:13 +01:00 |
|
Sagar Gurung
|
65b8c1a767
|
[tests-only][full-ci]Added tests for creating link for a resource (#7982)
* Added tests for creating link for a resource
* review adress and refactor
|
2023-12-20 17:01:02 +05:45 |
|
Martin
|
439d963e7d
|
Merge pull request #8032 from owncloud/MICRO_REGISTRY_text_changes
[docs-only] Fixing the description text of MICRO_REGISTRY
|
2023-12-20 11:11:43 +01:00 |
|
mmattel
|
67a9106da5
|
[docs-only] Fixing the description text of MICRO_REGISTRY
|
2023-12-20 10:59:23 +01:00 |
|
kobergj
|
4534dac675
|
Automated changelog update [skip ci]
|
2023-12-20 09:54:58 +00:00 |
|
kobergj
|
3194ff032c
|
Merge pull request #8028 from kobergj/FixRegistry
Fix default registry
|
2023-12-20 10:54:21 +01:00 |
|
Martin
|
49c292f205
|
Merge pull request #8031 from owncloud/fix_extended_envvars.yaml
[docs-only] Fixes the extended-envvars.yaml because of changes in MICRO_REGISTRY
|
2023-12-20 10:39:02 +01:00 |
|
mmattel
|
2c0f9b6c15
|
[docs-only] Fixes the extended-envvars.yaml because of changes in MICRO_REGISTRY
|
2023-12-20 10:25:32 +01:00 |
|
jkoberg
|
f5809848b9
|
fix registry creation
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2023-12-20 10:05:44 +01:00 |
|
Andre Duffeck
|
1aeffb08b7
|
Automated changelog update [skip ci]
|
2023-12-20 08:33:38 +00:00 |
|
Andre Duffeck
|
2284fe388d
|
Also log the traceid alongside the request id (#8023)
* Also log the traceid alongside the request id
* Add changelog
|
2023-12-20 09:32:57 +01:00 |
|