Willy Kloucek
68be48b95a
use userprovider in owncloudsql storage and add gateway for sharing driver
2022-05-06 12:52:47 +02: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
Willy Kloucek
bba70c5ba5
Merge branch 'fix-compile-time-options' into fix-deployment-examples
2022-05-05 12:30:05 +02:00
Jörn Friedrich Dreyer
51e1aa2978
rename users and groups extensions
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-05 09:14:27 +00:00
Willy Kloucek
f2d82bd1ac
fix wopi integration and wopi deployment
2022-05-05 10:55:16 +02:00
Benedikt Kulmann
32d4deb97a
Bump web to v5.5.0-rc.3
2022-05-04 19:12:14 +02:00
Michael Barz
4b71cd40af
Merge pull request #3678 from owncloud/v2
...
Update ocis packages and imports to V2
2022-05-04 16:36:01 +02:00
kobergj
25dc46ecd0
ServiceUser -> SystemUser ( #3673 )
...
* serviceUser -> systemUser
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* leave out OCIS_URL, cleanup
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 16:31:18 +02:00
kobergj
eb59d2291e
MachineAuthAPIKey -> SystemUserAPIKey ( #3672 )
...
* split machineauthapikey and systemuserapikey
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* specific errors and some reverts
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use correct machine auth api key
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 15:48:02 +02:00
Jörn Friedrich Dreyer
2bd63509e3
align more storage-system names ( #3674 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 15:19:35 +02:00
Michael Barz
189987bcbd
Bump major version to v2
2022-05-04 14:49:59 +02:00
Andre Duffeck
d540c4405d
[full-ci] Fix searching shares ( #3668 )
...
* Be more robust when limiting the search to a directory in the space
* Add more debug logs
* Fix searching in shares
* Delay indexing by a second so that everything has time to settle
Indexing immediately when the event arrives sometimes causes issues
trying to stat the changed resource.
* Pick up the machine auth secret from the default config
* Adapt to the resourceid refactoring in reva
* Fix unit tests
2022-05-04 13:15:28 +02:00
Ralf Haferkamp
7ef205d232
Get rid of hardcoded admin user uuid
...
The UUID is generated by `ocs init` now and stored in the config file.
To avoid that every ocis install uses the same UUID
Closes : #3524
2022-05-04 12:42:28 +02:00
Ralf Haferkamp
c312ecf926
Remove a couple of unneeded users from Default Role Assignments
...
The reva and idp users are service users and don't need any roles
assigned. They currently used for performing LDAP searches.
2022-05-04 12:42:28 +02:00
Christian Richter
55d28f45c6
Merge pull request #3670 from owncloud/yaml-underscores
...
make yaml tags always use underscore
2022-05-04 12:28:03 +02:00
kobergj
5346299e6d
MetadataUserID -> SystemUserID ( #3671 )
...
* replace MetadataUserID with SystemUserID
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* the missing change
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-04 11:41:37 +02:00
David Christofas
ae9aff3d59
reduce hacky reference handling in thumbnailer
2022-05-04 10:58:04 +02:00
Jörn Friedrich Dreyer
edd3adcf1d
make yaml tags always use underscore
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 08:54:46 +00:00
Jörn Friedrich Dreyer
a22cfe6cee
Merge pull request #3667 from owncloud/rename-storage-system
...
storage-metadata -> storage-system
2022-05-04 08:54:20 +00:00
Benedikt Kulmann
16c3b1ae57
[full-ci] Bump web to v5.5.0-rc.2 ( #3664 )
...
Bump web to v5.5.0-rc.2
Co-authored-by: Pascal Wengerter <pascal@wengerter.info >
2022-05-04 10:27:07 +02:00
Jörn Friedrich Dreyer
565548ebce
storage-metadata -> storage-system
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 08:14:13 +00:00
Jörn Friedrich Dreyer
449a0169f6
approvider -> app-provider
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 06:39:28 +00:00
Willy Kloucek
56261e3e63
Merge branch 'master' into config-env
2022-05-03 18:52:23 +02:00
Willy Kloucek
5bf8f254e1
expose owncloudsql sharing driver
2022-05-03 18:40:55 +02:00
Jörn Friedrich Dreyer
e32f909b82
oc10-sql -> owncloudsql
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-03 16:08:17 +00:00
Jörn Friedrich Dreyer
201722a88f
Update extensions/storage-metadata/pkg/command/root.go
2022-05-03 18:04:10 +02:00
Jörn Friedrich Dreyer
68ccfa39f3
owncloudsql driver typo
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-03 16:01:37 +00:00
Jörn Friedrich Dreyer
2c49a47d66
fix misnamed owncloudsql driver
2022-05-03 17:50:40 +02:00
Jörn Friedrich Dreyer
0fe6676738
drop specific service name from tracing docs
2022-05-03 17:48:45 +02:00
David Christofas
958b4fe5e3
use new space ID util functions
2022-05-03 17:27:39 +02:00
Jörn Friedrich Dreyer
8ded0ced20
fix doc typo
2022-05-03 17:22:39 +02:00
Jörn Friedrich Dreyer
b13a9d7bba
ocdav env typo
2022-05-03 17:10:52 +02:00
Willy Kloucek
b65936fe99
strip ocis- from command name for all standalone services
2022-05-03 17:08:23 +02:00
Jörn Friedrich Dreyer
eac18a9404
Update group doc
2022-05-03 17:04:45 +02:00
Willy Kloucek
4f6cc66d57
fix metadata storage permissions endpoint
2022-05-03 16:57:17 +02:00