Commit Graph

9629 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer 28978e81ed fix env var typo 2022-05-03 16:52:13 +02:00
Jörn Friedrich Dreyer 7c6cdf0008 Apply suggestions from code review
update usage
2022-05-03 16:51:20 +02:00
Willy Kloucek e97ec5ed58 reintroduce Skip users groups in token option 2022-05-03 16:48:09 +02:00
David Christofas 618e6a6899 implement workaround for chi.RegisterMethod
chi.RegisterMethod writes to a global map. Other parts of chi read that map and since we start multiple chi router in different goroutines we concurrently read/write to the map which is not valid and results in panics
2022-05-03 16:39:36 +02:00
Willy Kloucek 3ad56ed8ad bring back folde precreation for sharing service 2022-05-03 16:00:48 +02:00
Willy Kloucek 49e39f3a4f remove artifacts from ports docs 2022-05-03 15:44:57 +02:00
Willy Kloucek 59c4727421 temporarily revert back to json sharing drivers 2022-05-03 15:41:53 +02:00
Willy Kloucek 2be54a8c54 fix owner on ocis config files 2022-05-03 15:31:44 +02:00
Willy Kloucek 771bfb6c6b remove rest default config from user provider 2022-05-03 15:27:12 +02:00
Willy Kloucek 9268fdcf86 fix ocis build 2022-05-03 15:12:36 +02:00
Willy Kloucek 2df402cf7e user config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek fd44da4629 storage-users config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek b3c8ee3d30 storage sahres config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek d2edd6e98e storage-publiclink config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek f501814bef storage-metadata config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek c6af86c2a8 sharing config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek dde2d41831 ocdav config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek c0c19dc36a fix app registry port 2022-05-03 15:12:35 +02:00
Willy Kloucek 859ae544d5 groups config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek ecb3d4bc84 fix app registry default config 2022-05-03 15:12:35 +02:00
Willy Kloucek 6c2b9cb29b gateway config docs 2022-05-03 15:12:35 +02:00
Willy Kloucek 26a92f2bad add app-registry service 2022-05-03 15:12:35 +02:00
Willy Kloucek ba2fbee07d fix makefile names 2022-05-03 15:12:34 +02:00
Willy Kloucek b6f03f9a6c frontend config docs 2022-05-03 15:12:34 +02:00
Willy Kloucek 977c4fd9e9 ensure commands for all services 2022-05-03 15:12:34 +02:00
Willy Kloucek f643de22c4 machine auth config docs 2022-05-03 15:12:34 +02:00
Willy Kloucek b35178584b auth bearer config docs 2022-05-03 15:12:34 +02:00
Willy Kloucek 18296ceea7 auth basic config docs 2022-05-03 15:12:34 +02:00
Willy Kloucek eb82c646c0 app provider config docs 2022-05-03 15:12:34 +02:00
Willy Kloucek 5e48b30dd0 add all extensions to extensions list and ensure the Makefile 2022-05-03 15:12:34 +02:00
Willy Kloucek ef6d32a12a remove extensions/storage leftovers 2022-05-03 15:12:34 +02:00
Willy Kloucek 061808ca72 remove unsupported drivers from the documentation 2022-05-03 15:12:34 +02:00
Willy Kloucek 47ed302e43 add config docs for services 2022-05-03 15:12:33 +02:00
Willy Kloucek f588e90e23 reenable parallel deployment tests 2022-05-03 15:12:33 +02:00
Christian Richter 4b70484c8f Merge pull request #3658 from owncloud/add_env_line_wrap
replace `;` by `<br/>`
2022-05-03 14:59:13 +02:00
David Christofas 1a0e55cc74 Automated changelog update [skip ci] 2022-05-03 12:46:34 +00:00
David Christofas 90a8978a2b Merge pull request #3652 from kobergj/BumpRevaVersion
[full-ci] Bump to latest edge
2022-05-03 14:42:26 +02:00
Christian Richter cb679a2ebc replace ; by <br/>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-03 14:36:21 +02:00
jkoberg a766b77d26 expect favorite test to fail
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-03 13:48:39 +02:00
Ralf Haferkamp 31ed3391d4 cleanup: Remove some unneeded code from .drone.star
The GraphAPI is used by default now, we don't need a specific pipeline
for that anymore. Similar we don't need an accounts service specific
ocis setup any more after the test-middleware was updated to allow
user-provisioning via GraphAPI.
2022-05-03 13:33:12 +02:00
Jörn Friedrich Dreyer bc41aca13f Merge pull request #3650 from owncloud/bump-core-commit-20220503
[tests-only] Bump CORE_COMMITID
2022-05-03 11:56:59 +02:00
Christian Richter 0d875d30b7 Add pointers to the config var extractor
Co-authored-by: David Christofas <dchristofas@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-03 11:39:12 +02:00
jkoberg 63be515ce9 bump to latest edge
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-03 10:49:41 +02:00
Phil Davis 5aa90918c9 Merge pull request #3649 from owncloud/minor-typos-in-tests
[docs-only] Minor typos in tests and docs
2022-05-03 12:16:44 +05:45
Phil Davis c148c7ca5f Bump CORE_COMMITID 2022-05-03 11:48:23 +05:45
Phil Davis 3fd33957ca Fix docs typos 2022-05-03 11:04:37 +05:45
Phil Davis 8560c3bc00 Minor typo fixes in acceptance tests 2022-05-03 09:48:12 +05:45
Jörn Friedrich Dreyer 2446c3927e Automated changelog update [skip ci] 2022-05-02 17:28:16 +00:00
Jörn Friedrich Dreyer 1c8b353d44 Merge pull request #3635 from aduffeck/search
Add initial version of the search extension
2022-05-02 19:25:07 +02:00
André Duffeck fd4ec56b3e Cleanup 2022-05-02 18:43:03 +02:00