roschaefer
|
643d175ef6
|
Implement notifications resolver
|
2019-08-30 16:00:32 +02:00 |
|
Wolfgang Huß
|
c9c6605b3e
|
Merge branch '1395-hashtags-imported-with-not-allowed-chars' of https://github.com/Human-Connection/Human-Connection into 1395-hashtags-imported-with-not-allowed-chars
|
2019-08-29 19:10:25 +02:00 |
|
Wolfgang Huß
|
327105da7a
|
Refactor the extraction of hashtag out of a posts content
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
|
2019-08-29 19:02:44 +02:00 |
|
Wolfgang Huß
|
0bc4c558ae
|
Refactore the import and hashtags to all unicode characters
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
|
2019-08-29 17:02:02 +02:00 |
|
ogerly
|
ee03f0e902
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into C-1187-terms-and-conditions-confirmed-function
|
2019-08-28 14:21:46 +02:00 |
|
Wolfgang Huß
|
af968461b6
|
Split handleNotificationsMiddleware in notificationsMiddleware and hashtagsMiddleware
|
2019-08-26 16:24:43 +02:00 |
|
Wolfgang Huß
|
7498d88a44
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
|
2019-08-26 15:44:32 +02:00 |
|
Wolfgang Huß
|
2600c69185
|
Change code after @mattwr18 suggestions
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
|
2019-08-23 15:57:31 +02:00 |
|
Wolfgang Huß
|
df4f0627b5
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
# Conflicts:
# backend/src/middleware/index.js
|
2019-08-23 15:31:48 +02:00 |
|
roschaefer
|
123c30b301
|
Fix "cannot read property id of null" in staging
|
2019-08-23 14:53:52 +02:00 |
|
Robert Schäfer
|
b82743463e
|
Merge pull request #1368 from Human-Connection/1352-fix-update-post-resolver
Fix UpdatePost resolver/validations
|
2019-08-23 13:37:16 +02:00 |
|
Matt Rider
|
79e6b56396
|
Use ES6 syntax to avoid repetition
|
2019-08-23 12:35:53 +02:00 |
|
Matt Rider
|
abbfc6d757
|
Remove commented out, unneeded code
|
2019-08-23 11:30:20 +02:00 |
|
ogerly
|
0bb71cfbb3
|
Specs tests run through cleanly
|
2019-08-23 11:02:24 +02:00 |
|
ogerly
|
592a682bd7
|
Temporary commit
|
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 |
|
Matt Rider
|
773779e5f1
|
Fix UpdatePost resolver/validations
|
2019-08-23 10:57:11 +02:00 |
|
Wolfgang Huß
|
793485c0fc
|
Write frontend tests
|
2019-08-22 15:20:40 +02:00 |
|
Wolfgang Huß
|
04fe6b0a8c
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
# Conflicts:
# backend/src/middleware/handleNotifications/handleNotificationsMiddleware.spec.js
Refactored there tests a little
|
2019-08-22 11:02:10 +02:00 |
|
Wolfgang Huß
|
3e91a66673
|
Correct wrong merge of master
|
2019-08-22 08:32:19 +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 |
|
Wolfgang Huß
|
3d2df56141
|
Backend tests
|
2019-08-21 14:27:32 +02:00 |
|
Wolfgang Huß
|
d98ebdd713
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
|
2019-08-21 08:37:43 +02:00 |
|
roschaefer
|
5c72799095
|
Fix #1315
|
2019-08-21 01:52:43 +02:00 |
|
Matt Rider
|
ea923ae1dc
|
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
|
2019-08-20 21:29:10 +02:00 |
|
Robert Schäfer
|
89b377fee1
|
Merge pull request #1281 from Human-Connection/272-add_error_reporting
272 add error reporting
|
2019-08-20 19:07:49 +02:00 |
|
Matt Rider
|
a000719663
|
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
|
2019-08-20 16:13:38 +02:00 |
|
Matt Rider
|
29f39c4f45
|
Update backend tests
- Every test that created or updated a post needed to be updated to add categoryIds
|
2019-08-20 15:54:51 +02:00 |
|
Wolfgang Huß
|
83a538d345
|
Write backend tests
Rename files.
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
|
2019-08-19 22:13:42 +02:00 |
|
roschaefer
|
58795ad990
|
Implement error reporting for the backend
|
2019-08-19 20:14:43 +02:00 |
|
Matt Rider
|
555c5254bc
|
Add tests, validations for too many categories
- Co-authored-by: Joseph Ngugi <jngugi88@gmail.com>
|
2019-08-19 17:31:55 +02:00 |
|
Wolfgang Huß
|
aae5fd396e
|
Merge branch '1017-send-out-notifications-on-create-omment' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
# Conflicts:
# backend/src/middleware/handleNotifications/handleNotifications.js
# backend/src/middleware/handleNotifications/handleNotifications.spec.js
# webapp/components/notifications/Notification/Notification.vue
# webapp/components/notifications/NotificationMenu/NotificationMenu.vue
|
2019-08-19 16:58:18 +02:00 |
|
Matt Rider
|
3b09c31cbb
|
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
|
2019-08-19 16:55:29 +02:00 |
|
Wolfgang Huß
|
68c25b8d54
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
# Conflicts:
# backend/src/middleware/handleNotifications/handleNotifications.spec.js
|
2019-08-19 08:42:00 +02:00 |
|
Wolfgang Huß
|
a972215579
|
Lint fix
|
2019-08-16 18:29:26 +02:00 |
|
Wolfgang Huß
|
f653bac9e1
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1017-send-out-notifications-on-create-omment
# Conflicts:
# backend/src/middleware/handleHtmlContent/handleContentData.spec.js
|
2019-08-16 18:22:36 +02:00 |
|
Wolfgang Huß
|
1ff7750918
|
Remove comment
|
2019-08-16 18:15:40 +02:00 |
|
Wolfgang Huß
|
0b9a58e317
|
Wrote and tested the mention of a blocked user on a post of a blocker
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
|
2019-08-16 18:14:14 +02:00 |
|
Wolfgang Huß
|
efb5c75c24
|
Refactor after Roberts suggestions, number I
Start writing tests
|
2019-08-16 16:56:14 +02:00 |
|
roschaefer
|
51b734275a
|
The name of the hashtag is now it's ID
`name` was just a redundant attribute
|
2019-08-16 01:49:29 +02:00 |
|
Wolfgang Huß
|
8acccc99d0
|
Implemented a reason in the Notification
Used this for displaying in the mentions menu in frontend.
Rewrite backend test.
|
2019-08-15 19:29:06 +02:00 |
|
Wolfgang Huß
|
af70d4f717
|
Get Notification for author for Commenting their Posts
|
2019-08-15 16:59:42 +02:00 |
|
kachulio1
|
314dfcf413
|
Throw error if no categories on post creation
Co-authored-by: mattwr18 <mattwr18@gmail.com>
|
2019-08-15 17:55:02 +03:00 |
|
Wolfgang Huß
|
5b5489232f
|
Rename files
|
2019-08-15 15:47:53 +02:00 |
|
Wolfgang Huß
|
a6eaea70dc
|
Add UpdateComment support for Mentions in Comment
|
2019-08-15 15:47:13 +02:00 |
|
Wolfgang Huß
|
0d66cc4dcf
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1017-send-out-notifications-on-create-omment
# Conflicts:
# backend/src/middleware/handleHtmlContent/handleContentData.js
# backend/src/schema/types/schema.gql
|
2019-08-15 10:16:33 +02:00 |
|
Wolfgang Huß
|
67f25104f4
|
Fixing lint
|
2019-08-14 13:22:01 +02:00 |
|
Wolfgang Huß
|
825a5f235a
|
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1017-send-out-notifications-on-create-omment
|
2019-08-14 13:10:19 +02:00 |
|
roschaefer
|
d2a6d8c047
|
Avoid notifications if user was blocked
Otherwise you would follow a link and get a 404
|
2019-08-13 17:16:24 +02:00 |
|
roschaefer
|
5103bdbc2a
|
Fix tests
|
2019-08-13 11:50:33 +02:00 |
|