Benedikt Kulmann
1676f3541c
Move role middleware and cache logic into a manager
2020-09-02 15:36:31 +02:00
Benedikt Kulmann
cbc3ac5995
Update ocis-proxy@master
2020-09-02 15:20:14 +02:00
Benedikt Kulmann
1afd3bb253
Add changelog
2020-09-02 15:18:14 +02:00
Benedikt Kulmann
cbd90839c0
Update ocis-settings@master
2020-09-02 15:18:13 +02:00
Benedikt Kulmann
642a4c1f60
Update ocis-accounts@master
2020-09-02 15:18:12 +02:00
Benedikt Kulmann
c8f9d7862e
Update ocis-proxy@master
2020-09-02 15:17:45 +02:00
Benedikt Kulmann
b5264b549e
Update ocis-hello@master
2020-09-02 15:17:17 +02:00
David Christofas
8a711e2d4c
Automated changelog update [skip ci]
2020-09-02 13:05:24 +00:00
David Christofas and GitHub
fc364cfe11
Merge pull request #516 from owncloud/update-ocis-ocs
...
update ocis-accounts, ocis-ocs and ocis-settings
2020-09-02 14:34:28 +02:00
David Christofas
fa42ffaaf5
update ocis-accounts, ocis-ocs and ocis-settings
...
Signed-off-by: David Christofas <dchristofas@owncloud.com >
2020-09-02 13:58:01 +02:00
Vincent Petry
35dc3aeaba
Automated changelog update [skip ci]
2020-09-02 09:46:47 +00:00
Vincent Petry and GitHub
bc0ac44a01
Merge pull request #69 from owncloud/use-role-ids-from-context
...
Use roleIDs from context instead of loading them again
2020-09-02 11:30:13 +02:00
Benedikt Kulmann
c2f1038fe3
Fix drone step dependencies
2020-09-02 08:50:40 +02:00
Benedikt Kulmann
2c5d4535cd
Switch drone over to another ocis commit
2020-09-02 08:41:34 +02:00
Benedikt Kulmann
391832e2fd
Make linter happy
2020-09-01 20:37:11 +02:00
Benedikt Kulmann
9d5fe2bb06
Fix grpc tests to set roleIDs on metadata context
2020-09-01 20:28:48 +02:00
Benedikt Kulmann
45ec870948
Add changelog
2020-09-01 11:26:45 +02:00
Benedikt Kulmann
ec89de9130
Use roleIDs from context instead of loading them again
...
The roleIDs are coming in as json string from the metadata context and can be extracted
using a helper function from the roles middleware. Instead of re-loading
those roleIDs again on every permission related request, we now just use
the roleIDs from the context. This is also more future-proof for when we
decide to move away the role assignments from the settings service into
the accounts service.
2020-09-01 11:22:14 +02:00
Benedikt Kulmann
6a27781a27
Automated changelog update [skip ci]
2020-09-01 07:44:57 +00:00
Benedikt Kulmann and GitHub
848658e110
Merge pull request #100 from owncloud/manage-account-permissions
...
Manage account permissions
2020-09-01 09:31:30 +02:00
Benedikt Kulmann
bb4e0deb51
use ocis commit with ocis-proxy@0.7.1-0.20200828151439-7d24bb391fb0
2020-09-01 09:14:53 +02:00
Benedikt Kulmann
89d0b66465
Revert "Try to run with ocis-accounts uuids"
...
This reverts commit e2a7a9fc01 .
2020-09-01 08:24:49 +02:00
Benedikt Kulmann
c5206c087d
Merge branch 'manage-account-permissions' of github.com:owncloud/ocis-accounts into manage-account-permissions
2020-08-31 14:04:12 +02:00
Benedikt Kulmann
c0e230fa7f
Remove user creation step. Used user is already created.
2020-08-31 14:03:40 +02:00
Dipak Acharya
92dcb0833f
Wait for services to start in CI ui tests
2020-08-31 17:34:17 +05:45
Benedikt Kulmann
e2a7a9fc01
Try to run with ocis-accounts uuids
2020-08-31 11:47:30 +02:00
Hari Bhandari and GitHub
b9df1b4459
Merge pull request #509 from owncloud/latest-webUI-tests
...
[Tests-Only] Run latest phoenix webUI tests
2020-08-31 14:52:35 +05:45
Benedikt Kulmann
03621d42a0
Run ui tests as our default admin user
2020-08-31 10:18:13 +02:00
HariBhandari07
7cfbfcc69c
[Tests-Only] Run latest phoenix webUI tests
2020-08-31 13:40:12 +05:45
Phil Davis and GitHub
8fff4dedf7
Merge pull request #508 from owncloud/api-trashbin-fixes
...
[Tests-Only] Delete passing apiTrashbin test from bug demonstration
2020-08-31 13:36:57 +05:45
HariBhandari07
64ae76f1dc
Delete passing apiTrashbin test from bug demonstration
2020-08-31 13:03:10 +05:45
Artur Neumann and GitHub
e7838cc8c5
Merge pull request #40 from owncloud/ui-tests
...
Add ui tests infrastructure and tests for language setting
2020-08-31 12:42:21 +05:45
Benedikt Kulmann
f689eff081
Add more doc comments
2020-08-31 08:53:20 +02:00
Benedikt Kulmann
512fe49c34
Fix function comment
2020-08-31 08:53:16 +02:00
Benedikt Kulmann
957e1987ab
Update ocis-pkg/v2@master and ocis-settings@master
2020-08-31 08:52:05 +02:00
Benedikt Kulmann
7f3088ef60
Add changelog
2020-08-31 08:50:53 +02:00
Benedikt Kulmann
65bf34b12c
Setup roles cache and use it for permission checks
2020-08-31 08:50:30 +02:00
Benedikt Kulmann
cf89186286
Run permission registration on service start
2020-08-31 08:41:40 +02:00
Benedikt Kulmann
2fb28d0554
Register general purpose permission for account management
2020-08-31 08:41:40 +02:00
Benedikt Kulmann
ec1d6fbe70
Make use of the new READWRITE operation
2020-08-31 08:41:40 +02:00
Dipak Acharya
6512403a2f
Add ui tests infrastructure and tests for language setting
2020-08-31 10:22:30 +05:45
Phil Davis and GitHub
454a6dc745
Merge pull request #503 from owncloud/bump-commit-id-20200828
...
[Tests-Only] Bump oC10 test commit id
2020-08-31 09:56:49 +05:45
Phil Davis
8f764063c2
Bump oC10 test commit id
2020-08-31 09:16:15 +05:45
Benedikt Kulmann
2ca83cf4ac
Automated changelog update [skip ci]
2020-08-28 15:07:03 +00:00
Benedikt Kulmann and GitHub
67e4071da7
Merge pull request #102 from owncloud/roles-for-builtin-users
...
Add default user moss and assign default roles to builtin users
2020-08-28 16:53:39 +02:00
Benedikt Kulmann
23bfd33b55
Fix tests
2020-08-28 16:38:11 +02:00
Benedikt Kulmann
97e4450102
Add role service to options
2020-08-28 16:26:15 +02:00
Benedikt Kulmann
6196775f7d
Add changelog
2020-08-28 16:02:35 +02:00
Benedikt Kulmann
a8c640add6
Add default user moss and assign default roles to builtin users
2020-08-28 15:52:49 +02:00
Jörn Friedrich Dreyer and GitHub
0cc0f5bf26
Merge pull request #67 from owncloud/settings-mock
...
[tests only] Mocks for handlers
2020-08-28 15:04:13 +02:00