5457 Commits

Author SHA1 Message Date
ogerly
a2993e4a52 seed first and then reset 2019-08-02 16:22:51 +02:00
Matt Rider
751bbbf889 Make mobile responsive 2019-08-02 16:10:19 +02:00
Matt Rider
ec7a5865f7 Update tests, showFilterPostsDropdown only on route 2019-08-02 15:41:19 +02:00
Robert Schäfer
ffe6dc7736 Add MutationObserver to fix tests
Our build server failed because of frontend tests. However, all our
fullstack tests are passing... So maybe an issue in our test setup, not
reproducible in a real browser?

This commit:
ee4f132b0f (diff-0806c5f3fdae5e139222967601c7faca)
adds MutationObserver to their test setup. Adding it to our test suites
that touch the `editor` directly fixes our tests, too!

From what I can tell is that prosemirror is calling
`this.observer.takeRecords()`. Probably `tiptap` updated its
dependencies at some point and that's where `this.observer` was
introduced? Hard to tell. It really looks just like an issue only
present in test environments, so I think it's safe not to investigate
any further.
2019-08-02 14:32:06 +02:00
Robert Schäfer
a6aa974179 Merge remote-tracking branch 'origin/master' into storybook 2019-08-02 14:28:49 +02:00
Robert Schäfer
f1b28c83a0 Meld commits from master 2019-08-02 14:26:06 +02:00
dependabot-preview[bot]
0663aa5904 Bump tiptap from 1.21.0 to 1.24.0 in /webapp
Bumps [tiptap](https://github.com/scrumpy/tiptap) from 1.21.0 to 1.24.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases)
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap@1.21.0...tiptap@1.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 13:43:08 +02:00
Matt Rider
afb9dbe241 Move filter by followers functionality to filter dropdown 2019-08-02 13:02:12 +02:00
Robert Schäfer
80833b847b
Merge pull request #1160 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-date-5.6.5
Bump metascraper-date from 5.6.3 to 5.6.5 in /backend
2019-08-02 12:58:20 +02:00
Robert Schäfer
a0717795d5
Merge pull request #1163 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-publisher-5.6.5
Bump metascraper-publisher from 5.6.3 to 5.6.5 in /backend
2019-08-02 12:58:11 +02:00
Matt Rider
3da986518e Write component tests, refactor 2019-08-02 10:52:36 +02:00
dependabot-preview[bot]
6c3a9878c7
Bump metascraper-date from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-date](https://github.com/microlinkhq/metascraper) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.3...v5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 08:26:00 +00:00
dependabot-preview[bot]
87efc0ec56
Bump metascraper-publisher from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-publisher](https://github.com/microlinkhq/metascraper) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.3...v5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 08:26:00 +00:00
Robert Schäfer
fe91582b3e
Merge pull request #1161 from Human-Connection/dependabot/npm_and_yarn/webapp/tippy.js-4.3.5
Bump tippy.js from 4.3.4 to 4.3.5 in /webapp
2019-08-02 10:25:05 +02:00
Robert Schäfer
6a84876251
Merge pull request #1158 from Human-Connection/dependabot/npm_and_yarn/cypress-file-upload-3.3.3
Bump cypress-file-upload from 3.3.2 to 3.3.3
2019-08-02 10:23:53 +02:00
Robert Schäfer
cc6583f1f9
Merge pull request #1162 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-description-5.6.5
Bump metascraper-description from 5.6.3 to 5.6.5 in /backend
2019-08-02 10:22:35 +02:00
Robert Schäfer
68491446c2
Merge pull request #1164 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.6.5
Bump metascraper-soundcloud from 5.6.3 to 5.6.5 in /backend
2019-08-02 10:22:07 +02:00
Robert Schäfer
25927f47d5
Merge pull request #1165 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-url-5.6.5
Bump metascraper-url from 5.6.3 to 5.6.5 in /backend
2019-08-02 10:21:50 +02:00
Robert Schäfer
3974025e79
Merge pull request #1166 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-audio-5.6.5
Bump metascraper-audio from 5.6.3 to 5.6.5 in /backend
2019-08-02 10:21:35 +02:00
Robert Schäfer
89dcbefcf4
Merge pull request #1167 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-logo-5.6.5
Bump metascraper-logo from 5.6.3 to 5.6.5 in /backend
2019-08-02 10:21:18 +02:00
Robert Schäfer
5babde5062
Merge pull request #1032 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-config-standard-13.0.1
Bump eslint-config-standard from 12.0.0 to 13.0.1 in /backend
2019-08-02 10:20:44 +02:00
Matt Rider
76a720caec Merge branch 'master' of github.com:Human-Connection/Human-Connection into 384-emotions-on-posts 2019-08-02 08:02:54 +02:00
dependabot-preview[bot]
55fafc4bc8
Bump metascraper-logo from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-logo](https://github.com/microlinkhq/metascraper) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.3...v5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:25:09 +00:00
dependabot-preview[bot]
be388c177a
Bump metascraper-audio from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-audio](https://github.com/microlinkhq/metascraper) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.3...v5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:24:29 +00:00
dependabot-preview[bot]
4613569334
Bump metascraper-url from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-url](https://github.com/microlinkhq/metascraper) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.3...v5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:24:05 +00:00
dependabot-preview[bot]
819dac552d
Bump metascraper-soundcloud from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper-soundcloud) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper-soundcloud/releases)
- [Commits](https://github.com/microlinkhq/metascraper-soundcloud/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:23:31 +00:00
dependabot-preview[bot]
8da1d0b21b
Bump metascraper-description from 5.6.3 to 5.6.5 in /backend
Bumps [metascraper-description](https://github.com/microlinkhq/metascraper) from 5.6.3 to 5.6.5.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.3...v5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:22:35 +00:00
dependabot-preview[bot]
bcab40e914
Bump tippy.js from 4.3.4 to 4.3.5 in /webapp
Bumps [tippy.js](https://github.com/atomiks/tippyjs) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/atomiks/tippyjs/releases)
- [Commits](https://github.com/atomiks/tippyjs/compare/v4.3.4...v4.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:22:11 +00:00
dependabot-preview[bot]
dcb9722471
Bump cypress-file-upload from 3.3.2 to 3.3.3
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases)
- [Commits](https://github.com/abramenal/cypress-file-upload/compare/v3.3.2...v3.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 04:21:10 +00:00
Robert Schäfer
e1bb6ed74e Fix lint 2019-08-02 01:45:36 +02:00
Robert Schäfer
7efd68eed8
Merge pull request #677 from Human-Connection/dependabot/npm_and_yarn/backend/neo4j-driver-1.7.5
Bump neo4j-driver from 1.7.4 to 1.7.5 in /backend
2019-08-02 01:45:04 +02:00
dependabot-preview[bot]
0a9991b979 Bump eslint-config-standard from 12.0.0 to 13.0.1 in /backend
Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 12.0.0 to 13.0.1.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/eslint-config-standard/compare/v12.0.0...v13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 01:29:25 +02:00
Robert Schäfer
8cc2b7581a
Merge pull request #632 from Human-Connection/dependabot/npm_and_yarn/webapp/@nuxtjs/apollo-4.0.0-rc5
Bump @nuxtjs/apollo from 4.0.0-rc4.2 to 4.0.0-rc5 in /webapp
2019-08-02 01:14:16 +02:00
Robert Schäfer
bc5189cbb8 Workaround neo4j-graphql-js issue
See https://github.com/neo4j-graphql/neo4j-graphql-js/issues/265
2019-08-02 01:14:09 +02:00
Robert Schäfer
76dacd6e56 Updating two packages at a time
Look, both dependency problems are related to each other:
https://github.com/nuxt-community/apollo-module/releases/tag/v4.0.0-rc.6
2019-08-02 00:30:25 +02:00
Robert Schäfer
18e6843774 Just remove obscure, possibly non-functional code 2019-08-02 00:28:39 +02:00
Robert Schäfer
3d224512b1 Warn about non-functional errorHandler hook
See: https://github.com/nuxt-community/apollo-module/pull/218#issuecomment-506939244
2019-08-02 00:19:28 +02:00
Robert Schäfer
15559dedfc Fix breaking change in errorHandler 2019-08-02 00:10:14 +02:00
dependabot-preview[bot]
246a2f690f Bump @nuxtjs/apollo from 4.0.0-rc4.2 to 4.0.0-rc5 in /webapp
Bumps [@nuxtjs/apollo](https://github.com/nuxt-community/apollo-module) from 4.0.0-rc4.2 to 4.0.0-rc5.
- [Release notes](https://github.com/nuxt-community/apollo-module/releases)
- [Commits](https://github.com/nuxt-community/apollo-module/compare/v4.0.0-rc.4.2...v4.0.0-rc.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-08-01 23:57:57 +02:00
Robert Schäfer
5629978f19
Merge pull request #1117 from Human-Connection/dependabot/docker/neo4j/neo4j-3.5.8
Bump neo4j from 3.5.5 to 3.5.8 in /neo4j
2019-08-01 23:44:47 +02:00
Robert Schäfer
423f7de40d Linux distro of neo4j image suddenly debian based
So replace `apk` with `apt-get`...
2019-08-01 23:10:01 +02:00
mattwr18
17c37af217
Merge pull request #1135 from Human-Connection/dependabot/npm_and_yarn/cypress-3.4.1
Bump cypress from 3.4.0 to 3.4.1
2019-08-01 16:56:44 +02:00
dependabot-preview[bot]
d5e41ae8d8
Bump neo4j-driver from 1.7.4 to 1.7.5 in /backend
Bumps [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases)
- [Commits](https://github.com/neo4j/neo4j-javascript-driver/compare/1.7.4...1.7.5)
2019-08-01 13:37:07 +00:00
mattwr18
f524a62e45
Merge pull request #1156 from Human-Connection/update_metascraper_youtube
Update metascraper-youtube
2019-08-01 15:34:56 +02:00
Matt Rider
fb9a632d55 Query a currentUsers emotions for a post, translations 2019-08-01 15:11:41 +02:00
Robert Schäfer
fdef9db74f Update metascraper-youtube 2019-08-01 14:19:24 +02:00
Robert Schäfer
fc18f22294
Merge pull request #1145 from Human-Connection/dependabot/npm_and_yarn/neode-0.3.0
Bump neode from 0.2.18 to 0.3.0
2019-08-01 14:16:42 +02:00
Robert Schäfer
78105b1c66
Merge pull request #1149 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-2.8.1
Bump apollo-server from 2.8.0 to 2.8.1 in /backend
2019-08-01 14:15:43 +02:00
dependabot-preview[bot]
9b8e0ab03e
Bump apollo-server from 2.8.0 to 2.8.1 in /backend
Bumps [apollo-server](https://github.com/apollographql/apollo-server) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server@2.8.0...apollo-server@2.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-01 10:47:44 +00:00
Robert Schäfer
d92dffad25
Merge pull request #1146 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-testing-2.8.1
Bump apollo-server-testing from 2.8.0 to 2.8.1 in /backend
2019-08-01 12:47:33 +02:00