mattwr18
814421a864
Merge pull request #1131 from Human-Connection/dependabot/npm_and_yarn/webapp/cookie-universal-nuxt-2.0.17
...
Bump cookie-universal-nuxt from 2.0.16 to 2.0.17 in /webapp
2019-07-29 09:29:39 +02:00
mattwr18
0183788eb5
Merge pull request #1129 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-jest-22.14.0
...
Bump eslint-plugin-jest from 22.13.6 to 22.14.0 in /webapp
2019-07-29 09:28:28 +02:00
Matt Rider
19b2b7a491
Reset branch to master, copy changes to ContributionForm in
2019-07-29 08:45:58 +02:00
dependabot-preview[bot]
0b9b42a8f2
Bump cookie-universal-nuxt from 2.0.16 to 2.0.17 in /webapp
...
Bumps [cookie-universal-nuxt](https://github.com/microcipcip/cookie-universal ) from 2.0.16 to 2.0.17.
- [Release notes](https://github.com/microcipcip/cookie-universal/releases )
- [Commits](https://github.com/microcipcip/cookie-universal/compare/v2.0.16...v2.0.17 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-29 04:31:01 +00:00
dependabot-preview[bot]
b021437a7e
Bump eslint-plugin-jest from 22.13.6 to 22.14.0 in /webapp
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.13.6 to 22.14.0.
- [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.13.6...v22.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-29 04:30:17 +00:00
dependabot-preview[bot]
5380e74887
Bump node from 12.6-alpine to 12.7-alpine in /webapp
...
Bumps node from 12.6-alpine to 12.7-alpine.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 04:22:06 +00:00
ogerly
0c75d6e089
Fix commit
2019-07-24 16:03:10 +02:00
ogerly
77f45c1508
esoolved comments @tirokk
2019-07-24 15:35:08 +02:00
dependabot-preview[bot]
f344abaf9a
Bump date-fns from 2.0.0-beta.2 to 2.0.0-beta.3 in /webapp
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.0.0-beta.2 to 2.0.0-beta.3.
- [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.0.0-beta.2...v2.0.0-beta.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 04:33:59 +00:00
Matt Rider
88a14ebd4f
Add tests, fix typo
2019-07-23 10:55:07 -03:00
Alina Beck
d1cb72b9a0
disable save button when link has not been changed
2019-07-23 14:51:45 +02:00
Alina Beck
fcc6a4a084
center arrow icon in list
2019-07-23 14:48:28 +02:00
Alina Beck
ee43d4aaa7
refactor frontend tests
2019-07-23 14:25:52 +02:00
mattwr18
f65a167531
Merge pull request #1098 from Human-Connection/dependabot/npm_and_yarn/webapp/vue/eslint-config-prettier-5.0.0
...
Bump @vue/eslint-config-prettier from 4.0.1 to 5.0.0 in /webapp
2019-07-23 05:27:57 -03:00
Matt Rider
da298fe095
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 375-Sorting-II
2019-07-23 05:25:48 -03:00
dependabot-preview[bot]
4d7c1367f1
Bump @vue/eslint-config-prettier from 4.0.1 to 5.0.0 in /webapp
...
Bumps [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier ) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/vuejs/eslint-config-prettier/releases )
- [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/eslint-config-prettier/commits/v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 04:29:33 +00:00
dependabot-preview[bot]
511edfd4bd
Bump eslint-plugin-jest from 22.11.1 to 22.13.6 in /webapp
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.11.1 to 22.13.6.
- [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.11.1...v22.13.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 04:29:02 +00:00
Robert Schäfer
f71e481824
Fix import path
2019-07-22 14:01:55 +02:00
Robert Schäfer
281026b04c
Downgrade css-loader to < 3.0.0
...
To workaround
```
Module build failed (from ./node_modules/css-loader/dist/cjs.js):
ValidationError: CSS Loader Invalid Options
options should NOT have additional properties
```
Some silly package of us is not up-to-date and still sends
`exportOnlyLocals` to `css-loader` thus raising this error. I don't know
which, so I'll downgrade css-loader to `2.x.x` which has the old API.
2019-07-22 13:56:51 +02:00
Robert Schäfer
455eac1031
Merge remote-tracking branch 'origin/master' into storybook
2019-07-22 13:27:32 +02:00
Matt Rider
c8a6792627
Add parent class for css selector on cypress/component
2019-07-22 06:50:58 -03:00
Matt Rider
69de04f1eb
Remove extra parantheses
2019-07-22 05:52:01 -03:00
Wolfgang Huß
00879fc2fa
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 256-editor-embeds-merge-in-nitro-embed
...
# Conflicts:
# backend/package.json
# backend/yarn.lock
2019-07-22 10:51:23 +02:00
Matt Rider
211508f183
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 375-Sorting-II
2019-07-22 05:42:30 -03:00
dependabot-preview[bot]
b9eae65b8b
Bump eslint-plugin-import from 2.18.0 to 2.18.2 in /webapp
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.18.0 to 2.18.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.18.0...v2.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-22 04:51:16 +00:00
Robert Schäfer
7a9d9339f8
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 256-editor-embeds-merge-in-nitro-embed
2019-07-20 14:45:41 +02:00
Robert Schäfer
b3712d9e11
Merge remote-tracking branch 'origin/master' into 256-editor-embeds-merge-in-nitro-embed
2019-07-19 20:18:10 +02:00
dependabot-preview[bot]
b29a15db7f
Bump @babel/preset-env from 7.5.4 to 7.5.5 in /webapp
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 18:14:44 +00:00
Robert Schäfer
a56dded667
Merge pull request #1080 from Human-Connection/1003-Page-for-Imprint
...
Created imprint page, added English translations
2019-07-19 15:25:20 +02:00
Robert Schäfer
949b839a9f
Merge pull request #1076 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/core-7.5.5
...
Bump @babel/core from 7.5.4 to 7.5.5 in /webapp
2019-07-19 15:19:45 +02:00
Alexander Friedland
4fe3c08402
Merge branch 'master' into 375-Sorting-II
2019-07-19 11:53:01 +02:00
ogerly
063479610e
fix lint
2019-07-19 10:28:13 +02:00
ogerly
66ea9f7a55
English adapted, lint ok
2019-07-19 06:55:18 +02:00
dependabot-preview[bot]
847c2f90f6
Bump eslint-plugin-jest from 22.9.0 to 22.11.1 in /webapp
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.9.0 to 22.11.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.9.0...v22.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 04:30:34 +00:00
ogerly
6e5b277afa
commentar delete
2019-07-18 21:19:15 +02:00
ogerly
18fcfb0fd0
Change of css and variables, lint and test ok
2019-07-18 21:06:01 +02:00
dependabot-preview[bot]
c183401bb4
Bump @babel/core from 7.5.4 to 7.5.5 in /webapp
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 15:57:36 +00:00
Wolfgang Huß
ccae251ad9
Implemented scrollBehavior for better scroll behaviar
...
This scrolls even if you go forth and back in the browser.
Corrected URL for notifications in a Post.
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-07-18 16:31:50 +02:00
Wolfgang Huß
744f0cb225
Approach to get scrollBehavior in a useful way. Works, but not fully successful
2019-07-18 08:30:44 +02:00
Matt Rider
5fb89fd45c
Merge branch 'master' of github.com:Human-Connection/Human-Connection into refine-social-media
2019-07-17 07:23:29 -03:00
mattwr18
e4d4be448a
Merge pull request #1057 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-jest-22.9.0
...
Bump eslint-plugin-jest from 22.8.0 to 22.9.0 in /webapp
2019-07-17 07:06:43 -03:00
ogerly
47324d4905
example II - lint ok, test local ok
2019-07-17 09:57:08 +02:00
dependabot-preview[bot]
d4a054a5e2
Bump eslint-plugin-jest from 22.8.0 to 22.9.0 in /webapp
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.8.0 to 22.9.0.
- [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.8.0...v22.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 04:26:22 +00:00
Robert Schäfer
b74590821c
Merge remote-tracking branch 'origin/master' into 256-editor-embeds-merge-in-nitro-embed
2019-07-16 21:33:46 +02:00
Wolfgang Huß
0d5471fee4
Try to implement scrollBehavior for Mentions of User in Comment of a Post
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-07-16 19:25:03 +02:00
Wolfgang Huß
cd0c509c81
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1017-send-out-notifications-on-create-omment
2019-07-16 16:10:36 +02:00
Wolfgang Huß
3b88c47206
Update the contentExcerpt
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-07-16 15:48:38 +02:00
Wolfgang Huß
e4fd7f4cf7
Merge branch '552-update_comment' of https://github.com/Human-Connection/Human-Connection into 552-update_comment
2019-07-16 15:11:41 +02:00
Wolfgang Huß
fae5b11607
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 552-update_comment
2019-07-16 15:09:50 +02:00
Alina Beck
972425fb09
fix lint errors
2019-07-16 14:00:30 +02:00