Matt Rider
014de3b97b
Destructure category from result
2019-07-09 07:58:15 -03:00
Matt Rider
737d1f839a
Style categories filter dropdown, get working with multiple categories
2019-07-08 21:44:47 -03:00
Matt Rider
3dc5888364
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 967-filter-post-by-category
2019-07-08 10:21:33 -03:00
Wolfgang Huß
ae2cf31733
Merge pull request #966 from Human-Connection/965-update-post-without-image-throws-error
...
Remove request for image in UpdatePost mutation from UI
2019-07-08 13:45:19 +02:00
Matt Rider
98080b597d
Style categories dropdown items
...
- it's a vertical list, dealing with difficulties to make it horizontal
2019-07-05 14:34:54 -03:00
Matt Rider
3b6db5f631
Set up posts in store, get working from FilterPosts
...
- also, set it up to be mobile responsive
2019-07-05 12:47:44 -03:00
mattwr18
cb19c43c22
Merge pull request #973 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-14.4.2
...
Bump graphql from 14.4.0 to 14.4.2 in /backend
2019-07-04 21:53:20 -03:00
mattwr18
fdd8519fbe
Merge pull request #972 from Human-Connection/dependabot/npm_and_yarn/webapp/graphql-14.4.2
...
Bump graphql from 14.4.0 to 14.4.2 in /webapp
2019-07-04 21:52:58 -03:00
mattwr18
5747f67e3e
Merge pull request #971 from Human-Connection/dependabot/npm_and_yarn/webapp/vue/cli-shared-utils-3.9.0
...
Bump @vue/cli-shared-utils from 3.8.0 to 3.9.0 in /webapp
2019-07-04 21:52:37 -03:00
mattwr18
f307009e41
Merge pull request #970 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-loader-2.2.0
...
Bump eslint-loader from 2.1.2 to 2.2.0 in /webapp
2019-07-04 21:52:16 -03:00
Matt Rider
a875fe0d5e
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 967-filter-post-by-category
2019-07-04 20:33:24 -03:00
Matt Rider
65f11d6f98
Add functionality to filter posts by category
...
- only filters if you send two requests :'(
2019-07-04 20:32:16 -03:00
dependabot-preview[bot]
de6a57ebe7
Bump graphql from 14.4.0 to 14.4.2 in /webapp
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 14.4.0 to 14.4.2.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v14.4.0...v14.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-04 10:20:48 +00:00
dependabot-preview[bot]
7fbf634ff4
Bump graphql from 14.4.0 to 14.4.2 in /backend
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 14.4.0 to 14.4.2.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v14.4.0...v14.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-04 10:20:38 +00:00
mattwr18
063ba642a0
Merge pull request #945 from Human-Connection/943_bring_user_mutation_under_control
...
943 bring user mutation under control
2019-07-04 07:18:29 -03:00
Wolfgang Huß
83c4a1c638
Merge pull request #963 from Human-Connection/716-Postcar-content-excerpt-overflow
...
long links and content is wrapped
2019-07-04 08:11:43 +02:00
Wolfgang Huß
4b1bcdc0f9
Merge pull request #951 from Human-Connection/805-remove-unused-query
...
Remove unused query as cleanup
2019-07-04 08:09:58 +02:00
dependabot-preview[bot]
842df06754
Bump @vue/cli-shared-utils from 3.8.0 to 3.9.0 in /webapp
...
Bumps [@vue/cli-shared-utils](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-shared-utils ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.0/packages/@vue/cli-shared-utils )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-04 04:30:49 +00:00
dependabot-preview[bot]
450555f658
Bump eslint-loader from 2.1.2 to 2.2.0 in /webapp
...
Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader ) from 2.1.2 to 2.2.0.
- [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/2.1.2...v2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-04 04:29:12 +00:00
Matt Rider
bb93052b88
Add FilterPosts dropdown with category names
2019-07-03 19:46:49 -03:00
Matt Rider
c6b261853f
Add test for filter posts by category
2019-07-03 19:46:26 -03:00
Robert Schäfer
8b991ea686
Less log output
2019-07-03 23:22:31 +02:00
Robert Schäfer
09ff79763d
Follow @mattwr18's other suggestion
2019-07-03 23:20:36 +02:00
Robert Schäfer
ef46f71c0d
Follow @mattwr18 code review 👍
2019-07-03 22:22:42 +02:00
Matt Rider
daaa979c99
Remove request for image
...
- we do not need to request it and if there is none it throws an error
2019-07-03 16:20:30 -03:00
Robert Schäfer
10ae4abaae
Use neode to bring User mutations under control
...
This commit takes all backend changes for signup and invite feature. I
was working on these features and removed the generated mutations for
type user along the way.
2019-07-03 15:58:42 +02:00
senderfm
d108ee5bab
long links and content is wrapped
2019-07-03 15:30:21 +02:00
Alexander Friedland
324330ad8e
Merge pull request #864 from Human-Connection/844-Comments-cannot-be-expanded-if-they-are-too-long
...
🐛 [Bug] : long comments can be folded up and down
2019-07-03 10:52:19 +02:00
senderfm
0c1403dda5
fix conflict
2019-07-03 10:06:48 +02:00
Alexander Friedland
76388d4c4b
Merge pull request #908 from Human-Connection/785-reporting-a-user-post-or-comment
...
the one-time reporting of a user, post or comment
2019-07-03 08:44:19 +02:00
Robert Schäfer
a4dd65ab40
Merge pull request #955 from Human-Connection/717-comment-display-and-design
...
Add basic styling for comment list
2019-07-03 00:48:49 +02:00
Robert Schäfer
47732b3e13
Merge pull request #954 from Human-Connection/765-refactor-to-extract-query
...
Refactor code to extract query to it's own file
2019-07-03 00:31:00 +02:00
Matt Rider
2407f0b0d1
Add basic styling for comment list
2019-07-02 19:14:18 -03:00
Matt Rider
1c1a390d0c
Refactor code to extract query to it's own file
2019-07-02 18:38:41 -03:00
Matt Rider
4c7718afb4
Remove unused query as cleanup
2019-07-02 14:36:03 -03:00
mattwr18
db3221cec6
Merge pull request #948 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-6.0.2
...
Bump graphql-shield from 5.6.2 to 6.0.2 in /backend
2019-07-02 13:38:57 -03:00
senderfm
ffb261b71c
load long content after save
2019-07-02 18:18:18 +02:00
mattwr18
7fa3cc7709
Merge pull request #919 from Human-Connection/778-categories-for-posts
...
Post with categories
2019-07-02 12:20:43 -03:00
mattwr18
82c08b17b4
Merge pull request #933 from Human-Connection/907-Mobile-Responsive-Menu-Navbar
...
907 mobile responsive menu navbar
2019-07-02 12:18:59 -03:00
mattwr18
97f31abccd
Merge pull request #905 from Human-Connection/850-api-mapbox-check-place-or-region
...
region and place is no longer created twice.
2019-07-02 12:18:12 -03:00
Matt Rider
677f657b2e
Update schemas, fix typo
...
Co-authored-by: Robert Schäfer <git@roschaefer.de>
2019-07-02 10:40:32 -03:00
Robert Schäfer
0bc1444336
Explicitly define all comment mutations in schema
...
Remove `postId` as part of the to-be-saved comment type.
2019-07-02 15:11:21 +02:00
Robert Schäfer
cbc8fc8d83
Add missing German translations
2019-07-02 14:18:39 +02:00
Matt Rider
17ff9c4c0f
Add caching rule to allow for upgrade
2019-07-02 08:36:47 -03:00
dependabot-preview[bot]
dfa41aa67f
Bump graphql-shield from 5.6.2 to 6.0.2 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 5.6.2 to 6.0.2.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v5.6.2...v6.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 04:22:58 +00:00
3a961e5b77
Merge pull request #941 from Human-Connection/dependabot/docker/backend/node-12.5-alpine
...
Bump node from 12.4-alpine to 12.5-alpine in /backend
2019-07-02 01:25:34 +02:00
55b598fb69
Merge pull request #942 from Human-Connection/dependabot/docker/webapp/node-12.5-alpine
...
Bump node from 12.4-alpine to 12.5-alpine in /webapp
2019-07-02 01:25:13 +02:00
03eedfc836
Merge pull request #937 from Human-Connection/dependabot/npm_and_yarn/cypress-file-upload-3.2.0
...
Bump cypress-file-upload from 3.1.4 to 3.2.0
2019-07-02 01:24:41 +02:00
Matt Rider
b034d22732
Fix failing cypress test
2019-07-01 18:50:24 -03:00
Matt Rider
f302961376
Get categories working with UpdatePost, refactor
2019-07-01 18:00:55 -03:00