Commit Graph

8343 Commits

Author SHA1 Message Date
Alex Unger
756b3e48ce remove log line [skip ci] 2020-06-08 10:34:44 +02:00
Jörn Friedrich Dreyer
475a0a11f1 Automated changelog update [skip ci] 2020-06-08 08:13:58 +00:00
Alex Unger
5a6bb24ffb Merge pull request #287 from owncloud/feature/pacman-runtime 2020-06-08 10:12:56 +02:00
Alex Unger
74ec961ecc Automated changelog update [skip ci] 2020-06-08 07:24:39 +00:00
Alex Unger
dbd879641b Merge branch 'master' into feature/pacman-runtime 2020-06-08 09:22:49 +02:00
Alex Unger
9142f91d53 Merge pull request #43 from owncloud/fix-middlware-cache-hit 2020-06-08 09:18:45 +02:00
Jörn Friedrich Dreyer
5141662547 Merge pull request #248 from owncloud/update-glauth-datastore-config
udpate bridge doc to use correct glauth datastore
2020-06-08 09:18:40 +02:00
Jörn Friedrich Dreyer
6212f736c1 udpate bridge doc to use correct glauth datastore
@davitol this should solve your https://github.com/owncloud/oauth2/issues/262#issuecomment-624466154
2020-06-08 08:17:10 +02:00
Vincent Petry
6dcb5622f7 Update config docs for TUS and others (#251) 2020-06-05 16:28:00 +02:00
Benedikt Kulmann
99ee6f1011 Add changelog item 2020-06-05 08:33:03 +02:00
Benedikt Kulmann
a01cb60f5a Small improvements 2020-06-05 08:31:03 +02:00
Benedikt Kulmann
19e7edfd6b Add settings values to glossary 2020-06-05 08:26:17 +02:00
Benedikt Kulmann
46f48d22f3 Add settings values documentation 2020-06-05 08:26:02 +02:00
Benedikt Kulmann
a69d4e0421 Improve settings docs overview page 2020-06-05 07:43:50 +02:00
Benedikt Kulmann
01da4ddf25 Add changelog items 2020-06-04 16:06:59 +02:00
Benedikt Kulmann
92ea44545f Return possible errors from runtime.Start instead of nil 2020-06-04 15:55:48 +02:00
Benedikt Kulmann
0fa1ad4110 Fix docblock of commands 2020-06-04 15:53:38 +02:00
Benedikt Kulmann
3a12bff114 Merge pull request #22 from owncloud/input-validation
Input validation (part 1)
2020-06-04 14:24:09 +02:00
A.Unger
1cc12b0dd5 add kill, list and run commands 2020-06-04 13:43:03 +02:00
Benedikt Kulmann
3a100258dc Fix formatting 2020-06-04 12:54:16 +02:00
A.Unger
6abc81dc81 update ocis-hello@master 2020-06-04 12:47:52 +02:00
A.Unger
ca9bbd0fa1 update ocis-settings@master 2020-06-04 12:35:08 +02:00
A.Unger
2a5a1aa7eb remove replace 2020-06-04 12:29:07 +02:00
A.Unger
a7f5c98c26 fix simple build (depends on ocis-hello PR) 2020-06-04 12:27:40 +02:00
Benedikt Kulmann
7158f762e0 Add test validating that spaces are allowed in display names. 2020-06-04 11:52:25 +02:00
Benedikt Kulmann
7907ae6708 Add test validating that UTF is allowed in display names 2020-06-04 11:49:02 +02:00
A.Unger
c61bbd7783 restructure runtime code 2020-06-04 11:45:19 +02:00
Benedikt Kulmann
6e2fe244ca Reuse dummy settings array 2020-06-04 11:37:36 +02:00
Benedikt Kulmann
baac21505a Use dummySettings on bundle properties test to simplify test scope 2020-06-04 11:30:22 +02:00
Benedikt Kulmann
4691cedb58 Add test validating that settings in a bundle cannot be empty 2020-06-04 10:57:13 +02:00
Vincent Petry
3d926507c0 Automated changelog update [skip ci] 2020-06-04 08:37:23 +00:00
A.Unger
c7310ae232 get rid of micro/proxy 2020-06-04 10:31:10 +02:00
A.Unger
19fc24ab1a address changes 2020-06-04 10:30:35 +02:00
Vincent Petry
62f8df3cdf Merge pull request #247 from owncloud/release-0.5.0
Prepare release 0.5.0
2020-06-04 10:21:29 +02:00
Vincent Petry
1a0f630813 Automated changelog update [skip ci] 2020-06-04 08:01:21 +00:00
Vincent Petry
ea5fe585d6 Prepare release 0.5.0
Brings in TUS capabilities + config switches and some bugfixes for
public sharing
2020-06-04 09:46:22 +02:00
Vincent Petry
b19ba00feb Merge pull request #244 from owncloud/update-reva-2020-06-03
Update reva to v0.1.1-0.20200603071553-e05a87521618
2020-06-04 09:44:04 +02:00
Benedikt Kulmann
cf02e53703 Revert "Make use of the new dynamic navItems feature in phoenix"
This reverts commit cdf1d89a63.
It was commited in this branch by accident.
2020-06-04 08:48:40 +02:00
Benedikt Kulmann
cdf1d89a63 Make use of the new dynamic navItems feature in phoenix
Phoenix core now has the ability to add navItems dynamically. With this
we can add navItems for the extensions which have at least one settings
bundle.
2020-06-04 08:37:58 +02:00
Vincent Petry
16e428210f Update reva to v0.1.1-0.20200603071553-e05a87521618
Brings in additions to TUS
2020-06-03 16:21:57 +02:00
Benedikt Kulmann
2e2e6c3612 Add changelog entry 2020-06-03 15:51:28 +02:00
Benedikt Kulmann
fc7b6c1a81 Fix that response is ignored
The request to the accounts service is written to the cache, but the
retrieved uuid was not used, because it was overwritten by the value
from the (non-existant) cache entry.
2020-06-03 15:45:23 +02:00
Benedikt Kulmann
86611f6e1c Make sure that account uuids are lower case 2020-06-03 15:30:35 +02:00
Benedikt Kulmann
6baabf2148 Remove Nil validation on ListSettingsValues request
That validation was just wrong. It enforced identifier values to be
empty.
2020-06-03 15:24:39 +02:00
Benedikt Kulmann
aae6356138 Fix formatting 2020-06-03 13:26:09 +02:00
Benedikt Kulmann
5a59a0ccd3 Remove redundant variable declarations 2020-06-03 13:18:43 +02:00
Benedikt Kulmann
3a9efee815 Make linters happy 2020-06-03 13:15:12 +02:00
Benedikt Kulmann
551d7d73f5 Add changelog item 2020-06-03 13:13:27 +02:00
Benedikt Kulmann
e7d3bb2063 Make get and list side effect free
Previously, Get and List requests could have the side effect of creating
folders. Creating required folders now only happens on save requests.
2020-06-03 13:00:14 +02:00
Benedikt Kulmann
b002720b03 Add validation for DisplayName and Settings being required in SettingsBundles 2020-06-03 12:43:32 +02:00