Commit Graph

11879 Commits

Author SHA1 Message Date
Ralf Haferkamp
b302af88f6 Add basic config setting for LDAP education backend
require LDAP support for Education resources to be explicitly enabled.
Default to a NOOP implementation if disabled.
2022-12-21 15:38:14 +01:00
Ralf Haferkamp
795bc70546 Add a more explict filter to DN based lookups
To make sure to read the right type of object
2022-12-21 15:38:14 +01:00
Jörn Friedrich Dreyer
e1123576f3 disable school events
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-21 15:38:14 +01:00
Jörn Friedrich Dreyer
9844f5f8ce initial schools API
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-21 15:38:14 +01:00
David Christofas
26e494ec8b Merge pull request #5270 from owncloud/linter-fixes
Linter fixes
2022-12-21 15:24:13 +01:00
David Christofas
bd2682ac0e remove dead code 2022-12-21 14:53:07 +01:00
David Christofas
cf290502fb fix gosimple bugs 2022-12-21 14:53:00 +01:00
David Christofas
39917330f6 fix goconst bugs 2022-12-21 14:46:01 +01:00
David Christofas
efe1fc52e0 fix nilerr bugs 2022-12-21 14:45:50 +01:00
David Christofas
d9ad32f75f exclude directories from linting 2022-12-21 13:42:02 +01:00
David Christofas
7bc62098a8 Merge pull request #5258 from owncloud/spaces-member-notifications
Spaces member notifications
2022-12-21 13:32:18 +01:00
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
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