5065 Commits

Author SHA1 Message Date
ogerly
c00f281e6c Translations and style adapted 2019-08-23 11:02:24 +02:00
roschaefer
036e2605b7 Implement accept terms and conditions flow 2019-08-23 11:02:24 +02:00
ogerly
592a682bd7 Temporary commit 2019-08-23 11:02:24 +02:00
ogerly
2b634b8706 BUGFIX: 'email' attribute is the ID 2019-08-23 11:02:24 +02:00
ogerly
36ce6361ec Alle Daten übernommen die für serverseitig rendern nötig sind 2019-08-23 11:02:24 +02:00
Robert Schäfer
fb8468dc8b
Merge pull request #1358 from Human-Connection/dependabot/npm_and_yarn/webapp/graphql-14.5.0
Bump graphql from 14.4.2 to 14.5.0 in /webapp
2019-08-23 10:52:36 +02:00
mattwr18
239e4f92d7
Merge pull request #1366 from Human-Connection/update_vue_izitoast
Update vue-izitoast after they released v1.2.0!
2019-08-23 10:46:49 +02:00
mattwr18
728f3c22d3
Merge pull request #1354 from Human-Connection/dependabot/npm_and_yarn/cypress-cucumber-preprocessor-1.14.1
Bump cypress-cucumber-preprocessor from 1.14.0 to 1.14.1
2019-08-23 08:39:55 +02:00
mattwr18
6e0f77fc5a
Merge pull request #1338 from Human-Connection/1335-filter_bubble_indicator
Implement visual feedback if filter is active
2019-08-23 08:38:42 +02:00
roschaefer
3123041726 Update vue-izitoast after they released v1.2.0!
See https://github.com/arthurvasconcelos/vue-izitoast/pull/20#issuecomment-524131102
2019-08-23 08:35:04 +02:00
dependabot-preview[bot]
6550bd33ff
Bump graphql from 14.4.2 to 14.5.0 in /webapp
Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-23 06:33:35 +00:00
mattwr18
28e2364af9
Merge pull request #1348 from Human-Connection/update_transitive_dependencies
Update transitive dependencies
2019-08-23 08:30:56 +02:00
mattwr18
d5cbc4a07a
Merge pull request #1350 from Human-Connection/fix_contributions_count
Fix post count always showing 0
2019-08-23 08:27:43 +02:00
mattwr18
8eeef1f68d
Merge pull request #1349 from Human-Connection/fix_expiration_dates
Fix expiration dates of JWT and cookie
2019-08-23 08:27:09 +02:00
dependabot-preview[bot]
651eaa5ee6
Bump cypress-cucumber-preprocessor from 1.14.0 to 1.14.1
Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/compare/v1.14.0...v1.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-23 04:32:25 +00:00
roschaefer
400b648ae9 Update transitive dependencies
I see a security vulnerability warning on Github. I hope that updating
transitive dependencies will silence the security warning.

I did `rm yarn.lock` followed by `yarn install`.

EDIT: OK, I found out what's causing the security warning. With
```
yarn list lodash
├─ bitcore-lib@0.13.19
│  └─ lodash@3.10.1
└─ lodash@4.17.15
```
gives us the hint that the outdated lodash comes from `bitcore-lib`
which in turn is required by the extremely outdated `activitystrea.ms`
package. I tried to update it's dependencies in my fork without success.
If we ever touch the activity pub implementation we might have to
maintain this package ourselves.

FYI: @Mastercuber
2019-08-23 01:55:31 +02:00
roschaefer
37c12f6681 Fix post count always showing 0 2019-08-23 00:36:47 +02:00
roschaefer
62c8d34079 Fix expiration dates of JWT and cookie
This won't fix the bug that can happen in `nuxtServerInit`. However,
according to the docs, we accepted JWT which was valid for 1000 days and
our cookie was valid for 3 days - completely weird.

