Commit Graph
9014 Commits
Author SHA1 Message Date
Willy Kloucek 1a3e4ba66d ensure svg width does not exceed the page space 2022-04-13 09:33:57 +02:00
Michael Barz ac8b1295ec Automated changelog update [skip ci] 2022-04-12 15:05:52 +00:00
Michael BarzandGitHub 0d52d93350 Merge pull request #3515 from kobergj/BumpRevaVersion
Bump reva version
2022-04-12 17:05:18 +02:00
jkoberg 0fab27e2e1 try different wait-for-ocis-server command
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-04-12 15:59:47 +02:00
jkoberg 0957e92e7b Merge branch 'master' into BumpRevaVersion 2022-04-12 15:06:29 +02:00
jkoberg adc6c0493a bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-04-12 15:02:05 +02:00
Jörn Friedrich Dreyer 71ce6251bc Automated changelog update [skip ci] 2022-04-12 09:27:51 +00:00
0e88cb1bec Use embeddable ocdav go micro service (#3397)
* allow proxy to route to micro service

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use go micre ocdav service instead of reva frontend

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add missing gateway default config

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update reva branch for testing

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add missing comands

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump reva version

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* tidy

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* bump reva again

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* a blind mans config change

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* add ocdav to must start extensions

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* fail when neither backend nor service is set

Signed-off-by: jkoberg <jkoberg@owncloud.com>

Co-authored-by: jkoberg <jkoberg@owncloud.com>
2022-04-12 11:27:24 +02:00
Swikriti TripathiandGitHub a61d1ced9f Merge pull request #3510 from owncloud/bump-commit-id-20220412
[full-ci][tests-only] Bump core commit id for tests
2022-04-12 14:17:33 +05:45
Swikriti Tripathi 32d739a6cf Bump Commit id and update expected to fail file 2022-04-12 12:48:10 +05:45
Viktor ScharfandGitHub bf1ee8f9ef [tests-only] apiTest: list of trash files and restore files from the trash (#3462)
* apiTest: see trashbin and restore files from trash
2022-04-12 08:51:35 +02:00
Swikriti Tripathi ccc77c3771 Update commit id 2022-04-12 12:13:52 +05:45
Swikriti Tripathi a05ba053e4 Update expected to fail 2022-04-12 10:43:17 +05:45
Swikriti Tripathi a19dc15c63 Bump core commit id for tests 2022-04-12 10:02:16 +05:45
Jörn Friedrich Dreyer 7f16377468 Automated changelog update [skip ci] 2022-04-11 20:39:28 +00:00
Jörn Friedrich DreyerandGitHub f828a63687 Merge pull request #3476 from rhafer/share-ldap-con
[full-ci] adapt for new LDAP config
2022-04-11 22:36:28 +02:00
Ralf Haferkamp 4ecf4c673d Update reva 2022-04-11 18:18:48 +02:00
Ralf Haferkamp c5f4bf2293 Update expected failures for web
webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:41
no longer fails as https://github.com/cs3org/reva/pull/2708 fixed some
issue with LDAP filter escaping.
2022-04-11 18:17:21 +02:00
Ralf Haferkamp 91a0301ea0 Adapt deployment examples for new LDAP config 2022-04-11 18:17:21 +02:00
Ralf Haferkamp dc6a4fdc02 Unify LDAP config settings accross services
This adapts the storage service to the recent changes of the LDAP
settings in reva.

Also we define a new set of LDAP env variables that can be shared
between all LDAP related ocis services (graph, idp, storage-auth-basic,
storage-userprovider, storage-groupprovider, idm). This should simplify
the most LDAP based configurations considerably.
2022-04-11 18:17:21 +02:00
Ralf Haferkamp b0fb996b82 Allow to pass string list via Enviroment
Allow to pass comma-separated strings via Enviroment variables and store
them in a string slice.
2022-04-11 18:17:21 +02:00
Pascal Wengerter e24a5a47d2 Automated changelog update [skip ci] 2022-04-11 16:07:36 +00:00
Pascal WengerterandGitHub fb2339a1ed Merge pull request #3509 from owncloud/bump-web-v5.4.0
[full-ci] Bump web to v5.4.0
2022-04-11 18:06:59 +02:00
Pascal Wengerter 03944ea6ee Bump web to v5.4.0 2022-04-11 17:26:29 +02:00
Christian RichterandGitHub 45ae440fb4 Merge pull request #3508 from owncloud/health-reference
Add reference implementation for health & readiness endpoint in IDP
2022-04-11 16:45:21 +02:00
Michael BarzandGitHub 4c7eed8344 Merge pull request #3507 from rhafer/idmadmin
Fix ocis admin creation for idm
2022-04-11 16:36:01 +02:00
David Christofas 385142f5a5 Automated changelog update [skip ci] 2022-04-11 14:28:38 +00:00
David ChristofasandGitHub b291cca416 Merge pull request #3448 from CommanderRoot/refactor/rm-deprecated-substr
refactor: replace deprecated String.prototype.substr()
2022-04-11 16:27:47 +02:00
Christian Richter 42a4e017c8 Add reference implementation for health & readiness endpoint in IDP
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-11 16:09:09 +02:00
Ralf Haferkamp 2a09da2237 Fix ocis admin creation for idm
The admin user was created as part of the demo user set. But we need the
admin to be created always.
2022-04-11 16:02:18 +02:00
Pascal WengerterandGitHub 251e5d2b0f Merge pull request #3502 from owncloud/dependabot/npm_and_yarn/settings/cucumber/pretty-formatter-1.0.0-alpha.2
Bump @cucumber/pretty-formatter from 1.0.0-alpha.1 to 1.0.0-alpha.2 in /settings
2022-04-11 14:18:25 +02:00
David Christofas a830555794 Automated changelog update [skip ci] 2022-04-11 09:25:32 +00:00
David ChristofasandGitHub ecddaeffbb Merge pull request #3467 from owncloud/user-group-audit
implement user and group audit events
2022-04-11 11:23:37 +02:00
Michael Barz 0ef1826c8e Automated changelog update [skip ci] 2022-04-11 09:13:56 +00:00
Michael BarzandGitHub b02125d1f7 Merge pull request #3474 from owncloud/no-demo-users
[full-ci] set demo users to default off
2022-04-11 11:13:13 +02:00
David Christofas 81e731ff7b implement user and group audit events 2022-04-11 10:19:15 +02:00
dependabot[bot]andGitHub 436c8b1904 Bump @cucumber/pretty-formatter in /settings
Bumps [@cucumber/pretty-formatter](https://github.com/jbpros/cucumber-pretty-formatter) from 1.0.0-alpha.1 to 1.0.0-alpha.2.
- [Release notes](https://github.com/jbpros/cucumber-pretty-formatter/releases)
- [Changelog](https://github.com/cucumber/cucumber-js-pretty-formatter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jbpros/cucumber-pretty-formatter/compare/v1.0.0-alpha.1...v1.0.0-alpha.2)

---
updated-dependencies:
- dependency-name: "@cucumber/pretty-formatter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 06:03:38 +00:00
Willy KloucekandGitHub a3d219dec6 Merge pull request #3491 from owncloud/dependabot/go_modules/github.com/go-ldap/ldap/v3-3.4.3
Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3
2022-04-11 08:01:29 +02:00
Michael Barz 89a5d34687 add changelog 2022-04-09 16:40:46 +02:00
Michael Barz b1a05c3aac adjust the docs 2022-04-09 16:32:58 +02:00
Michael Barz 3c2bb52228 adopt demo deployment config 2022-04-09 16:17:03 +02:00
Michael BarzandGitHub e4143737c5 Merge pull request #3481 from owncloud/human-friendly-runtime-error-msg
improve runtime connect error messages
2022-04-08 23:50:53 +02:00
Michael Barz aff0651319 ordering of adrs 2022-04-08 23:50:00 +02:00
Michael BarzandGitHub 1509a8b137 Merge pull request #3328 from owncloud/docs-adr-search
[docs-only] ADR: Search query language, Indexing and API
2022-04-08 23:43:05 +02:00
Michael Barz 788238d166 address review feedback 2022-04-08 23:34:36 +02:00
Klaas FreitagandMichael Barz 12b59175a5 Minor addition: Performance for searching 2022-04-08 23:25:03 +02:00
Michael Barz ebb8882be1 split into api, indexind and query language 2022-04-08 23:25:03 +02:00
5db2e22725 Update docs/ocis/adr/0018-search.md
Co-authored-by: David Christofas <dchristofas@owncloud.com>
2022-04-08 23:25:03 +02:00
Klaas FreitagandMichael Barz 4c70d958de More work on the first DRAFT of the ADR for searching and indexing. 2022-04-08 23:25:03 +02:00
Klaas FreitagandMichael Barz 3286000915 Renamed the search ADR to an up to date sequence number 2022-04-08 23:25:03 +02:00