Commit Graph

9562 Commits

Author SHA1 Message Date
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
Jörn Friedrich Dreyer
2b6220d790 Merge pull request #3687 from owncloud/fix-launch-json
fix missing system user api key
2022-05-05 07:14:27 +00:00
Christian Richter
403b16a5e8 fix missing system user api key
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-05 08:59:52 +02:00
Jörn Friedrich Dreyer
6369e8752b Merge pull request #3683 from owncloud/bump-commit-id-20220505-2
[tests-only] [full-ci] Bump CORE_COMMITID to include new trashbin test code
2022-05-05 05:44:56 +00:00
Phil Davis
0773698e40 Bump CORE_COMMITID to include new trashbin test code 2022-05-05 09:35:59 +05:45
Artur Neumann
a11250ee1c Merge pull request #3679 from owncloud/bump-commit-id-20220505
[tests-only] [full-ci] Bump CORE_COMMITID for tests
2022-05-05 09:33:06 +05:45
Phil Davis
a71ba149c8 Bump CORE_COMMITID for tests 2022-05-05 08:52:20 +05:45
Phil Davis
ecaef91312 Automated changelog update [skip ci] 2022-05-05 02:46:54 +00:00
Phil Davis
b8fe3274a2 Merge pull request #3680 from owncloud/bump-web-5.5.0-rc.3
[full-ci] Bump web to v5.5.0-rc.3
2022-05-05 08:31:00 +05:45
Michael Barz
9079f3bd8f add regression to expected failures 2022-05-04 23:03:56 +02:00
Jörn Friedrich Dreyer
3b0eb5df32 Automated changelog update [skip ci] 2022-05-04 20:38:27 +00:00
Jörn Friedrich Dreyer
065511f240 Merge pull request #3681 from owncloud/update-reva
[full-ci] update reva to v2.3.0
2022-05-04 20:37:49 +00:00
Michael Barz
2cb04683bc update reva to v2.3.0 2022-05-04 20:57:50 +02:00
Michael Barz
a4d6fb9549 adapt expected failures 2022-05-04 20:43:56 +02:00
Benedikt Kulmann
32d4deb97a Bump web to v5.5.0-rc.3 2022-05-04 19:12:14 +02:00
Michael Barz
20e687f094 fix naming in error message 2022-05-04 17:36:43 +02:00
Michael Barz
f812f66191 Automated changelog update [skip ci] 2022-05-04 14:40:33 +00: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
35e81ced43 Automated changelog update [skip ci] 2022-05-04 14:31:54 +00: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
Michael Barz
2eb906a3ff fix docs generate 2022-05-04 15:49:18 +02:00
kobergj
d7d9d76cfa Automated changelog update [skip ci] 2022-05-04 13:48:39 +00: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
Michael Barz
5ab09764aa Change ocis package in reflect test 2022-05-04 15:29:30 +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
3b41bc164e Upgrade protobuf go package version to v2 2022-05-04 15:10:00 +02:00
Michael Barz
189987bcbd Bump major version to v2 2022-05-04 14:49:59 +02:00
kobergj
ebf39a6a90 fix the first contact typo (#3676)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-04 14:44:37 +02:00
Christian Richter
a3c4a9d57d Merge pull request #3659 from owncloud/add-adoc-export
Adoc export
2022-05-04 14:40:05 +02:00
Jörn Friedrich Dreyer
8bfb589879 Merge pull request #3675 from owncloud/fix-launch-json
set OCIS_SYSTEM_USER_ID
2022-05-04 12:30:40 +00:00
Jörn Friedrich Dreyer
6193c4a1f6 use uuid length user ids
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 12:17:41 +00:00
Jörn Friedrich Dreyer
3f5f4865c1 set OCIS_SYSTEM_USER_ID
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 12:05:27 +00: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
b41498c121 Automated changelog update [skip ci] 2022-05-04 10:43:03 +00:00
Ralf Haferkamp
d6bf26c744 Rename ADMIN_USER_ID env var to OCIS_ADMIN_USER_ID
Also let the top-level ocis config validator error out if admin_user_id
is unset at start.
2022-05-04 12:42:28 +02:00
Michael Barz
905bbe53ac Add ADMIN_USER_ID to launch.json 2022-05-04 12:42: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
Christian Richter
9d7c9d3409 add yaml filename to example yaml
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-04 12:22:26 +02:00
Christian Richter
4e0e19dfc7 add extension name to adoc template
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-04 12:22:13 +02:00
kobergj
7805c831c3 Automated changelog update [skip ci] 2022-05-04 09:42:07 +00: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
580e65ae2c Automated changelog update [skip ci] 2022-05-04 09:35:24 +00:00
David Christofas
da1abdbd8e Merge pull request #3669 from owncloud/thumbnails-fix
reduce hacky reference handling in thumbnailer
2022-05-04 11:34:53 +02:00
David Christofas
ae9aff3d59 reduce hacky reference handling in thumbnailer 2022-05-04 10:58:04 +02:00
Christian Richter
6f5b60861a Merge remote-tracking branch 'origin/master' into add-adoc-export 2022-05-04 10:55:07 +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
b847dd6b63 Automated changelog update [skip ci] 2022-05-04 08:27:45 +00:00