6159 Commits

Author SHA1 Message Date
dependabot-preview[bot]
c3e7b3938a
Bump metascraper-audio from 5.7.5 to 5.7.6 in /backend
Bumps [metascraper-audio](https://github.com/microlinkhq/metascraper) from 5.7.5 to 5.7.6.
- [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.7.5...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 21:10:18 +00:00
Robert Schäfer
7ecb9d8bed
Merge pull request #1778 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-publisher-5.7.6
Bump metascraper-publisher from 5.7.4 to 5.7.6 in /backend
2019-10-01 23:07:09 +02:00
mattwr18
d9bfad68a9 Update scenario description
- to be more similar to other descriptions of the file
2019-10-01 21:59:25 +02:00
mattwr18
624922b0e6 Check that reported post can be visited
- want to verify that it is not a post not found 402
2019-10-01 21:29:48 +02:00
mattwr18
478f6fef1c Fix query builder/test 2019-10-01 20:57:45 +02:00
mattwr18
3dee2137d4 Find annoying user by id 2019-10-01 20:05:34 +02:00
dependabot-preview[bot]
30ea40a8a9
Bump metascraper-publisher from 5.7.4 to 5.7.6 in /backend
Bumps [metascraper-publisher](https://github.com/microlinkhq/metascraper) from 5.7.4 to 5.7.6.
- [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.7.4...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 15:52:40 +00:00
Robert Schäfer
da9ddf1040
Merge pull request #1780 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-6.5.1
Bump eslint from 6.4.0 to 6.5.1 in /backend
2019-10-01 17:51:28 +02:00
roschaefer
24b2cab473 fix: handle edge case noticed by @vbelolapotkov 2019-10-01 17:51:16 +02:00
roschaefer
08e73747bd refactor: set global defaults of vue-scrollto 2019-10-01 17:51:16 +02:00
Robert Schäfer
809bb7cc30
Merge pull request #1782 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-url-5.7.6
Bump metascraper-url from 5.7.5 to 5.7.6 in /backend
2019-10-01 17:51:09 +02:00
Robert Schäfer
540d41cd75
Merge pull request #1783 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-logo-5.7.6
Bump metascraper-logo from 5.7.5 to 5.7.6 in /backend
2019-10-01 17:50:52 +02:00
mattwr18
8aa7f376b6 Update Post query for blockedByUsers
- Admin/Moderators see Posts even if they are blocked
2019-10-01 17:45:09 +02:00
roschaefer
db1bcdd3d2 refactor: register vue-scrollto in nuxt.config.js
This will allow us to use this.$scrollTo in components. I'm now also
using this in the mixin. With so many `this`s it gets horribly
difficult to properly test the mixin in isolation. So I decided to test
the mixin on the component directly.
2019-10-01 17:25:28 +02:00
mattwr18
e288a07a9b Update to 0.1.2 2019-10-01 13:53:53 +02:00
roschaefer
9da40c4895 fix: avoid many scrollTo calls for n components
Thank you @vbelolapotkov for pointing out the flaws here:
https://github.com/Human-Connection/Human-Connection/pull/1756#discussion_r329361572

So here is my attempt to fix it:
* Install `vue-scrollto` which relies on `requestAnimationFrame`
  - apparently this is better on Safari and IE? 🤔
  - Mocking out entire modules is easier in jest:
    https://jestjs.io/docs/en/bypassing-module-mocks
* Require `checkAnchor` to be implemented on the component
2019-10-01 11:55:18 +02:00
mattwr18
13ba93eecd
Merge pull request #1781 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-middleware-4.0.1
Bump graphql-middleware from 3.0.5 to 4.0.1 in /backend
2019-10-01 10:32:04 +02:00
dependabot-preview[bot]
6c6fdcc951
Bump metascraper-logo from 5.7.5 to 5.7.6 in /backend
Bumps [metascraper-logo](https://github.com/microlinkhq/metascraper) from 5.7.5 to 5.7.6.
- [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.7.5...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 08:27:41 +00:00
dependabot-preview[bot]
345bec59be
Bump metascraper-url from 5.7.5 to 5.7.6 in /backend
Bumps [metascraper-url](https://github.com/microlinkhq/metascraper) from 5.7.5 to 5.7.6.
- [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.7.5...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 08:27:27 +00:00
mattwr18
96ac4ba4d3
Merge pull request #1777 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-youtube-5.7.6
Bump metascraper-youtube from 5.7.5 to 5.7.6 in /backend
2019-10-01 10:26:33 +02:00
mattwr18
857c2228ec
Merge pull request #1776 from Human-Connection/dependabot/npm_and_yarn/backend/babel/preset-env-7.6.2
Bump @babel/preset-env from 7.6.0 to 7.6.2 in /backend
2019-10-01 10:26:19 +02:00
mattwr18
0dd66b9675
Merge pull request #1775 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.7.6
Bump metascraper-soundcloud from 5.7.4 to 5.7.6 in /backend
2019-10-01 10:25:37 +02:00
dependabot-preview[bot]
8829b37df8
Bump eslint from 6.4.0 to 6.5.1 in /backend
Bumps [eslint](https://github.com/eslint/eslint) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.4.0...v6.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 08:24:47 +00:00
mattwr18
0c010e77a1
Merge pull request #1774 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-author-5.7.6
Bump metascraper-author from 5.7.4 to 5.7.6 in /backend
2019-10-01 10:24:44 +02:00
mattwr18
17dc3ac808
Merge pull request #1760 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-loader-3.0.2
Bump eslint-loader from 3.0.1 to 3.0.2 in /webapp
2019-10-01 10:22:57 +02:00
dependabot-preview[bot]
1d677d2f97
Bump graphql-middleware from 3.0.5 to 4.0.1 in /backend
Bumps [graphql-middleware](https://github.com/prisma/graphql-middleware) from 3.0.5 to 4.0.1.
- [Release notes](https://github.com/prisma/graphql-middleware/releases)
- [Commits](https://github.com/prisma/graphql-middleware/compare/v3.0.5...v4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 05:22:19 +00:00
dependabot-preview[bot]
439c308cc1
Bump metascraper-youtube from 5.7.5 to 5.7.6 in /backend
Bumps [metascraper-youtube](https://github.com/microlinkhq/metascraper-youtube) from 5.7.5 to 5.7.6.
- [Release notes](https://github.com/microlinkhq/metascraper-youtube/releases)
- [Commits](https://github.com/microlinkhq/metascraper-youtube/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 05:20:10 +00:00
dependabot-preview[bot]
10fdc9205f
Bump @babel/preset-env from 7.6.0 to 7.6.2 in /backend
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.0 to 7.6.2.
- [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.6.0...v7.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 05:19:39 +00:00
dependabot-preview[bot]
25bdedc565
Bump metascraper-soundcloud from 5.7.4 to 5.7.6 in /backend
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper-soundcloud) from 5.7.4 to 5.7.6.
- [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-10-01 05:19:05 +00:00
dependabot-preview[bot]
0d134d1dc6
Bump metascraper-author from 5.7.4 to 5.7.6 in /backend
Bumps [metascraper-author](https://github.com/microlinkhq/metascraper) from 5.7.4 to 5.7.6.
- [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.7.4...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 05:18:36 +00:00
dependabot-preview[bot]
6f32da4de5
Bump eslint-loader from 3.0.1 to 3.0.2 in /webapp
Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 22:30:36 +00:00
Robert Schäfer
10c50a912f
Merge pull request #1765 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-1.26.0
Bump tiptap from 1.25.0 to 1.26.0 in /webapp
2019-10-01 00:27:44 +02:00
Robert Schäfer
39bb0e3c81
Merge pull request #1766 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-lang-5.7.6
Bump metascraper-lang from 5.7.4 to 5.7.6 in /backend
2019-10-01 00:27:26 +02:00
Robert Schäfer
e6d6ce0fcd
Merge pull request #1768 from Human-Connection/dependabot/npm_and_yarn/webapp/date-fns-2.4.1
Bump date-fns from 2.4.0 to 2.4.1 in /webapp
2019-10-01 00:27:12 +02:00
Robert Schäfer
64149846b7
Merge pull request #1771 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-date-5.7.6
Bump metascraper-date from 5.7.4 to 5.7.6 in /backend
2019-10-01 00:26:59 +02:00
Robert Schäfer
6665a40c1d
Merge pull request #1751 from Human-Connection/fix-lodash-security-warning
fix: Github's security vulnerability warning
2019-09-30 19:20:00 +02:00
Robert Schäfer
1fed79a674
Merge pull request #1658 from Human-Connection/1637-notifications-self-update
🍰 Notifications self update and refactoring
2019-09-30 17:52:41 +02:00
Robert Schäfer
28f8d1d550
Merge pull request #1725 from Human-Connection/dependabot/npm_and_yarn/backend/babel/node-7.6.2
Bump @babel/node from 7.6.1 to 7.6.2 in /backend
2019-09-30 17:51:10 +02:00
dependabot-preview[bot]
7e94af19d3
Bump metascraper-date from 5.7.4 to 5.7.6 in /backend
Bumps [metascraper-date](https://github.com/microlinkhq/metascraper) from 5.7.4 to 5.7.6.
- [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.7.4...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 15:50:48 +00:00
Robert Schäfer
23992cfef5
Merge pull request #1757 from Human-Connection/email-middleware-config
fix email middleware transport config
2019-09-30 17:50:36 +02:00
dependabot-preview[bot]
e876bee38e
Bump metascraper-lang from 5.7.4 to 5.7.6 in /backend
Bumps [metascraper-lang](https://github.com/microlinkhq/metascraper) from 5.7.4 to 5.7.6.
- [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.7.4...v5.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 15:50:12 +00:00
Robert Schäfer
79376006b5
Merge pull request #1758 from Human-Connection/dependabot/npm_and_yarn/backend/nodemon-1.19.3
Bump nodemon from 1.19.2 to 1.19.3 in /backend
2019-09-30 17:49:02 +02:00
dependabot-preview[bot]
f6091aefb8
Bump date-fns from 2.4.0 to 2.4.1 in /webapp
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.4.0...v2.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 15:49:00 +00:00
dependabot-preview[bot]
3877d559e0
Bump tiptap from 1.25.0 to 1.26.0 in /webapp
Bumps [tiptap](https://github.com/scrumpy/tiptap) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases)
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap@1.25.0...tiptap@1.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 15:48:42 +00:00
Robert Schäfer
b7320f247d
Merge pull request #1759 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-title-5.7.6
Bump metascraper-title from 5.7.5 to 5.7.6 in /backend
2019-09-30 17:48:38 +02:00
Robert Schäfer
4baf509568
Merge pull request #1761 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-image-5.7.6
Bump metascraper-image from 5.7.5 to 5.7.6 in /backend
2019-09-30 17:48:21 +02:00
Robert Schäfer
55adf2ef32
Merge pull request #1762 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-2.9.4
Bump apollo-server from 2.9.3 to 2.9.4 in /backend
2019-09-30 17:48:02 +02:00
Robert Schäfer
72afb96304
Merge pull request #1764 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-video-5.7.6
Bump metascraper-video from 5.7.5 to 5.7.6 in /backend
2019-09-30 17:47:37 +02:00
Robert Schäfer
b02d42b859
Merge pull request #1767 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-middleware-sentry-3.2.1
Bump graphql-middleware-sentry from 3.2.0 to 3.2.1 in /backend
2019-09-30 17:47:19 +02:00
Robert Schäfer
c6058fc43b
Merge pull request #1769 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.4.1
Bump date-fns from 2.3.0 to 2.4.1 in /backend
2019-09-30 17:46:27 +02:00