Commit Graph

7856 Commits

Author SHA1 Message Date
A.Unger
9366a03a8c Add 'store/' from commit '25456c4ff9247828b6e1eb733ab10712747264d4'
git-subtree-dir: store
git-subtree-mainline: 6e4c6a875a
git-subtree-split: 25456c4ff9
2020-09-18 12:39:05 +02:00
A.Unger
6e4c6a875a update ocis-pkg dependencies 2020-09-18 12:36:10 +02:00
A.Unger
c284b4d07b Add 'ocis-pkg/' from commit '72d605ba3857d0b972ddd72e226d8a5360fb480d'
git-subtree-dir: ocis-pkg
git-subtree-mainline: 4c12bed11b
git-subtree-split: 72d605ba38
2020-09-18 12:34:50 +02:00
A.Unger
4c12bed11b update dependencies and import paths 2020-09-18 12:33:35 +02:00
A.Unger
38cecdbf0f Add 'accounts/' from commit 'd2585070bc25d2c8cd0c86476041ee502afb4ac5'
git-subtree-dir: accounts
git-subtree-mainline: 7b8e9bc298
git-subtree-split: d2585070bc
2020-09-18 12:21:51 +02:00
David Christofas
d2585070bc Merge pull request #119 from owncloud/change-hashing-algorithm
change hashing algorithm from SHA-512 to bcrypt
2020-09-17 09:31:56 +02:00
Dipak Acharya
26235b1c92 Merge pull request #478 from owncloud/add-StepThroughExtension-to-test-runner
[Tests-Only] Add StepThroughExtension to acceptance test runner
2020-09-17 10:09:03 +05:45
Phil Davis
7b8e9bc298 Merge pull request #536 from owncloud/improve-reva-service-descriptions
Improve reva storage service descriptions
2020-09-16 22:16:02 +05:45
Vincent Petry
aa46f0abb9 Improve reva storage service descriptions
The descriptions make it clearer that the services actually represent a
mount point in the combined storage. Each mount point can have a
different driver.
2020-09-16 22:14:50 +05:45
Phil Davis
e6c442fc7c Merge pull request #589 from owncloud/add-StepThroughExtension-to-test-runner
[Tests-Only] Add StepThroughExtension to acceptance test runner
2020-09-16 22:12:24 +05:45
Phil Davis
3f4733e889 Add StepThroughExtension to acceptance test runner 2020-09-16 22:09:59 +05:45
Dipak Acharya
e8da801512 Fix the ui tests for selecting the role of the user 2020-09-16 21:12:09 +05:45
Dipak Acharya
bec637d38e Merge pull request #584 from owncloud/update-expected-failure-eos
[Tests-Only] update expected failures for eos tests
2020-09-16 20:34:16 +05:45
Dipak Acharya
31a5b2006c [Test-Only] update expected failures for eos tests 2020-09-16 19:48:03 +05:45
David Christofas
6c90f6bbb2 Merge pull request #588 from owncloud/update-ocis-ocs
update ocis-ocs
2020-09-16 14:16:54 +02:00
David Christofas
230545a4a7 Merge pull request #76 from owncloud/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-16 14:11:14 +02:00
David Christofas
826a67b98d change hashing algorithm from SHA-512 to bcrypt
Even though SHA-512 is currently considered a secure algorithm it is not the best choice for password hashing. As this change introduces a breaking change it is beast to introduce it as early as possible to prevent us from having to implement a migration strategy

Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-16 14:10:01 +02:00
Phil Davis
40893ae9f6 Add StepThroughExtension to acceptance test runner 2020-09-16 17:38:52 +05:45
David Christofas
54ff430705 update ocis-ocs
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-16 13:40:00 +02:00
David Christofas
7ca52baa61 Automated changelog update [skip ci] 2020-09-16 11:06:15 +00:00
David Christofas
d6d693083a Merge pull request #62 from owncloud/changelog-user-response
add missing changelog for the PR #61
2020-09-16 13:01:13 +02:00
David Christofas
6883d2a34e add missing changelog for the PR #61
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-16 12:53:03 +02:00
David Christofas
d6cd421235 Merge pull request #61 from owncloud/user-response
match the user responses to the OC10 format
2020-09-16 12:33:20 +02:00
David Christofas
eb6b7a4a14 match the user responses to the OC10 format
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-16 12:24:39 +02:00
Benedikt Kulmann
0d0a07e80f Automated changelog update [skip ci] 2020-09-16 10:02:24 +00:00
Benedikt Kulmann
02129e90fe Merge pull request #123 from owncloud/prevent-duplicate-accounts
Prevent creating duplicate accounts
2020-09-16 11:48:10 +02:00
Benedikt Kulmann
49348704b7 Fix errors for test assertions to use go-micro errors 2020-09-16 09:59:54 +02:00
Benedikt Kulmann
cb9160368e Enable/fix test for creating duplicate accounts 2020-09-16 09:59:53 +02:00
Benedikt Kulmann
b2f076e467 Rename test helper function to reflect it's purpose properly 2020-09-16 09:59:53 +02:00
Benedikt Kulmann
b4be122c3c Changelog 2020-09-16 09:59:53 +02:00
Benedikt Kulmann
0272dc269e Reject new account if id, mail or username already exists 2020-09-16 09:59:53 +02:00
dependabot[bot]
ec66515595 Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 07:52:54 +00:00
David Christofas
5c0c3522f5 Merge pull request #77 from owncloud/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-09-16 09:35:33 +02:00
Phil Davis
cae34751bf Merge pull request #58 from owncloud/test-add-to-group
[Test-Only] Add test for adding and removing user to group
2020-09-16 09:37:07 +05:45
Dipak Acharya
ad5a61d995 Merge pull request #580 from owncloud/bump-core-commit-id-20200915
[Tests-Only] Bump core commit for tests 20200915
2020-09-16 08:52:18 +05:45
Dipak Acharya
85a4df5095 Merge pull request #477 from owncloud/bump-core-commit-id-20200915
[Tests-Only] Bump core commit for tests 20200915
2020-09-16 08:51:48 +05:45
dependabot[bot]
7ccd638bb3 Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-15 18:55:49 +00:00
Phil Davis
257786885f Bump core commit for tests 20200915 2020-09-15 22:09:31 +05:45
Phil Davis
ed07c5107c Bump core commit for tests 20200915 2020-09-15 22:06:17 +05:45
Lukas Hirt
4bf5100949 Automated changelog update [skip ci] 2020-09-15 15:56:07 +00:00
Lukas Hirt
53db6721c5 Merge pull request #85 from owncloud/remove-pdf-viewer-default-app 2020-09-15 17:49:04 +02:00
Benedikt Kulmann
77a348887b Changelog 2020-09-15 17:00:17 +02:00
Benedikt Kulmann
5230dbf5e5 Remove pdf-viewer from the set of default apps 2020-09-15 16:53:52 +02:00
David Christofas
68cec1b856 Merge pull request #78 from owncloud/dependabot/npm_and_yarn/bl-4.0.3
Bump bl from 4.0.2 to 4.0.3
2020-09-15 16:16:13 +02:00
dependabot[bot]
ac3e7410dd Bump bl from 4.0.2 to 4.0.3
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-15 12:42:51 +00:00
David Christofas
061f12020f Merge pull request #120 from owncloud/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-15 13:45:23 +02:00
dependabot[bot]
87cc95f1eb Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-15 11:29:15 +00:00
Dipak Acharya
e40ed968d0 [Test-Only] Add test for adding and removing user to group 2020-09-15 17:13:45 +05:45
David Christofas
1f855dd9ef Automated changelog update [skip ci] 2020-09-15 11:28:12 +00:00
David Christofas
786684c017 Merge pull request #122 from owncloud/dependabot/npm_and_yarn/lodash-4.17.20
Bump lodash from 4.17.15 to 4.17.20
2020-09-15 13:14:27 +02:00