dependabot-preview[bot]
831c9b7c5f
Bump tiptap from 1.24.1 to 1.24.2 in /webapp
...
Bumps [tiptap](https://github.com/scrumpy/tiptap ) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/scrumpy/tiptap/releases )
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap@1.24.1...tiptap@1.24.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-14 04:27:34 +00:00
roschaefer
31299235a3
Better caching policy on the blocked users page
...
Read: https://medium.com/@galen.corey/understanding-apollo-fetch-policies-705b5ad71980
for the difference. I think it's exactly what we need to update the
blocked users as soon as we switch to the page.
2019-08-14 00:11:45 +02:00
roschaefer
6b884d84c1
Add translations
2019-08-13 19:56:01 +02:00
roschaefer
6fb926e735
Fix Search.feature in a hacky way
...
Ok, we have no control what parameters are passed to the cypher query
generated by `neo4j-graphql-js`. So I'm re-using the `filter` param.
If the `$filter` param is `{}` then we can use COALESCE to turn that
into empty array. Ugh.
2019-08-13 16:46:52 +02:00
roschaefer
717147bd0c
Refetch posts list if you block a user
...
Because you won't see any posts of a blocked user
2019-08-13 16:06:10 +02:00
Robert Schäfer
f711a9c288
Merge pull request #1251 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/vue-5.1.11
...
Bump @storybook/vue from 5.1.10 to 5.1.11 in /webapp
2019-08-13 12:16:55 +02:00
Robert Schäfer
658c5aff52
Merge pull request #1250 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-5.1.11
...
Bump @storybook/addon-a11y from 5.1.10 to 5.1.11 in /webapp
2019-08-13 12:16:19 +02:00
Matt Rider
3eee50d952
Maintain consistent naming/punctuation conventions
2019-08-13 11:24:55 +02:00
Robert Schäfer
cc1f932803
Refactor tests with Post model
2019-08-13 11:05:29 +02:00
Robert Schäfer
bc4bffdc52
Add How-To for blocking a user
2019-08-13 11:05:29 +02:00
Robert Schäfer
3c610caca4
Fix styling and avatar url of blocked users
2019-08-13 11:05:29 +02:00
Robert Schäfer
7f509b3201
Implement block/unbock UI
2019-08-13 11:05:29 +02:00
Robert Schäfer
824b2a5561
Implement page for blocked users
2019-08-13 11:05:29 +02:00
Robert Schäfer
5c0432d855
Merge pull request #1253 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-jest-22.15.1
...
Bump eslint-plugin-jest from 22.15.0 to 22.15.1 in /webapp
2019-08-13 11:03:31 +02:00
mattwr18
c6deb051c5
Merge pull request #1232 from Human-Connection/get_rid_of_annoying_engines_constraint
...
I had enough of `--ignore-engines`
2019-08-13 10:46:25 +02:00
dependabot-preview[bot]
bae2c63c78
Bump @storybook/vue from 5.1.10 to 5.1.11 in /webapp
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.1.10 to 5.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.1.11/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 08:11:45 +00:00
dependabot-preview[bot]
1fa1e278f2
Bump @storybook/addon-a11y from 5.1.10 to 5.1.11 in /webapp
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.1.10 to 5.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.1.11/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 08:11:45 +00:00
dependabot-preview[bot]
5c6fe99ffa
Bump eslint-plugin-jest from 22.15.0 to 22.15.1 in /webapp
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.15.0 to 22.15.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.15.0...v22.15.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 08:10:53 +00:00
dependabot-preview[bot]
459099f1e1
Bump @storybook/addon-actions from 5.1.10 to 5.1.11 in /webapp
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.1.10 to 5.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.1.11/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 04:22:57 +00:00
Wolfgang Huß
6d93391f87
Update webapp/locales/en.json
...
Co-Authored-By: Robert Schäfer <git@roschaefer.de>
2019-08-12 20:03:51 +02:00
Wolfgang Huß
33007c6bbe
Update webapp/locales/de.json
...
Co-Authored-By: Robert Schäfer <git@roschaefer.de>
2019-08-12 20:00:54 +02:00
Robert Schäfer
d5c7f78615
Merge pull request #1237 from Human-Connection/dependabot/npm_and_yarn/webapp/apollo-cache-inmemory-1.6.3
...
Bump apollo-cache-inmemory from 1.6.2 to 1.6.3 in /webapp
2019-08-12 18:23:14 +02:00
dependabot-preview[bot]
db0cd54dbc
Bump apollo-cache-inmemory from 1.6.2 to 1.6.3 in /webapp
...
Bumps [apollo-cache-inmemory](https://github.com/apollographql/apollo-client ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-cache-inmemory@1.6.2...apollo-cache-inmemory@1.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-12 14:56:59 +00:00
Robert Schäfer
79f7e421ad
Merge pull request #1238 from Human-Connection/dependabot/npm_and_yarn/webapp/sass-loader-7.2.0
...
Bump sass-loader from 7.1.0 to 7.2.0 in /webapp
2019-08-12 16:56:52 +02:00
Robert Schäfer
b79951adb0
Merge pull request #1239 from Human-Connection/dependabot/npm_and_yarn/webapp/apollo-client-2.6.4
...
Bump apollo-client from 2.6.3 to 2.6.4 in /webapp
2019-08-12 16:54:38 +02:00
Wolfgang Huß
1d180480c4
Translated several texts and corrected and added some functionalities
2019-08-12 15:35:09 +02:00
Wolfgang Huß
5932d184d7
Corrected namings and countings
2019-08-12 13:27:14 +02:00
Robert Schäfer
9026157018
Better hasMore: Don't wait until length == 0
...
follow @Tirokk
2019-08-12 11:50:23 +02:00
dependabot-preview[bot]
b02321b80d
Bump apollo-client from 2.6.3 to 2.6.4 in /webapp
...
Bumps [apollo-client](https://github.com/apollographql/apollo-client ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.3...apollo-client@2.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-12 04:34:10 +00:00
dependabot-preview[bot]
8741ed567d
Bump sass-loader from 7.1.0 to 7.2.0 in /webapp
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-12 04:33:06 +00:00
Robert Schäfer
0b96b300d3
Implement hasMore feature on the index page
2019-08-10 03:50:24 +02:00
Robert Schäfer
0e707cdd4c
Massive refactoring
...
Fix #1231 the filter menu once and for all...
2019-08-10 03:41:38 +02:00
Robert Schäfer
196cced8cf
Implement+test postsFilter
...
I think it's much cleaner to have just the filter object in the store
and to implement convenience methods to safely update the filter object.
2019-08-10 03:02:02 +02:00
Robert Schäfer
a8cfe96f60
Don't chane the filterPostsMenu with state
...
@mattwr18 state is the root of all evil
2019-08-09 17:11:55 +02:00
Robert Schäfer
cea206d118
Merge pull request #1225 from Human-Connection/dependabot/npm_and_yarn/webapp/vue-sweetalert-icons-4.2.0
...
Bump vue-sweetalert-icons from 4.1.0 to 4.2.0 in /webapp
2019-08-09 14:13:55 +02:00
Robert Schäfer
8578cb5ab9
I had enough of --ignore-engines
...
The maintainers of https://github.com/arthurvasconcelos/vue-izitoast are
not extremely responsive, so I decided to point our package to my own
fork.
This makes the flag `--ignore-engines` obsolete.
2019-08-09 13:41:26 +02:00
Robert Schäfer
5d57f7b376
No global import - Thank you @JorgenVatle! ❤️
...
In version `v4.2.0` of `vue-sweetalert-icons` the local import is back, see:
https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3#issuecomment-519497796
2019-08-09 13:21:54 +02:00
Robert Schäfer
62098bb8cf
Merge pull request #1227 from Human-Connection/dependabot/docker/webapp/node-12.8-alpine
...
Bump node from 12.7-alpine to 12.8-alpine in /webapp
2019-08-09 11:58:03 +02:00
Robert Schäfer
3261237b48
Merge pull request #1169 from Human-Connection/964-filter-posts-by-followers
...
Move filter by followers functionality to filter dropdown
2019-08-09 11:57:17 +02:00
ogerly
d545e84ce9
edit spec green
2019-08-09 07:27:38 +02:00
ogerly
f2dcb54d05
edit spec
2019-08-09 07:23:47 +02:00
dependabot-preview[bot]
4de284ca36
Bump node from 12.7-alpine to 12.8-alpine in /webapp
...
Bumps node from 12.7-alpine to 12.8-alpine.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-09 04:30:49 +00:00
dependabot-preview[bot]
295c7bcb39
Bump vue-sweetalert-icons from 4.1.0 to 4.2.0 in /webapp
...
Bumps [vue-sweetalert-icons](https://github.com/JorgenVatle/vue-sweetalert-icons ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/JorgenVatle/vue-sweetalert-icons/releases )
- [Commits](https://github.com/JorgenVatle/vue-sweetalert-icons/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-09 04:29:02 +00:00
Robert Schäfer
2eaf66378a
Merge pull request #1133 from Human-Connection/384-emotions-on-posts
...
Emotions on posts
2019-08-09 00:37:38 +02:00
Robert Schäfer
963cbbef32
RemovePostEmotions should return deleted object
...
@mattwr18 I prefer (I believe it's even best practice) that a delete
mutation should return the deleted object. If you run the delete
mutation again, it should return `null` because there is no object like
that anymore. That way the client knows if a delete mutation has changed
any state in the database.
Also I fixed another bug in the resolver. If your graphql mutation looks
like this:
```gql
mutation {
RemovePostEmotions(to:{ id:"p15"}, data:{emotion: angry}) {
from {
id
name
}
to {
id
title
}
emotion
}
}
```
Then you get errors because your resolver does not return the name for
the user or the title for the post anymore. Just use spread operator...
and it's fixed.
2019-08-08 23:51:26 +02:00
Robert Schäfer
f3e545a913
Fix bug: Only add emotions for authenticated user
2019-08-08 23:10:01 +02:00
Robert Schäfer
ee6dcf3877
Merge pull request #1212 from Human-Connection/dependabot/npm_and_yarn/webapp/vue-sweetalert-icons-4.1.0
...
Bump vue-sweetalert-icons from 4.0.0 to 4.1.0 in /webapp
2019-08-08 20:03:22 +02:00
Robert Schäfer
1231010ba9
Merge pull request #1215 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-jest-22.15.0
...
Bump eslint-plugin-jest from 22.14.1 to 22.15.0 in /webapp
2019-08-08 20:02:54 +02:00
ogerly
d1830f5bed
add ceckbox, confirmed terms of use
2019-08-08 17:46:04 +02:00
Matt Rider
1930e5bafe
Add some component tests, rename files
...
- with new naming schema
2019-08-08 17:04:23 +02:00