Benedikt Kulmann
bc31e3e4b1
Add changelog
2020-08-25 13:41:53 +02:00
Benedikt Kulmann
1c14ce30a8
Use go-micro metadata context for account id
2020-08-25 13:38:51 +02:00
jasson99
476aad0955
Merge pull request #481 from owncloud/editTesting
...
Adjust testing docs to run tests without ldap server
2020-08-25 17:13:03 +05:45
Benedikt Kulmann
e1dc62c2e3
Clear accountUUID if it's still me after validation
2020-08-25 12:37:17 +02:00
jasson99
d7ceb28f90
Edit testing docs to run ocis without ldap server
2020-08-25 16:13:13 +05:45
Benedikt Kulmann
8b2c4f81cf
Skip asserts when NoError failed
2020-08-25 11:43:06 +02:00
Phil Davis
1e3dbafbf1
Merge pull request #485 from owncloud/bump-core-commit-id-20200825
...
[Tests-Only] Bump core commit id
2020-08-25 15:25:55 +05:45
Lukas Hirt
dfbb509b01
Automated changelog update [skip ci]
2020-08-25 09:39:18 +00:00
Lukas Hirt
2f10830fa5
Merge pull request #81 from owncloud/release-0.13.0
2020-08-25 11:34:19 +02:00
Benedikt Kulmann
bda44f55ff
google.golang.org/grpc to v1.26.0 instead of latest
...
... because of compatibility issues
2020-08-25 11:18:25 +02:00
Lukas Hirt
382c2ef95f
Release 0.13.0
2020-08-25 11:10:37 +02:00
Benedikt Kulmann
c1a4f7a238
Fix error on missing permissions for GetBundle
2020-08-25 10:40:44 +02:00
Phil Davis
82cda1ac52
Merge pull request #452 from owncloud/bump-core-commit-id-20200825
...
[Tests-Only] Bump core commit id
2020-08-25 14:12:56 +05:45
Phil Davis
20d2260b6b
Bump core commit to include core PR 37844
2020-08-25 13:20:33 +05:45
Phil Davis
e55cfd7379
Bump core commit to include core PR 37844
2020-08-25 13:20:13 +05:45
Artur Neumann
27cffac1de
set uuid for getbundle tests
2020-08-25 13:13:01 +05:45
Phil Davis
726561cf1b
Remove these passing trashbin tests from expected-failures-on-OC-storage
2020-08-25 11:42:40 +05:45
Phil Davis
c973a67450
Do not run any local_storage API tests
2020-08-25 11:03:48 +05:45
Phil Davis
283272b339
Do not run any local_storage API tests
2020-08-25 11:02:25 +05:45
Artur Neumann
de4855d632
delete UUIDs
2020-08-25 10:46:23 +05:45
Phil Davis
c68bc60181
Add trashbin scenarios to expected-failures-on-OC-storage.txt
2020-08-25 10:33:03 +05:45
Phil Davis
860bb79337
[Tests-Only] Bump core commit id
2020-08-25 10:02:18 +05:45
Phil Davis
25d196332a
[Tests-Only] Bump core commit id
2020-08-25 09:58:47 +05:45
Benedikt Kulmann
3847b3388b
Remove accountUUID from bundle requests
2020-08-24 17:23:21 +02:00
Benedikt Kulmann
d0f6ec2ebc
Use permissions to restrict GetBundle call
2020-08-24 17:15:58 +02:00
Benedikt Kulmann
5e07f9501b
Check permissions on full bundles
2020-08-24 17:07:30 +02:00
Benedikt Kulmann
16b9042b4b
Make linter happy
2020-08-24 16:56:06 +02:00
Benedikt Kulmann
27b7431f70
Fix constraint check
2020-08-24 16:53:57 +02:00
Benedikt Kulmann
136bb5eab4
Add operations WRITE and READWRITE
2020-08-24 16:51:33 +02:00
Benedikt Kulmann
5fb1a8a2bb
Add endpoint for listing permissions for a resource
2020-08-24 16:50:28 +02:00
Benedikt Kulmann
e016ebdec8
Merge branch 'filter-settings-by-permissions' of github.com:owncloud/ocis-settings into filter-settings-by-permissions
2020-08-24 16:40:43 +02:00
Benedikt Kulmann
da2b5c6dc2
Revert "Define default permissions on settings for default roles"
...
This reverts commit 157669ebdd .
2020-08-24 16:40:39 +02:00
Phil Davis
574e660311
Merge pull request #482 from owncloud/expected-failure-apiTrshbin
...
[Tests-Only] Expected failures in apiTrashbin
2020-08-24 17:34:12 +05:45
HariBhandari07
cdbb001a53
Expected failures in apiTrashbin
2020-08-24 17:02:22 +05:45
Artur Neumann
c9402b8c95
SaveValue tests
2020-08-24 15:59:48 +05:45
Benedikt Kulmann
453a9ff1c7
Merge pull request #94 from owncloud/fix-ci-build-failures
...
Explicitly run `make protobuf` when running `make build`
2020-08-24 11:53:55 +02:00
Vincent Petry
a1379e380f
Merge pull request #478 from owncloud/update-eos-docs
...
Update eos docs and auto-generated config docs
2020-08-24 11:07:09 +02:00
Vincent Petry
0e11c36fe8
Merge pull request #480 from owncloud/makefile-remove-eos
...
Remove EOS from Makefile
2020-08-24 10:52:21 +02:00
Vincent Petry
09d8166591
Improve EOS instructions
...
Add hint about following compilation progress.
Add more info about when to run the "space on" command.
Split out section about hanging uploads.
2020-08-24 10:37:18 +02:00
Vincent Petry
2408c286eb
Improve EOS docker docs
...
Added more hints about what is happening behind the stage.
Added infos about upload issues and how to solve them.
2020-08-24 10:37:18 +02:00
Vincent Petry
5d23475a47
Update generated config docs
2020-08-24 10:37:15 +02:00
Benedikt Kulmann
3402af65b7
Explicitly run make protobuf when running make build
...
There are weird issues where randomly protoc compilations happen
although they should not be triggered. As those don't run through the
makefile but somehow differently, the prerequisites are not built first
(protoc plugins have to be fetched, which happens in the `make
protobuf` step).
2020-08-24 09:12:18 +02:00
Artur Neumann
41db407b98
recreate data store before test run
2020-08-24 10:08:58 +05:45
Benedikt Kulmann
0eba9a04b1
Automated changelog update [skip ci]
2020-08-21 20:43:52 +00:00
Benedikt Kulmann
8dcc5f1a57
Merge pull request #479 from owncloud/update-ocis-accounts
...
Update ocis-accounts to 0.4.0
2020-08-21 22:15:30 +02:00
Benedikt Kulmann
0154d6a4af
Merge branch 'master' into update-ocis-accounts
2020-08-21 21:42:46 +02:00
Vincent Petry
8e454ef9af
Automated changelog update [skip ci]
2020-08-21 16:22:50 +00:00
Vincent Petry
94f43d3e70
Remove EOS from Makefile
...
As we're currently relying on docker-compose to provide a development
environment, this removes the outdated EOS targets from the Makefile.
This will prevent having too many different EOS environments out there
and we can standardize on docker-compose instead.
2020-08-21 18:20:12 +02:00
Vincent Petry
b443fd48ce
Merge pull request #262 from owncloud/butonic-patch-1
...
minor review
2020-08-21 18:19:03 +02:00
Vincent Petry
d80c3faa5f
Merge pull request #476 from owncloud/update-ocis-proxy
...
update ocis-proxy to v0.7.0
2020-08-21 18:16:38 +02:00