Matt Rider
edd37db8fe
Update frontend to display urls, update currentUser
2019-04-10 20:33:37 -03:00
Robert Schäfer
4c808e135b
Fix 400 error
...
cc @mattwr18
What helped me to track down the problem was to compare the local
changes to master:
First, make it easy to compare with master:
1. `git fetch origin`
2. `git merge origin/master`
3. Resolve conflicts
Then track the error down:
1. `git checkout origin/master -- .`
2. `git reset`
3. Add more and more changes back and wait until the error shows up
- `git checkout backend`
- `git checkout webapp` bingo
See https://github.com/Human-Connection/Human-Connection/pull/237#issuecomment-481485741
2019-04-10 15:20:43 +02:00
Robert Schäfer
102a03f552
Merge remote-tracking branch 'origin/master' into 236-list-social-media-accounts
2019-04-10 15:17:18 +02:00
d28ef3e7c4
Merge pull request #434 from Human-Connection/2019/kw15/hide_all_unfuctional_content
...
2019/kw15/hide_all_unfuctional_content
2019-04-10 14:17:58 +02:00
Robert Schäfer
1f8c91f2d4
Merge branch 'master' into dependabot/npm_and_yarn/webapp/nodemon-1.18.11
2019-04-10 11:35:10 +02:00
1c78e969c6
Merge branch 'master' into 2019/kw15/hide_all_unfuctional_content
2019-04-10 10:58:11 +02:00
23c2b6889b
Merge branch 'master' into 2019/kw15/new_post_button_position
2019-04-10 10:25:07 +02:00
c8d01d80cf
Merge branch 'master' into 2019/kw15/Access_Settings_from_Profile_as_Owner
2019-04-10 10:07:06 +02:00
mattwr18
9c64220c92
Merge branch 'master' into 236-list-social-media-accounts
2019-04-09 21:06:41 -03:00
Robert Schäfer
8c937bcb2d
Merge branch 'master' into 2019/kw15/Access_Settings_from_Profile_as_Owner
2019-04-10 00:41:40 +02:00
Robert Schäfer
98e7d28457
Merge branch 'master' into dependabot/npm_and_yarn/webapp/nodemon-1.18.11
2019-04-09 22:12:56 +02:00
Robert Schäfer
98138f2500
Merge branch 'master' into 2019/kw15/new_post_button_position
2019-04-09 22:10:04 +02:00
Robert Schäfer
cf612e6fda
Merge branch 'master' into 2019/kw15/disabled_post_fix_disabled_border_z-index
2019-04-09 22:07:45 +02:00
5c540b618e
Access Settings from Profile as Owner -> link was already present, but text was misleading (corrected), removed eslint exception
2019-04-09 13:24:00 +02:00
5e28ef32ab
lint fixes
2019-04-09 11:14:41 +02:00
03eb58ed3b
lint fixes
2019-04-09 11:13:19 +02:00
93ab590903
lint fixes
2019-04-09 11:10:50 +02:00
b235c640c5
lint fix
2019-04-09 11:09:03 +02:00
dependabot[bot]
6c43941429
Bump nodemon from 1.18.10 to 1.18.11 in /webapp
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-09 04:54:12 +00:00
Matt Rider
4de8407620
Rename variable, mutation
...
- result is not a good name in this case because we know what is coming back, the result is a socialMedia node
- update the mutation name in the front end
2019-04-08 12:05:57 -03:00
Matt Rider
a1ebb89d64
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-04-08 11:57:35 -03:00
e51fd361ed
fixed position of new post button to fit all devices and be completely visible at any time
2019-04-08 12:45:03 +02:00
42e39a6973
fixed disabled red border z-index in order not to cross the menu in profile, refactored css of postCard
2019-04-08 12:32:42 +02:00
1f31c29552
make post sticky - fixes https://github.com/Human-Connection/Human-Connection/issues/385
2019-04-08 11:39:39 +02:00
5d1cb43e8c
hide all unfunctional content - fixes https://github.com/Human-Connection/Human-Connection/issues/429
2019-04-08 10:48:04 +02:00
dependabot[bot]
ca6acb4041
Bump @babel/core from 7.4.0 to 7.4.3 in /webapp
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.0 to 7.4.3.
- [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.4.0...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-05 10:45:58 +00:00
Matt Rider
4d4978c0f2
Merge github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-04-05 07:29:44 -03:00
dependabot[bot]
8b27a565e7
Bump jest from 24.7.0 to 24.7.1 in /webapp
...
Bumps [jest](https://github.com/facebook/jest ) from 24.7.0 to 24.7.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v24.7.0...v24.7.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-05 09:53:58 +00:00
Robert Schäfer
38949ac9b4
Merge pull request #391 from Human-Connection/dependabot/npm_and_yarn/webapp/babel-jest-24.7.1
...
Bump babel-jest from 24.6.0 to 24.7.1 in /webapp
2019-04-04 12:49:45 +02:00
dependabot[bot]
8bd437be07
Bump babel-jest from 24.6.0 to 24.7.1 in /webapp
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 24.6.0 to 24.7.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v24.7.1/packages/babel-jest )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-04 09:00:25 +00:00
Matt Rider
d9bf8049c5
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-04-03 13:31:24 -03:00
Robert Schäfer
1d41d6d070
Clean up webapp/package.json
2019-04-03 17:04:11 +02:00
Robert Schäfer
aba5335654
Merge pull request #369 from Human-Connection/dependabot/npm_and_yarn/webapp/@babel/preset-env-7.4.3
...
Bump @babel/preset-env from 7.4.2 to 7.4.3 in /webapp
2019-04-03 14:43:13 +02:00
dependabot[bot]
5d99803242
Bump jest from 24.6.0 to 24.7.0 in /webapp
...
Bumps [jest](https://github.com/facebook/jest ) from 24.6.0 to 24.7.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v24.6.0...v24.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-03 05:34:09 +00:00
dependabot[bot]
e7ee573c34
Bump @babel/preset-env from 7.4.2 to 7.4.3 in /webapp
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.2 to 7.4.3.
- [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.4.2...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-03 05:33:13 +00:00
dependabot[bot]
9d9beaef40
Bump jest from 24.5.0 to 24.6.0 in /webapp
...
Bumps [jest](https://github.com/facebook/jest ) from 24.5.0 to 24.6.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v24.5.0...v24.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02 15:30:23 +00:00
dependabot[bot]
fd9de33dca
Bump babel-jest from 24.5.0 to 24.6.0 in /webapp
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 24.5.0 to 24.6.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v24.6.0/packages/babel-jest )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02 04:37:35 +00:00
Robert Schäfer
aea25be7a5
Merge pull request #333 from Human-Connection/dependabot/npm_and_yarn/webapp/graphql-14.2.1
...
Bump graphql from 14.2.0 to 14.2.1 in /webapp
2019-04-01 16:40:23 +02:00
dependabot[bot]
fcafdca306
Bump graphql from 14.2.0 to 14.2.1 in /webapp
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v14.2.0...v14.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 04:45:33 +00:00
dependabot[bot]
24eea67651
Bump eslint from 5.15.3 to 5.16.0 in /webapp
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.15.3 to 5.16.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/v5.15.3...v5.16.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 04:45:06 +00:00
Matt Rider
94288ced54
Update currentUser after successful addSocialMedia mutation
...
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-03-28 15:54:45 -03:00
Matt Rider
78ec42e000
Merge branch '236-list-social-media-accounts' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-03-28 14:36:33 -03:00
Matt Rider
8efb3484ac
Merge github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-03-28 14:26:55 -03:00
Robert Schäfer
209b63715f
Show social media links as list
2019-03-27 14:28:20 +01:00
Robert Schäfer
9de652c631
Fix render error bug
...
🙌 @mattwr18
2019-03-27 14:17:47 +01:00
Robert Schäfer
8fb9ebd2b5
Expose bug: Server-side render error
2019-03-27 14:07:24 +01:00
Robert Schäfer
9daa7b81b9
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-03-27 12:55:36 +01:00
dependabot[bot]
d49b01319d
Bump graphql from 14.1.1 to 14.2.0 in /webapp
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v14.1.1...v14.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-27 11:54:27 +00:00
Matt Rider
3f9916404e
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-03-27 08:33:16 -03:00
Robert Schäfer
76dfd08c82
Follow @mattwr18's review
...
https://github.com/Human-Connection/Human-Connection/pull/248#pullrequestreview-219203465
2019-03-27 00:18:26 +01:00