6652 Commits

Author SHA1 Message Date
mattwr18
d987bb22ce
Merge pull request #2096 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-description-5.7.17
build(deps): bump metascraper-description from 5.7.14 to 5.7.17 in /backend
2019-10-31 22:32:42 +01:00
Robert Schäfer
3e9403ec14
Merge pull request #2097 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-audio-5.7.17
build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend
2019-10-31 19:07:27 +01:00
dependabot-preview[bot]
f503dc09f5
build(deps): bump metascraper-description in /backend
Bumps [metascraper-description](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 17:07:35 +00:00
Robert Schäfer
2e1f26ff82
Merge pull request #2086 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-url-5.7.17
build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend
2019-10-31 18:04:50 +01:00
Robert Schäfer
edac772591
Merge pull request #2090 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-image-5.7.17
build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend
2019-10-31 18:04:41 +01:00
Robert Schäfer
600adfddc6
Merge pull request #2093 from Human-Connection/ogerly-patch-1
deleted posts no longer displayed in user profile
2019-10-31 18:04:14 +01:00
KapilJ
d8e4697f1d
Merge pull request #2062 from Human-Connection/1953-TwoNotifications
Send only one notification for mention and comment
2019-10-31 12:45:28 -04:00
roschaefer
cbc547a86b refactor: small refactoring for readability
@KapilJ your solution is right now the best solution, I think. Probably
the ideal solution would be if we could implement the `CreateComment`
resolver in such a way that it is doing eager loading of the
`comment->post->author` relationship and resolving a commment object
which has the required objects all set. Then you wouldn't have to
refetch all the stuff.

But I think this is OK for now 👍
2019-10-31 16:11:05 +01:00
dependabot-preview[bot]
181cd76bc3
build(deps): bump metascraper-audio from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-audio](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 12:12:19 +00:00
dependabot-preview[bot]
e56f2fb4ff
build(deps): bump metascraper-image from 5.7.6 to 5.7.17 in /backend
Bumps [metascraper-image](https://github.com/microlinkhq/metascraper) from 5.7.6 to 5.7.17.
- [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.6...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 10:13:25 +00:00
dependabot-preview[bot]
70e54c6bec
build(deps): bump metascraper-url from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-url](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 10:13:20 +00:00
Alexander Friedland
3fc61618bd
deleted posts no longer displayed in user profile
deleted posts are no longer displayed in the user profile
2019-10-31 11:05:29 +01:00
mattwr18
90f7dcedfa
Merge pull request #2089 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-date-5.7.17
build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend
2019-10-31 10:55:20 +01:00
mattwr18
7309810112
Merge pull request #2088 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxtjs/apollo-4.0.0-rc17
build(deps): bump @nuxtjs/apollo from 4.0.0-rc16 to 4.0.0-rc17 in /webapp
2019-10-31 10:55:02 +01:00
mattwr18
b768cc4dd7
Merge pull request #2087 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-lang-5.7.17
build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend
2019-10-31 10:54:39 +01:00
mattwr18
fbb1628d27
Merge pull request #2084 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-video-5.7.17
build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend
2019-10-31 10:53:50 +01:00
mattwr18
837360b68a
Merge pull request #2081 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.7.17
build(deps): bump metascraper-soundcloud from 5.7.14 to 5.7.17 in /backend
2019-10-31 10:53:11 +01:00
Kapil Jain
b4a9e3e551 add software tests for two notifications bug 2019-10-31 05:08:15 -04:00
Kapil Jain
c21ad2244f add software tests for two notifications bug 2019-10-30 22:03:52 -04:00
Kapil Jain
063ff17d8b add software tests for two notifications bug 2019-10-30 20:39:50 -04:00
dependabot-preview[bot]
bf7e4eb79c
build(deps): bump metascraper-date from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-date](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 14:44:47 +00:00
dependabot-preview[bot]
10545eb6c7
build(deps): bump metascraper-lang from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-lang](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 14:44:46 +00:00
dependabot-preview[bot]
43b2ef3eb3
build(deps): bump metascraper-soundcloud in /backend
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper-soundcloud) from 5.7.14 to 5.7.17.
- [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-30 14:44:41 +00:00
dependabot-preview[bot]
42479c0ced
build(deps): bump metascraper-video from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-video](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 14:44:40 +00:00
mattwr18
7ea4e5fe12
Merge pull request #2085 from Human-Connection/dependabot/npm_and_yarn/auto-changelog-1.16.2
build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2
2019-10-30 15:42:47 +01:00
mattwr18
1b493cf943
Merge pull request #2083 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-logo-5.7.17
build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend
2019-10-30 15:42:26 +01:00
mattwr18
d63f2ac999
Merge pull request #2080 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-youtube-5.7.17
build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend
2019-10-30 15:42:13 +01:00
mattwr18
6751d347c3
Merge pull request #2079 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-author-5.7.17
build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend
2019-10-30 15:41:59 +01:00
dependabot-preview[bot]
5f91cf8057
build(deps): bump @nuxtjs/apollo in /webapp
Bumps [@nuxtjs/apollo](https://github.com/nuxt-community/apollo-module) from 4.0.0-rc16 to 4.0.0-rc17.
- [Release notes](https://github.com/nuxt-community/apollo-module/releases)
- [Commits](https://github.com/nuxt-community/apollo-module/compare/v4.0.0-rc.16...v4.0.0-rc.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 11:38:10 +00:00
dependabot-preview[bot]
922e9ae64d
build(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2
Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/CookPete/auto-changelog/releases)
- [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CookPete/auto-changelog/compare/v1.16.1...v1.16.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 11:37:56 +00:00
dependabot-preview[bot]
5ba9f4e01f
build(deps): bump metascraper-logo from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-logo](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 11:37:46 +00:00
dependabot-preview[bot]
5e7643f282
build(deps): bump metascraper-youtube from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-youtube](https://github.com/microlinkhq/metascraper-youtube) from 5.7.14 to 5.7.17.
- [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-30 11:37:29 +00:00
dependabot-preview[bot]
82002a5a28
build(deps): bump metascraper-author from 5.7.14 to 5.7.17 in /backend
Bumps [metascraper-author](https://github.com/microlinkhq/metascraper) from 5.7.14 to 5.7.17.
- [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.14...v5.7.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 11:37:12 +00:00
Kapil Jain
aecc21890e fixed removing original post's user 2019-10-29 14:20:51 -04:00
mattwr18
b4896c3839
Merge pull request #2007 from Human-Connection/dependabot/npm_and_yarn/webapp/date-fns-2.6.0
build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp
2019-10-29 18:31:33 +01:00
Kapil Jain
06514eb535 Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1953-TwoNotifications 2019-10-29 10:52:21 -04:00
mattwr18
5aeb7955dc
Merge pull request #2071 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-6.6.0
build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend
2019-10-29 15:26:44 +01:00
mattwr18
ef944144cf
Merge pull request #2019 from Human-Connection/dependabot/docker/webapp/node-13.0.1-alpine
build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp
2019-10-29 15:26:06 +01:00
mattwr18
542d9d32bd
Merge pull request #2060 from Human-Connection/2058-fix-typo
[FIX # 2058] Typo Fixed. Password -> Passwort
2019-10-29 13:12:36 +01:00
dependabot-preview[bot]
0826bcce3b
build(deps): bump date-fns from 2.5.0 to 2.6.0 in /webapp
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.5.0 to 2.6.0.
- [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.5.0...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 11:04:18 +00:00
dependabot-preview[bot]
4822fd6436
build(deps-dev): bump eslint from 6.5.1 to 6.6.0 in /backend
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.1 to 6.6.0.
- [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.5.1...v6.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 11:03:46 +00:00
mattwr18
a57fa12d06
Merge pull request #2064 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-config-prettier-6.5.0
build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 in /backend
2019-10-29 12:01:48 +01:00
mattwr18
49fcc2d0b5
Merge pull request #2010 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.6.0
build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend
2019-10-29 12:01:31 +01:00
mattwr18
248c8a3b74
Merge pull request #1984 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-testing-2.9.7
build(deps-dev): bump apollo-server-testing from 2.9.6 to 2.9.7 in /backend
2019-10-29 12:01:16 +01:00
mattwr18
59053a3840
Merge pull request #2070 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-date-5.7.14
build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend
2019-10-29 11:11:33 +01:00
dependabot-preview[bot]
2c4416c2ee
build(deps): bump node from 12.13.0-alpine to 13.0.1-alpine in /webapp
Bumps node from 12.13.0-alpine to 13.0.1-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 08:07:10 +00:00
dependabot-preview[bot]
8776d9aaec
build(deps): bump date-fns from 2.5.1 to 2.6.0 in /backend
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.5.1 to 2.6.0.
- [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.5.1...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 08:05:11 +00:00
dependabot-preview[bot]
86be5e743d
build(deps-dev): bump apollo-server-testing in /backend
Bumps [apollo-server-testing](https://github.com/apollographql/apollo-server) from 2.9.6 to 2.9.7.
- [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-testing@2.9.6...apollo-server-testing@2.9.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 08:04:45 +00:00
dependabot-preview[bot]
d29b28bb91
build(deps): bump metascraper-date from 5.7.6 to 5.7.14 in /backend
Bumps [metascraper-date](https://github.com/microlinkhq/metascraper) from 5.7.6 to 5.7.14.
- [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.6...v5.7.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 07:55:13 +00:00
mattwr18
31de10a92e
Merge pull request #2072 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-video-5.7.14
build(deps): bump metascraper-video from 5.7.6 to 5.7.14 in /backend
2019-10-29 08:53:40 +01:00