Commit Graph

11919 Commits

Author SHA1 Message Date
David Christofas 445e594eff add notification for space unshares 2022-12-21 11:20:42 +01:00
Phil Davis 89bac9bbdc Merge pull request #5265 from owncloud/bump-commit-id-for-tests-20221221-master
[tests-only][full-ci]Bump commit id for tests
2022-12-21 12:09:47 +05:45
Swikriti Tripathi 8a0a823c9d update expected to fail 2022-12-21 11:24:03 +05:45
Swikriti Tripathi cd686a24b4 Bump commit id for tests 2022-12-21 09:24:54 +05:45
Dominik Schmidt 9131bdbf68 Merge pull request #5257 from owncloud/do-not-use-v-model-and-input-event
[settings] Do not use v-model and input event for the same component
2022-12-20 15:12:52 +01:00
David Christofas 68ead43000 extract code to methods 2022-12-20 14:42:14 +01:00
Dominik Schmidt 5ccefa355a [settings] Do not use v-model and input event for the same component 2022-12-20 14:37:03 +01:00
Phil Davis f44f50bf2d Merge pull request #5250 from owncloud/tx-go
fix: fix syntax after switching to golang tx client
2022-12-20 15:55:23 +05:45
kobergj cdda1bb6a9 Automated changelog update [skip ci] 2022-12-20 09:45:03 +00:00
kobergj c60520a56a Merge pull request #5244 from kobergj/BumpReva
Bump Reva
2022-12-20 10:41:46 +01:00
Robert Kaussow 269fe83fc3 fix: fix config file for new transifex client 2022-12-20 10:22:30 +01:00
jkoberg b73954d990 use latest reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-20 09:54:14 +01:00
jkoberg 7d082f658d changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-20 09:53:11 +01:00
jkoberg b29ffeb3a9 use stream pkg instead server pkg
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-20 09:53:11 +01:00
Robert Kaussow 9dc6612e95 fix: fix syntax after switching to golang tx client 2022-12-20 09:50:41 +01:00
Florian Schade c3041f8cd7 Automated changelog update [skip ci] 2022-12-19 14:44:41 +00:00
Florian Schade 1db03dd512 [full-ci] experimental tags backport (#5227)
* add tags to search service resource
add tags getTags, AssignTags and UnassignTags endpoint to graph
use and prefer search event spaceOwner over executant
add tags to search report response
update libre graph api
update reva

Co-authored-by: David Christofas <dchristofas@owncloud.com>
2022-12-19 15:44:02 +01:00
kobergj 2443744599 Automated changelog update [skip ci] 2022-12-16 11:00:14 +00:00
kobergj 341cdc9dd3 Merge pull request #5207 from kobergj/AsyncPostprocessing
[full-ci] Async Postprocessing
2022-12-16 11:58:24 +01:00
Swikriti Tripathi b75e97eef8 Bump core commit id for tests (#5239) 2022-12-16 16:13:09 +05:45
Phil Davis f8b7b5b73e Merge pull request #5236 from owncloud/tests/cors-tests
[tests-only][full-ci] Add CORS API tests (#5187)
2022-12-16 12:48:22 +05:45
Sawjan Gurung 334811186c [tests-only][full-ci] Add CORS API tests (#5187) 2022-12-16 11:55:18 +05:45
Phil Davis 6c430ac7d2 Merge pull request #5230 from owncloud/bump-commitid-20221215-master
[tests-only][fulll-ci] Bump core commit id
2022-12-15 12:05:54 +05:45
dependabot[bot] bcfad9fcfc Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-15 06:05:49 +00:00
Saw-jan 22e9801cf6 bump core commit id 2022-12-15 11:10:14 +05:45
Jörn Friedrich Dreyer 70a6323c42 token middleware: use constant time comparison (#5225)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-14 14:04:02 +01:00
jkoberg c762d9d9ba bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-14 12:24:53 +01:00
David Christofas 84d967a4f5 Merge pull request #5223 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.11.2
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.1 to 1.11.2
2022-12-14 09:37:15 +01:00
Prarup Gurung 00efd8af2e [full-ci] [tests-only] Added api test for edit user using graph API (#5150) 2022-12-14 14:15:18 +05:45
Prarup Gurung 6949dbd125 [full-ci] [tests-only] Added api test for sharing spaces to group (#5023) 2022-12-14 14:13:55 +05:45
Florian Schade 51849c11f9 Automated changelog update [skip ci] 2022-12-13 13:23:11 +00:00
Florian Schade 2404eff48e [full-ci] experimental search backport (#5221)
* experimental search backport
fix basic extractor resource name
move escapeQuery regex into global variable
minor pr review changes
rename DebounceDuration env variable
add document title and content when rebuilding bleve resource

Co-authored-by: David Christofas <dchristofas@owncloud.com>
2022-12-13 14:22:41 +01:00
Martin 2fa1a3afbe Automated changelog update [skip ci] 2022-12-13 13:13:06 +00:00
Martin 207efe3f7b Merge pull request #5164 from dragonchaser/extract-rogue-env-vars
Extract rogue env vars
2022-12-13 14:12:40 +01:00
mmattel 04d0e54feb small readme fix 2022-12-13 13:46:04 +01:00
mmattel 82348b0ade add more info to readme.md 2022-12-13 13:29:08 +01:00
jkoberg db22bb7011 fix makefile
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:27:42 +01:00
mmattel 826a8b5de5 adding description values and fix adoc template 2022-12-13 12:18:09 +01:00
jkoberg 58913b0034 add README
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg 20b2472f75 fix docs-generate
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg 62acfacf34 manually edit envvars as reference
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg 0bd800ac73 sort envvars by name
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg a82b776791 include all envs and add ignore parameter
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter 879f7996e3 Bugfixing
Co-authored-by: Martin <github@diemattels.at>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter 8817d634bd add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter b88ea444fb add adoc template rendering
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter 3d02f805e3 update docs-generate make target to reflect the changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter 472ba967ca add initial yaml for global env vars
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter f4e3bb99a3 add rogue env var collector
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter 3ccf79c6fe create main.go
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00