Wolfgang Huß
96bc855518
Get the backend tests with decide mutation to work #2
2019-11-04 19:13:15 +01:00
Wolfgang Huß
f826039777
Get the backend tests with decide mutation to work #1
2019-11-04 18:33:55 +01:00
mattwr18
d3922a8149
Merge pull request #2059 from Human-Connection/2045-filter-posts-by-language
...
🍰 First Implementation Of Filtering Posts By Language
2019-11-04 10:20:13 +01:00
Joseph Ngugi
044155a298
add allowShouts mutation
2019-10-31 21:22:44 +03:00
Joseph Ngugi
9668351279
add allowShouts type
2019-10-31 21:22:10 +03:00
Joseph Ngugi
c8ce53d598
add allowShouts field
2019-10-31 21:21:31 +03: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
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
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
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
Wolfgang Huß
21e82d2ea5
Get decide mutation to work
...
- Tests are not fully working yet!
2019-10-30 19:07:51 +01:00
Wolfgang Huß
54be7782ba
First refactoring tests to new database structure
2019-10-30 16:59:24 +01:00
Wolfgang Huß
47d5cc89dd
Implement last property on DECIDED relation
2019-10-30 15:48:46 +01:00
Wolfgang Huß
7b3224327e
Prepare backend for next implementation step
2019-10-30 13:51:00 +01:00
roschaefer
9b67036b43
Add random languages to seeds
2019-10-29 22:03:44 +01:00
Kapil Jain
aecc21890e
fixed removing original post's user
2019-10-29 14:20:51 -04: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
Kapil Jain
529a8a6365
send only one notification for mention and comment
2019-10-28 15:40:29 -04:00
Moriz Wahl
a66aa0591c
Typo fixed. Password -> Passwort
2019-10-28 14:44:20 +01:00
Wolfgang Huß
8db667c1eb
Refactor disable and enable mutations to decide
2019-10-28 14:07:44 +01:00
Wolfgang Huß
6593c6ec5c
Refactor the database structure from DISABLED to DECIDED relation
...
- First Step.
- Apply properties to the relation.
2019-10-25 16:51:47 +02:00
Wolfgang Huß
15d28aa8ef
Finish redesign of moderators report list
...
- It is not perfect, but will do it for now.
2019-10-23 15:59:34 +02:00
Wolfgang Huß
11341b82e6
Structure reports in moderators list by content, just a beginning
2019-10-23 12:11:51 +02:00
roschaefer
2a9e182649
fix: performance issue with ordering
...
@mattwr18 @aonomike
You must never `ORDER BY` a property with a `@cypher` directive. Reason:
The order by performance will be terribly poor.
See my issue:
https://github.com/neo4j-graphql/neo4j-graphql-js/issues/239
And my PR:
https://github.com/neo4j-graphql/neo4j-graphql-js/pull/247
2019-10-22 20:00:12 +02:00
mattwr18
46fd534a28
Merge pull request #1840 from Human-Connection/1205-pinned-post-for-admins
...
Allow admins to pin a post
2019-10-21 14:37:14 +02:00
mattwr18
9d37099984
Merge pull request #1957 from Human-Connection/1955_refactor-reports-resolver-spec
...
Refactor reports resolver spec
2019-10-21 13:22:17 +02:00
aonomike
86907f2800
Fix code review issues
2019-10-21 13:25:56 +03:00
mattwr18
3163f6c9b1
Merge pull request #1853 from Human-Connection/219-add-createDate-follow-shout
...
Added createdAt date for follow and shout
2019-10-21 10:13:20 +02:00
Kapil Jain
aaa1fea582
Implemented review comments - moved new tests in their own 'it' blocks.
2019-10-20 11:12:54 -04:00
Kapil Jain
58e3429c31
Implemented review comments - moved new tests in their own 'it' blocks.
2019-10-20 10:52:20 -04:00
aonomike
4e42017afa
Refactor tests for querying reported resources
2019-10-19 15:50:48 +03:00
aonomike
08adff74bf
Refactor tests for reporting a tag
2019-10-19 15:08:26 +03:00
aonomike
55abe975d9
Refactor tests for reporting a comment
2019-10-19 14:57:10 +03:00
aonomike
58d1ce6515
Refactor tests for reporting a post
2019-10-19 14:27:51 +03:00
aonomike
28f0431ffa
Refactor tests for reporting a user
2019-10-19 13:34:54 +03:00
aonomike
bcb880db5e
Start refactor of authenticated user path
...
- Refactor report invlid resource
- Start refactor of valid resource path
2019-10-19 12:51:16 +03:00
aonomike
cf5042d9a4
Refactor report resolver spec
...
- Set up the apollo server testing
- Refactor unauthenticated path for the mutation
2019-10-19 11:35:36 +03:00
mattwr18
8872dc16cf
Follow @Tirokk 's PR review suggestions
...
- add type :User to match
- remove unneeded outdated pinPost
2019-10-18 18:27:20 +02:00
mattwr18
9f70012556
Fix lint
2019-10-18 15:55:47 +02:00
mattwr18
7f2adfaa9e
Add back missing locale to type User
2019-10-18 15:20:06 +02:00
mattwr18
ddf8b657be
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1205-pinned-post-for-admins
2019-10-18 15:17:03 +02:00
Alexander Friedland
c819edc293
Merge pull request #1927 from Human-Connection/Set_and_save_language_in_user_settings
...
Language will be saved in the database of the user during registration
2019-10-18 15:11:04 +02:00
mattwr18
be0c8044e8
Return pinnedAt date from pinPost resolver/clean up
...
- it's good to return the pinnedAt date for ordering
- move test to a better describe block
- remove unneeded outdated variables from graphql/PostQuery UpdatePost
- fix indentation in Post.gql
- fix pinnedAt to return pinned.createdAt, not post.createdAt
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-10-18 15:10:26 +02:00
Alexander Friedland
f6e87b87ff
locale
...
change language to locale
2019-10-18 12:54:55 +02:00
Alexander Friedland
a6108f6a00
locale
...
change language to locale
2019-10-18 12:15:21 +02:00
Alexander Friedland
abaa9b7759
locale
...
change language to locale
2019-10-18 12:14:11 +02:00
Alexander Friedland
713feb4347
locale
...
change language to locale
2019-10-18 12:13:01 +02:00
Alexander Friedland
6d1bf2c3e8
locale
...
change language to locale
2019-10-18 12:10:44 +02:00