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
Benedikt Kulmann
cdafe48a62
Fix tests for invalid identifiers
2020-06-03 12:02:26 +02:00
Benedikt Kulmann
ac98d4b85b
Adapt validation for list requests on bundles and values
...
There are certain scenarios where fields of the Identifier are allowed
to be empty. If they are not empty they still have to match our
requirements for the contents of those fields (alphanumeric, -, _). This
is taken into acccount as well now.
2020-06-03 11:23:24 +02:00
Benedikt Kulmann
718ec8e061
Set up input validation for Identifiers on settings bundles
...
Implemented first input validation steps by making static validation on
identifiers in settings bundle requests.
2020-06-03 10:50:28 +02:00
Vincent Petry
1feef604fd
Automated changelog update [skip ci]
2020-06-03 08:06:13 +00:00
Vincent Petry
deb394d7c0
Merge pull request #228 from owncloud/add-global-tus-capabilities
...
Make global TUS capability configurable
2020-06-03 09:49:42 +02:00
Benedikt Kulmann
d10179c1aa
Merge pull request #21 from owncloud/gRPC-tests
...
[tests-only] grpc tests
2020-06-02 13:59:16 +02:00
Artur Neumann
a922961f12
make staticcheck happy 1
2020-06-02 13:33:55 +02:00
Artur Neumann
72cfd4a89f
gprc tests
2020-06-02 13:33:54 +02:00
A.Unger
8f3c88e237
Merge branch 'master' into feature/pacman-runtime
2020-06-02 12:36:44 +02:00
Alex Unger
0dbae42a18
Automated changelog update [skip ci]
2020-06-02 09:51:06 +00:00
A.Unger
4c5d5578c1
bring back staticcheck
2020-06-02 11:47:52 +02:00
Vincent Petry
32306dc6b4
Add flag for disabling TUS in capabilities
2020-06-02 11:46:13 +02:00
A.Unger
ae8f49b794
increate golangci-lint timeout to 30s
2020-06-02 11:38:02 +02:00
A.Unger
4c9b283b88
Merge branch 'master' into feature/pacman-runtime
2020-06-02 10:59:34 +02:00
Alex Unger
6404d03a7e
Merge pull request #298 from owncloud/update-changelog-ocis-reva-0.4.0
...
Add changelog entry for ocis-reva 0.4.0
2020-06-02 10:58:01 +02:00
A.Unger
f9d67b687b
remove untracked file
2020-06-02 10:56:25 +02:00
A.Unger
76d77a9d6a
use ocis-proxy@master
2020-06-02 10:55:46 +02:00
A.Unger
b211f29ea0
Merge branch 'master' into feature/pacman-runtime
2020-06-02 10:48:28 +02:00
Vincent Petry
699f3c4d4e
Add global TUS capability + some config
...
Added global TUS capability in the config structure.
Added config switches for the advertised max chunk size and http method
override.
2020-06-02 10:21:57 +02:00
Vincent Petry
183de69f67
Add changelog entry for ocis-reva 0.4.0
2020-06-02 10:00:59 +02:00
Benedikt Kulmann
268d304d1a
Automated changelog update [skip ci]
2020-06-02 07:42:25 +00:00
Benedikt Kulmann
486621cb30
Merge pull request #14 from owncloud/use-account-uuid
...
Use account UUID from x-access-token for `me` replacement
2020-06-02 09:23:46 +02:00
Alex Unger
cd06206681
Merge pull request #48 from owncloud/add-uuid-comment
...
Add ocis-proxy reference and comment
2020-06-02 09:01:44 +02:00
Michael Barz
05cbd4ac90
Merge pull request #295 from owncloud/feature/public-shares
...
Public Shares
2020-05-31 13:08:11 +02:00
David Christofas
73476e4923
add sonarcloud quality badge
2020-05-29 23:18:41 +02:00
Michael Barz
2990186fe5
Update ocis-reva to v0.4.0
2020-05-29 20:25:40 +02:00
Michael Barz
f5272f3828
Automated changelog update [skip ci]
2020-05-29 16:52:01 +00:00
Michael Barz
f97ca4178a
Merge pull request #235 from owncloud/release-0.4.0
...
Prepare release 0.4.0
2020-05-29 18:37:11 +02:00
Vincent Petry
d1ca4275d5
Prepare release 0.4.0
2020-05-29 17:31:47 +02:00
Vincent Petry
e948ae2436
Automated changelog update [skip ci]
2020-05-29 14:46:05 +00:00
Vincent Petry
e59bf9a13a
Merge pull request #232 from owncloud/featurepublic-links-rework
...
Public Links (rework) + reva update
2020-05-29 16:30:22 +02:00
Vincent Petry
4033259484
Add changelog for reva update + public shares
2020-05-29 15:36:18 +02:00
Vincent Petry
5d98f98a3a
Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9
2020-05-29 15:22:30 +02:00
Ilja Neumann
bfe4790ab8
Automated changelog update [skip ci]
2020-05-29 09:20:45 +00:00
Ilja Neumann
d7c0728e00
Disable OIDC Keep-Alive and instantiate client once
...
This should reduce file-descriptor leaks.
2020-05-29 11:15:36 +02:00
A.Unger
4a52ca32ef
replace replace
2020-05-28 21:12:09 +02:00
A.Unger
b1aedb9f60
remove local replace
2020-05-28 20:59:17 +02:00
A.Unger
d4b98a75ae
Merge branch 'master' into featurepublic-links-rework
2020-05-28 20:57:26 +02:00
A.Unger
f5d1bca473
rework PR
2020-05-28 20:55:47 +02:00