Robert Schäfer
f86e98b32e
Implement right order of notifications middleware
2019-04-17 00:08:21 +02:00
Robert Schäfer
4a6ef3f9f6
Implement parsing of mention links
2019-04-17 00:08:21 +02:00
Robert Schäfer
cd2bbbef30
Change backend test to parse html not plain text
2019-04-17 00:08:21 +02:00
Robert Schäfer
c050bddf4e
Follow component directory strucutre in backend
2019-04-17 00:08:21 +02:00
Robert Schäfer
b42863a890
Follow suggestions by @mattwr18
2019-04-16 22:21:28 +02:00
Robert Schäfer
506906e344
Merge remote-tracking branch 'origin/master' into docs-improve_installation_instructions
2019-04-16 00:50:25 +02:00
Matt Rider
7102618569
Merge github.com:Human-Connection/Human-Connection into 347-display_notifications
2019-04-15 19:38:13 -03:00
Robert Schäfer
6e8661e29e
Merge pull request #465 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-5.3.3
...
Bump graphql-shield from 5.3.2 to 5.3.3 in /backend
2019-04-15 17:47:10 +02:00
Robert Schäfer
a723611aba
Merge pull request #466 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-import-2.17.1
...
Bump eslint-plugin-import from 2.16.0 to 2.17.1 in /backend
2019-04-15 17:46:51 +02:00
Robert Schäfer
73f2ff59e4
Merge pull request #237 from Human-Connection/236-list-social-media-accounts
...
List socialMedia links
2019-04-15 12:07:10 +02:00
dependabot[bot]
38c2ee4fcc
Bump eslint-plugin-import from 2.16.0 to 2.17.1 in /backend
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.16.0 to 2.17.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...v2.17.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 04:47:45 +00:00
dependabot[bot]
fb6262a16a
Bump graphql-shield from 5.3.2 to 5.3.3 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v5.3.2...v5.3.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 04:47:18 +00:00
Robert Schäfer
6714cebad8
Merge more backend docs
2019-04-15 00:58:30 +02:00
Robert Schäfer
6796469c9c
Merge installation with backend installation
2019-04-14 23:46:34 +02:00
Robert Schäfer
c67825392c
Silence expected error messages on build server
...
@ulfgebhardt we have a quite lengthy log output on our build server.
This `2> /dev/null` prevents the server from writing log output for
expected errors. E.g. we're testing if a user can log in with incorrect
credentials or we try to create duplicates for unique slugs. All of this
will output errors to the command line which we're not interested in.
We could think of configuring the `package.json` in a way that outputs
these error messages in case we set an environment variable:
```
DEBUG=1 yarn run test:jest
```
That would be an option. Or use the `debug` npm packages that
@Mastercuber has introduced.
2019-04-12 21:12:36 +02:00
Robert Schäfer
c1d6caca38
Merge pull request #406 from Human-Connection/keep_private_rsa_key_secret
...
Don't expose private RSA key
2019-04-12 20:09:31 +02:00
Matt Rider
aadfd16374
Remove redundant "not"
2019-04-12 13:23:10 -03:00
Robert Schäfer
c0bff47275
Merge remote-tracking branch 'origin/master' into 236-list-social-media-accounts
2019-04-12 17:49:14 +02:00
Robert Schäfer
0c8b478ce2
Update backend/src/middleware/passwordMiddleware.js
...
Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
2019-04-12 17:32:20 +02:00
Wolfgang Huß
023c636017
Query of "publicKey" is now tested unauthenticated and authenticated
2019-04-12 17:17:01 +02:00
Robert Schäfer
e5e1f0a9fc
Update backend/src/resolvers/user_management.spec.js
...
Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
2019-04-12 16:51:41 +02:00
Robert Schäfer
828ca50f19
Update backend/src/resolvers/user_management.spec.js
...
Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
2019-04-12 16:51:30 +02:00
Robert Schäfer
008d99c6ef
Update backend/src/resolvers/user_management.spec.js
...
Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
2019-04-12 16:51:10 +02:00
Robert Schäfer
d3ff3ca241
Merge remote-tracking branch 'origin/master' into 342-merge_documentation
2019-04-12 14:48:27 +02:00
Wolfgang Huß
b007015eeb
Backend test for query "publicKey" to asure that "privatKey" is generated
...
Minor approofments.
2019-04-12 14:30:04 +02:00
Robert Schäfer
216fc2b67c
DRY + Better naming: Testing flavours and Github
...
cc @mattwr18
I would suggest that each subfolder like `/backend/`, `/webapp/`,
`/deployment/` and so on should have a file README.md. Thus, not only
gitbook will pick it up but also Github itself. Github is looking for a
file called README.md when iterating through subfolders.
2019-04-12 13:48:47 +02:00
Robert Schäfer
627487629b
Merge more READMEs
2019-04-12 13:28:10 +02:00
00a95f956a
cypress fixes (windows)
2019-04-12 13:24:15 +02:00
Robert Schäfer
5339aa72d1
Rename h1 section titles
...
This is a great way to find out how Gitbook maps the title: Is it the
filename or the first section header?
2019-04-12 11:19:17 +02:00
Wolfgang Huß
9929aa4626
Rnamed "sessionRes" to "transactionRes"
...
Even in the rewards mutation.
2019-04-12 08:41:53 +02:00
Matt Rider
366c5d776b
Fix lint
2019-04-11 22:28:18 -03:00
mattwr18
4383431260
GitBook: [342-merge_documentation] 56 pages and 14 assets modified
2019-04-11 22:12:37 +00:00
Matt Rider
0bec423a81
Delete/move documentation markdown files
2019-04-11 19:02:55 -03:00
Wolfgang Huß
95a0567e69
Query of users "publicKey" 'throws "Not Authorised!"'
...
Changes password and permission middleware.
Thanks for your big help @roschaefer !
2019-04-11 20:01:20 +02:00
Wolfgang Huß
6794156c86
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into keep_private_rsa_key_secret_TirNew
2019-04-11 10:54:12 +02:00
dependabot[bot]
90752629e1
Bump neo4j from 3.5.3 to 3.5.4 in /backend/neo4j
...
Bumps neo4j from 3.5.3 to 3.5.4.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 04:54:37 +00:00
Robert Schäfer
cec94bf381
Merge pull request #366 from Human-Connection/dependabot/npm_and_yarn/backend/@babel/cli-7.4.3
...
Bump @babel/cli from 7.2.3 to 7.4.3 in /backend
2019-04-10 16:01:02 +02:00
Wolfgang Huß
c636d031be
Refactored mutations "shout", "unshout"
...
Formated "schema.graphql" for better readability.
"
2019-04-10 15:24:58 +02:00
Robert Schäfer
102a03f552
Merge remote-tracking branch 'origin/master' into 236-list-social-media-accounts
2019-04-10 15:17:18 +02:00
Wolfgang Huß
2feedc94e7
Refactored mutation "unfollow"
...
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 219-refactor-follow-shout-mutations
2019-04-10 14:45:45 +02:00
Robert Schäfer
65076d24db
Merge pull request #196 from Human-Connection/dependabot/docker/backend/neo4j/neo4j-3.5.3
...
Bump neo4j from 3.5.0 to 3.5.3 in /backend/neo4j
2019-04-10 14:33:55 +02:00
dependabot[bot]
87c651e253
Bump @babel/cli from 7.2.3 to 7.4.3 in /backend
...
Bumps [@babel/cli](https://github.com/babel/babel ) from 7.2.3 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.2.3...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-10 14:30:49 +02:00
Wolfgang Huß
6a01146647
Refactored mutation "follow"
...
Done by @Tirokk and @mattwr18 .
2019-04-10 14:11:13 +02:00
Robert Schäfer
a28da06a00
Merge pull request #445 from Human-Connection/346-mark_as_read
...
Mark a notification in the backend as read
2019-04-10 14:04:34 +02:00
c70e6227ba
first implementation - unclear if specifications are correct
2019-04-10 13:35:24 +02:00
Robert Schäfer
81b84916a3
Merge branch 'master' into less_flaky_cucumbers
2019-04-10 11:39:49 +02:00
Robert Schäfer
da2cfd4be3
Merge branch 'master' into 346-mark_as_read
2019-04-10 11:39:46 +02:00
Wolfgang Huß
61c781c922
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 219-refactor-follow-shout-mutations
2019-04-10 11:17:43 +02:00
Wolfgang Huß
587025e4d3
Start refactoring follow
2019-04-10 11:15:45 +02:00
dependabot[bot]
8d8c75d6c1
Bump graphql-shield from 5.3.1 to 5.3.2 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v5.3.1...v5.3.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-10 08:58:34 +00:00