Commit Graph

260 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer
de01b8773b update TestCreateAccountInvalidUserName
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-23 11:38:43 +02:00
Jörn Friedrich Dreyer
bf3581c914 fix password related segfaults
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-23 11:17:58 +02:00
Jörn Friedrich Dreyer
42b8a7add5 Automated changelog update [skip ci] 2020-07-23 08:51:11 +00:00
Jörn Friedrich Dreyer
e0d8bf02f9 Merge pull request #64 from owncloud/use-alpine-latest
Use alpine:latest instead of alpine:edge in docker builds
2020-07-23 10:38:43 +02:00
Benedikt Kulmann
aa107eaa1a Use alpine:latest instead of alpine:edge in docker builds 2020-07-23 10:00:30 +02:00
Artur Neumann
7af05fb191 Merge pull request #32 from owncloud/grpc-tests
[Tests-Only] Add tests for gRPC
2020-07-21 09:40:23 +05:45
Dipak Acharya
3152c52845 [Tests-Only] Add gRPC tests for user and group related actions 2020-07-21 09:06:49 +05:45
Benedikt Kulmann
a0c9ff863d Automated changelog update [skip ci] 2020-07-16 06:03:09 +00:00
Benedikt Kulmann
4fd5ba99bc Merge pull request #60 from owncloud/fix-account-group-id
Fix the account and group id mismatch in delete group method
2020-07-16 07:50:45 +02:00
Dipak Acharya
2bd4322123 Add changelog item 2020-07-16 10:39:24 +05:45
Dipak Acharya
43effc0cba Fix the account and group id mismatch in delete group method 2020-07-16 10:32:36 +05:45
Jörn Friedrich Dreyer
9e35655504 Automated changelog update [skip ci] 2020-07-15 10:11:43 +00:00
Jörn Friedrich Dreyer
788e6cc6bf Merge pull request #59 from owncloud/fix-entity-indexing
Refactor indexing of new entities into own function
2020-07-15 12:01:32 +02:00
Benedikt Kulmann
0fba802f57 Add changelog item 2020-07-15 08:31:35 +02:00
Benedikt Kulmann
00ea1f186a Refactor indexing of new entities into own function
This also fixes that on Create and Update calls the index was not
updated properly.
2020-07-15 08:25:27 +02:00
David Christofas
fa35a81beb Merge pull request #56 from owncloud/tweak-sonar-config
tweak sonar config
2020-07-10 17:27:24 +02:00
David Christofas
277e092367 tweak sonar config
only set pullrequest config if the build was triggered by a pull request

Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-07-10 17:10:29 +02:00
Jörn Friedrich Dreyer
f27eea2363 Merge pull request #50 from butonic/initial-group-implementation
initial group api implementation
2020-07-10 16:31:13 +02:00
Jörn Friedrich Dreyer
523f704034 document bleve type
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
b4f1a908a9 index with type
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
0f64397e79 update ui
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
9d63ca148a use on_premises_sam_account_name instead of preferred_name
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
31f9cca78b satisfy staticcheck
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
379becff5b delete relationships
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
c8451c0436 generate default groups
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
eb140be50f update generated files
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
ebaf39f0af address review
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
0d4e6a4a16 initial group api implementation
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Jörn Friedrich Dreyer
0fba2186f6 Merge pull request #55 from owncloud/sonar-code-analyzer
add sonar analyzer
2020-07-10 15:50:10 +02:00
David Christofas
c1dd1f78e5 add sonar analyzer
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-07-10 13:59:41 +02:00
David Christofas
56ed1cc8f7 Automated changelog update [skip ci] 2020-07-08 12:27:17 +00:00
David Christofas
9d895f96e3 Merge pull request #53 from owncloud/add-error-message-to-responses
change grpc api errors
2020-07-08 14:15:28 +02:00
David Christofas
db7afb8872 change grpc api errors
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-07-08 11:37:17 +02:00
Artur Neumann
bec0844955 Merge pull request #52 from owncloud/acceptanceTestsInfrastructure
[Tests-Only] Add tests infrastructure and tests for ocis-accounts
2020-07-06 17:19:17 +05:45
jasson99
f924285cf8 Add tests infrastructure and tests for ocis-accounts 2020-07-06 16:53:22 +05:45
Jörn Friedrich Dreyer
b2d891c751 Automated changelog update [skip ci] 2020-07-02 11:30:09 +00:00
Jörn Friedrich Dreyer
b4f967cf6a Merge pull request #51 from owncloud/user-list-ui
User list ui
2020-07-02 13:20:41 +02:00
Benedikt Kulmann
d6c5127761 Bind to 0.0.0.0 instead of localhost 2020-07-02 12:55:41 +02:00
Benedikt Kulmann
e38f0a491c Work with pointers instead of copying sync.Mutex 2020-07-01 15:42:30 +02:00
Benedikt Kulmann
7bbbcc126f Build js assets on drone 2020-07-01 13:04:24 +02:00
Benedikt Kulmann
2e102066db Build container has no yarn 2020-07-01 11:44:21 +02:00
Benedikt Kulmann
fb3b6dcd5f Fix generate target in Makefile 2020-07-01 11:40:00 +02:00
Benedikt Kulmann
30a0742d2a Update flagset docs 2020-07-01 11:11:10 +02:00
Benedikt Kulmann
4e1d6b4557 Add fake imports to make fileb0x work 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
8158999cd1 Ignore package.json and rollup.config.js on codacy 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
58cb3da61f Add changelog entries 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
5b3ef18903 Copy over Avatar component from phoenix
This component should move to ODS soon, so that we can just use it. At
the moment we have to copy it here to get proper avatars loaded.
2020-07-01 11:05:34 +02:00
Benedikt Kulmann
907d6cf58b Prevent text wrapping in list headers 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
e23615c764 Sort accounts by preferredName field 2020-07-01 11:05:33 +02:00
Benedikt Kulmann
a8922f62c2 Change accounts service requests to POST
Microweb only supports POST requests. So as long as we're using that, we
need to have everything as POST.
2020-07-01 11:05:33 +02:00