Ralf Haferkamp
ae4e6e195f
Remove unused config vars
...
UsersCacheExpiration is referenced nowhere. Currently we don't have any
caching. LoginAttributes is not used by the reva userprovider.
2022-05-12 12:37:06 +02:00
Ralf Haferkamp
6aa89a30c8
Remove accounts service remainders from ocs
...
- proxy routes everything user/group related (except of `user/signing-key`)
to the reva ocs endpoint now
- remove the unused user and group methods from ocs
2022-05-11 15:29:34 +02:00
Ralf Haferkamp
d25aa7b20f
Remove "accounts" service
2022-05-11 15:29:34 +02:00
Ralf Haferkamp
5ba1b8f2c1
Remove "glauth" service
...
The "glauth" service is no longer used. After we switched to
libregraph/idm.
2022-05-11 15:29:34 +02:00
Jörn Friedrich Dreyer
8e5130b6b9
Merge pull request #3725 from aduffeck/search-grants
...
More fixes to searching in shares
2022-05-11 09:31:57 +00:00
André Duffeck
ba249c17e7
Do not try to continue when machine auth fails. DRY up code
2022-05-11 10:49:34 +02:00
André Duffeck
766a20b867
improve variable name
2022-05-11 10:49:18 +02:00
André Duffeck
9cf778d650
Fix build
2022-05-11 09:32:35 +02:00
David Christofas
152509b30b
add description tags to graph-explorer config
2022-05-10 16:16:02 +02:00
André Duffeck
f7e8e48a1d
Change filename search to be case-insensitive
2022-05-10 15:49:34 +02:00
Martin
1636295d12
Merge pull request #3755 from owncloud/webdav-config-desc
...
add description tags to webdav config
2022-05-10 12:32:02 +02:00
David Christofas
ed12673250
add description tags to webdav config
2022-05-10 11:54:02 +02:00
André Duffeck
e91318458d
Fix keeping the index in sync when subdirectories are moved
2022-05-10 10:36:40 +02:00
André Duffeck
c474665753
Extract events test into a separate file
2022-05-10 10:36:40 +02:00
André Duffeck
00fbb3c6f2
Do not abort search if one space fails
...
Also make sure to log all errors.
2022-05-10 10:36:40 +02:00
André Duffeck
2c604bacbb
Consider the mountpoint share when searching grants
2022-05-10 10:36:40 +02:00
David Christofas
4b7a365781
add description tags to thumbnails config
2022-05-10 10:31:36 +02:00
Benedikt Kulmann
079fb63927
Bump web to v5.5.0-rc.5
2022-05-09 13:38:19 +02:00
Willy Kloucek
dedd5228f3
Merge pull request #3744 from wkloucek/idp-env-secrets
...
expose IDP secret configuration via environment variables
2022-05-09 13:36:04 +02:00
Michael Barz
8145478101
Merge pull request #3743 from owncloud/exit-on-parse-error
...
Exit when encountering config parsing errors
2022-05-09 13:33:28 +02:00
Willy Kloucek
f2e44c6353
expose IDP secret configuration via environment variables
2022-05-09 12:01:46 +02:00
Willy Kloucek
43d74f276b
Merge branch 'master' into reenable-parallel-deployment-in-ci
2022-05-09 11:52:55 +02:00
Michael Barz
f6e2f46ebb
Exit when encountering config parsing errors
2022-05-09 11:49:15 +02:00
kobergj
74139f6c52
Permissions for deleting spaces ( #3716 )
...
* check permissions when deleting space
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* bump feature reva
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-09 11:35:52 +02:00
Michael Barz
071db57f14
bump core commitID
2022-05-07 22:24:41 +02:00
Michael Barz
5f0c635f92
make status values configurable
2022-05-07 15:40:51 +02:00
Benedikt Kulmann
4ce35acf01
Update reva and use ocis-pkg version string in capabilities
...
Needed to use github.com/Masterminds/semver/v3 instead of v1 to be able
to extract major, minor and patch version from a version string.
Falling back to 0.0.0 in any error case (e.g. if the version.String is a
hash)
2022-05-07 15:40:51 +02:00
Willy Kloucek
72c1ea5137
Merge branch 'master' into reenable-parallel-deployment-in-ci
2022-05-07 12:34:25 +02:00
Pascal Wengerter
09faa068fd
Merge pull request #3727 from owncloud/bump-web-5.5.0-rc.4
...
[full-ci] Bump web to v5.5.0-rc.4
2022-05-06 17:43:33 +02:00
Pascal Wengerter
cf83fe324a
Bump web to v5.5.0-rc.4
2022-05-06 17:05:42 +02:00
Willy Kloucek
72c2775089
set version and namespace for ocdav service
2022-05-06 15:19:29 +02:00
Willy Kloucek
68be48b95a
use userprovider in owncloudsql storage and add gateway for sharing driver
2022-05-06 12:52:47 +02:00
Jörn Friedrich Dreyer
c4014f478e
fiv spaces thumbnails
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-06 10:08:01 +00:00
Jörn Friedrich Dreyer
84de8d563e
Fix env var naming
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-06 08:43:03 +00:00
Willy Kloucek
deff182729
Merge branch 'master' into reenable-parallel-deployment-in-ci
2022-05-06 08:48:37 +02:00
Jörn Friedrich Dreyer
87147edaa2
Merge pull request #3567 from wkloucek/proxy-thumbnails
...
add more proxy routes for thumbnails
2022-05-05 19:07:47 +00:00
kobergj
761d72d901
add "/data" to public link URLs ( #3703 )
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-05 18:40:12 +02:00
Jörn Friedrich Dreyer
fd995475b6
use WhoAmI to look up user for legacy webdav endpoints
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-05 14:48:57 +00:00
Willy Kloucek
5b49432d2d
add changelog
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-05 13:51:36 +00:00
Willy Kloucek
5581558869
add .keep file for idp asset folder to make unit tests run without generating assets
2022-05-05 15:51:19 +02:00
Willy Kloucek
2ddc7f7399
split context functions for public and user thumbnails
2022-05-05 13:48:54 +00:00
Willy Kloucek
ea9cbb8c2d
return 404 for /remote.php/webdav and /webdav/ previews
2022-05-05 13:48:54 +00:00
Willy Kloucek
a04c5c2f6f
implement thumbnails also for webdav and non remote.php routes
2022-05-05 13:48:51 +00:00
Willy Kloucek
d2de2a775d
add OCIS_OIDC_ISSUER config env
2022-05-05 15:45:22 +02:00
Willy Kloucek
9db5216bc4
add route handler for all possible webdav urls
2022-05-05 13:44:43 +00:00
Willy Kloucek
79970b0812
add omitempty to proxy routes to slim down configuration example
2022-05-05 13:43:51 +00:00
Willy Kloucek
6b259f6637
add tumbnails proxy route for /dav and /webdav
2022-05-05 13:41:55 +00:00
Willy Kloucek
b09bc344da
idp: configure clients in the idp configuration instead of the templated file
2022-05-05 15:20:09 +02:00
Jörn Friedrich Dreyer
d2b0cb870b
Merge pull request #3690 from wkloucek/fix-deployment-examples
...
fix deployment examples
2022-05-05 12:31:41 +00:00
Jörn Friedrich Dreyer
9c120d0758
update notifications docs
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-05 11:00:07 +00:00