See:
https://github.com/auth0/node-jsonwebtoken
https://github.com/nuxt-community/apollo-module
2019-08-22 22:29:50 +02:00
Robert Schäfer
2386be5ef4
Merge pull request #1340 from Human-Connection/dependabot/npm_and_yarn/cypress-cucumber-preprocessor-1.14.0
Bump cypress-cucumber-preprocessor from 1.13.1 to 1.14.0
2019-08-22 12:12:07 +02:00
Robert Schäfer
b37caf1bed
Merge pull request #1343 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-jest-22.15.2
Bump eslint-plugin-jest from 22.15.1 to 22.15.2 in /webapp
2019-08-22 12:11:47 +02:00
Robert Schäfer
5897adc42b
Merge pull request #1346 from Human-Connection/update-backend-yarn-lock
Update backend/yarn.lock`
2019-08-22 11:31:09 +02:00
dependabot-preview[bot]
f76b907268
Bump eslint-plugin-jest from 22.15.1 to 22.15.2 in /webapp
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.15.1 to 22.15.2.
- [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.1...v22.15.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 08:31:24 +00:00
mattwr18
628d5412fa
Merge pull request #1344 from Human-Connection/dependabot/docker/backend/node-12.9-alpine
Bump node from 12.8-alpine to 12.9-alpine in /backend
2019-08-22 10:30:36 +02:00
mattwr18
27e61e5c9d
Merge pull request #1345 from Human-Connection/dependabot/docker/webapp/node-12.9-alpine
Bump node from 12.8-alpine to 12.9-alpine in /webapp
2019-08-22 10:30:21 +02:00
mattwr18
c82c107d0e
Merge pull request #1342 from Human-Connection/dependabot/npm_and_yarn/webapp/vue/cli-shared-utils-3.11.0
Bump @vue/cli-shared-utils from 3.10.0 to 3.11.0 in /webapp
2019-08-22 10:29:27 +02:00
mattwr18
c4a6345122
Merge pull request #1341 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-jest-22.15.2
Bump eslint-plugin-jest from 22.15.1 to 22.15.2 in /backend
2019-08-22 10:28:43 +02:00
mattwr18
8877466e39
Merge pull request #1339 from Human-Connection/visual-feedback-if-no-results
Visual feedback if filters lead to 0 results
2019-08-22 10:21:10 +02:00
Matt Rider
9dc5dbf0e0 Update backend/yarn.lock` 2019-08-22 09:02:01 +02:00
dependabot-preview[bot]
9ba3e9bddf
Bump node from 12.8-alpine to 12.9-alpine in /webapp
Bumps node from 12.8-alpine to 12.9-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 04:26:44 +00:00
dependabot-preview[bot]
645fd62bb7
Bump node from 12.8-alpine to 12.9-alpine in /backend
Bumps node from 12.8-alpine to 12.9-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 04:26:29 +00:00
dependabot-preview[bot]
511326867f
Bump @vue/cli-shared-utils from 3.10.0 to 3.11.0 in /webapp
Bumps [@vue/cli-shared-utils](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-shared-utils) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-shared-utils)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 04:24:51 +00:00
dependabot-preview[bot]
b0eea623a1
Bump eslint-plugin-jest from 22.15.1 to 22.15.2 in /backend
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.15.1 to 22.15.2.
- [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.1...v22.15.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 04:23:23 +00:00
dependabot-preview[bot]
436f7d40ed
Bump cypress-cucumber-preprocessor from 1.13.1 to 1.14.0
Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/compare/v1.13.1...v1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 04:21:59 +00:00
roschaefer
6e2ef65b99 Visual feedback if filters lead to 0 results
This is one of the bugs/improvements suggested by @ulfgebhardt.
2019-08-22 00:26:59 +02:00
Robert Schäfer
835eb8b68b
Merge pull request #1321 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxt-2.9.1
Bump nuxt from 2.8.1 to 2.9.1 in /webapp
2019-08-21 23:53:09 +02:00
roschaefer
a7ebbcf154 Implement visual feedback if filter is active 2019-08-21 23:52:10 +02:00
roschaefer
9d02aaa377 Update css-loader along with nuxt 2019-08-21 22:39:42 +02:00
Robert Schäfer
cdeda56f04
Merge pull request #1323 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-extensions-1.27.0
Bump tiptap-extensions from 1.26.2 to 1.27.0 in /webapp
2019-08-21 22:26:53 +02:00
dependabot-preview[bot]
01c2c353d5
Bump nuxt from 2.8.1 to 2.9.1 in /webapp
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.8.1 to 2.9.1.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.8.1...v2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-21 15:26:51 +00:00
dependabot-preview[bot]
176be03c48
Bump tiptap-extensions from 1.26.2 to 1.27.0 in /webapp
Bumps [tiptap-extensions](https://github.com/scrumpy/tiptap) from 1.26.2 to 1.27.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases)
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap-extensions@1.26.2...tiptap-extensions@1.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-21 15:26:30 +00:00
Robert Schäfer
0dbf3275e6
Merge pull request #1327 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-1.25.0
Bump tiptap from 1.24.2 to 1.25.0 in /webapp
2019-08-21 17:24:07 +02:00
Robert Schäfer
deb0fcabd4
Merge pull request #1268 from Human-Connection/post-needs-to-have-category#1222
Validate that a post cannot be created without categories/too many categories
2019-08-21 16:28:32 +02:00
Robert Schäfer
4673908e2f
Merge pull request #1320 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.0.0
Bump date-fns from 2.0.0-beta.5 to 2.0.0 in /backend
2019-08-21 16:03:38 +02:00
Robert Schäfer
3f9708183c
Merge pull request #1329 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxtjs/axios-5.6.0
Bump @nuxtjs/axios from 5.5.4 to 5.6.0 in /webapp
2019-08-21 16:03:21 +02:00
Robert Schäfer
834a3b11d9
Merge pull request #1330 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxt-dropzone-1.0.3
Bump nuxt-dropzone from 1.0.2 to 1.0.3 in /webapp
2019-08-21 16:01:34 +02:00
Robert Schäfer
2cae56f391
Merge pull request #1328 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-testing-2.8.2
Bump apollo-server-testing from 2.8.1 to 2.8.2 in /backend
2019-08-21 15:49:48 +02:00
Robert Schäfer
ce4f3bdff3
Merge pull request #1336 from Human-Connection/fix-vue-warnings-masonry-grid
Fix vue warnings for MasonryGrid/MasonGridItem
2019-08-21 15:49:21 +02:00
Robert Schäfer
bb7730d418
Merge pull request #1319 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-6.0.5
Bump graphql-shield from 6.0.4 to 6.0.5 in /backend
2019-08-21 13:45:25 +02:00
Robert Schäfer
be407080ef
Merge pull request #1318 from Human-Connection/dependabot/npm_and_yarn/webapp/sass-loader-7.3.1
Bump sass-loader from 7.2.0 to 7.3.1 in /webapp
2019-08-21 13:44:32 +02:00
Robert Schäfer
d8634a68b4
Merge pull request #1326 from Human-Connection/dependabot/npm_and_yarn/backend/sentry/node-5.6.2
Bump @sentry/node from 5.6.1 to 5.6.2 in /backend
2019-08-21 13:43:52 +02:00