Commit Graph
13381 Commits
Author SHA1 Message Date
Ralf Haferkamp 5001c0347c cleanup: Remove unneeded _index.md files from docs
This commit removes the `doc/service/<name>/_index.md` files for service
that provide a README.md in their own directory.

The CI's docs pipeline generates and publishes (to the `docs` branch)
the _index.md files from the READMEs. We don't need to have these files
duplicated `master` branch of the git repo. They just cause confusion
and are not kept in sync with the READMEs on the `master` branch.
2023-05-12 16:20:32 +02:00
Ralf Haferkamp 7736e106b0 Automated changelog update [skip ci] 2023-05-12 12:49:58 +00:00
Ralf HaferkampandRalf Haferkamp 39950845d2 Bump go-micro/v4/store/redis to latest main commit
This includes these two fixes:
https://github.com/go-micro/plugins/pull/109
https://github.com/go-micro/plugins/pull/110
2023-05-12 14:49:19 +02:00
Ralf HaferkampandRalf Haferkamp df5edec36b settings: User go-micro/store for cachiing
The previous implementation was using an unlimited TTL which would cause
problems in scale out deployments where multiple instances of the settings
service are running.

Fixes: #5067
2023-05-12 14:49:19 +02:00
Ralf HaferkampandRalf Haferkamp 18bb3dbaca settings: Instanciate only a single instance of the ServiceHandler/Store
Share the same instance between the HTTP and the GRPC service. This is
in preparation for moving the cache of the metadata storage backend to a
go-micro/store based implementation. By sharing the same service instance in
the HTTP and GRPC services we can avoid the usage of global variables for the
caches, which will make the move to the go-micro/store implementation simpler.
2023-05-12 14:49:19 +02:00
MartinandGitHub 3e92e409f7 Merge pull request #6293 from owncloud/fix_messagepack_default
[docs-only] Fix missed default metadata backend
2023-05-12 14:38:41 +02:00
mmattel e5746d8176 [docs-only] Fix wrong default metadata backend 2023-05-12 13:34:13 +02:00
kobergj be784a89d3 Automated changelog update [skip ci] 2023-05-12 11:26:00 +00:00
kobergjandGitHub 2701d0a331 Merge pull request #6282 from kobergj/PostprocessingStore
Postprocessing Store
2023-05-12 13:22:59 +02:00
jkoberg f30fe2757c fix graph test
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-12 12:34:32 +02:00
Andre Duffeck be4cc7749e Automated changelog update [skip ci] 2023-05-12 10:12:28 +00:00
Andre DuffeckandGitHub 32014badd7 Merge pull request #6268 from aduffeck/improve-search
Improve search
2023-05-12 12:11:38 +02:00
jkoberg a324ad48a0 add a store to postprocessing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-12 11:04:41 +02:00
Christian RichterandGitHub 7d8a245d37 Merge pull request #6287 from owncloud/fix_search_readme
[docs-only] Add Tika container link to search for dev purposes
2023-05-12 10:51:19 +02:00
André Duffeck e9d4e07a08 constify the "trashed" space state 2023-05-12 10:37:43 +02:00
André Duffeck 5ba7dad3c7 Fix test expectations 2023-05-12 10:37:43 +02:00
André Duffeck 82590632b6 Always use UTC for doc timestamps 2023-05-12 10:37:43 +02:00
André Duffeck e01ef9b8c6 Search spaces concurrently 2023-05-12 10:37:43 +02:00
André Duffeck a9b139af97 Do not consider disabled spaces during search
Fixes #6201
2023-05-12 10:37:43 +02:00
André DuffeckandFlorian Schade 63b2ac2368 Do not use prefix queries which gets slow with big indexes
Co-authored-by: Florian Schade <f.schade@icloud.com>
2023-05-12 10:37:43 +02:00
Viktor ScharfandGitHub 67a9736b6c [test-only] Api-test for sharing personal space (#6242) 2023-05-12 14:08:20 +05:45
dependabot[bot]andRalf Haferkamp 184647e30e Bump github.com/cloudflare/circl from 1.2.0 to 1.3.3
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.2.0 to 1.3.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.2.0...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 09:51:18 +02:00
mmattel 456387c69f [docs-only] Add Tika container link to search for dev purposes 2023-05-12 09:31:21 +02:00
Michael Barz 8e5cbfd6f7 Automated changelog update [skip ci] 2023-05-12 06:39:25 +00:00
Michael BarzandGitHub 81e2365b0a Merge pull request #6277 from owncloud/return-body
add missing response body to blocked requests
2023-05-12 08:38:53 +02:00
Michael Barz 43ed7392be add missing response body to blocked requests 2023-05-11 16:31:19 +02:00
Sawjan GurungandGitHub 9945dad647 [POC][full-ci] Testing various oCIS env configurations (#6062)
* run api tests

* run ocis via wrapper

* add context, helpers and steps change ocis config

* remove separate pipelines for special test cases

* add context to behat config

* fix suite name

* set wrapper url while running tests

* fix cors allow env name

* address review

* add ociswrapper codebase

* add ci pipeline to build and cache wrapper

* add step to check ociswrapper cache

* invalidate wrapper cache and build new

* build on pipeline step

* undo unnecessary changes

* undo unnecessary changes

* fix php code

* fix ocis run command

* use tag for teardown

* exclude wrapper vendor in codacy check

* fix typos
2023-05-11 17:21:52 +05:45
Phil DavisandGitHub 26a2db371c Merge pull request #6270 from owncloud/issue-3639
[tests-only] [full-ci] Fix expected trashbin href for spaces
2023-05-11 15:15:37 +05:45
Andre Duffeck cc4b8a8ec0 Automated changelog update [skip ci] 2023-05-11 09:20:12 +00:00
Andre DuffeckandGitHub c4a64ba69b Merge pull request #6271 from aduffeck/fix-test-expectations
[full-ci] Fix test expectations
2023-05-11 11:18:09 +02:00
Phil Davis 3efb5f590f Automated changelog update [skip ci] 2023-05-11 08:44:46 +00:00
Phil DavisandGitHub 2f6f8fd788 Merge pull request #6279 from owncloud/add-examples-for-usernames
[tests-only] [full-ci] Add examples of more username combinations
2023-05-11 14:29:04 +05:45
MartinandGitHub ddfb2319b7 Merge pull request #6280 from owncloud/fix_proxy_readme
[docs-only] Fix typo in proxy readme yaml example
2023-05-11 10:24:09 +02:00
André Duffeck bb4d2ffd79 Skip e2e tests temporarily
See https://github.com/owncloud/ocis/issues/6278
2023-05-11 10:18:18 +02:00
Phil Davis a687e6de19 Add examples of more username combinations 2023-05-11 13:38:31 +05:45
mmattel d5855a56d5 [docs-only] Fix typo in proxy readme yaml example 2023-05-11 09:44:14 +02:00
Phil Davis e57c20bb28 Remove trashbinFilesFolders examples for unsupported usernames 2023-05-11 12:51:57 +05:45
Phil Davis f17351a063 Fix expected trashbin href for spaces 2023-05-11 11:41:10 +05:45
André Duffeck 870bc6d4d3 Add failing tests about public links to project space roots
The expected behavior needs to be discussed.
2023-05-10 22:32:05 +02:00
André Duffeck 9ca0d99bb9 Adapt expected failures 2023-05-10 21:59:15 +02:00
MartinandGitHub 302986c02e Merge pull request #6275 from owncloud/excds/bugfix/Fix_typos_in_config
[docs-only] graph/groups: Fix typos in config.
2023-05-10 17:59:48 +02:00
ec5d50149a Update services/graph/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-05-10 17:19:53 +02:00
Daniel Swärd 1cc3fc92c0 graph/groups: Fix typos in config. 2023-05-10 16:28:26 +02:00
Christian RichterandGitHub b2140bb744 Merge pull request #6272 from owncloud/fix_caching
[docs-only] Fix caching and envvar use in caching
2023-05-10 14:06:27 +02:00
André Duffeck b614eb6974 Bump reva 2023-05-10 11:45:23 +02:00
mmattel 589a0f5ce1 [docs-only] Fix caching envvar use 2023-05-10 11:37:05 +02:00
André Duffeck 479835779a Adapt test expectations. We do not allow sharing of the space root. 2023-05-10 11:23:44 +02:00
Prajwol AmatyaandGitHub 1f8164c527 [tests-only] [full-ci] api test for email notification (#6145) 2023-05-10 14:03:52 +05:45
Roman Perekhod 33034e86e5 Automated changelog update [skip ci] 2023-05-10 07:54:32 +00:00
Roman PerekhodandGitHub 21dfe2d7ca Merge pull request #6259 from 2403905/issue-5431
Omitempty givenName attribute when create user #5431
2023-05-10 09:52:25 +02:00