1087 Commits

Author SHA1 Message Date
Wolfgang Huß
7d381a5fdb Fix typo in backend 'filter-posts.spec.js' 2023-05-30 12:11:16 +02:00
Wolfgang Huß
54c7f9e38d Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into event-master 2023-05-30 10:53:20 +02:00
2f362972fe
remove comment of unused(&deprecated) package 2023-05-23 17:25:31 +02:00
elweyn
5544f453a6 Backend removed eventLocation, frontend fixes 2023-05-17 22:12:08 +02:00
Markus
df86812fc0 added missing eventLocationName to _EventInputs 2023-05-17 16:17:02 +02:00
Moriz Wahl
29e86228ce
Merge pull request #6257 from Ocelot-Social-Community/fix-post-type-on-notifications
fix(backend): post type on notifications
2023-04-25 20:43:46 +02:00
Moriz Wahl
fc727e6727 add eventEnd 2023-04-25 19:11:46 +02:00
Moriz Wahl
71d8d4f0b4 fix(backend): recover missing changes 2023-04-25 19:02:01 +02:00
Moriz Wahl
5512482a66 Merge branch 'master' into event-master 2023-04-25 14:30:32 +02:00
Moriz Wahl
b327cae02d
Merge pull request #6255 from Ocelot-Social-Community/filter-events
feat(backend): filter posts by post type
2023-04-25 13:49:35 +02:00
Moriz Wahl
3e14c1220d fix(backned): post type on notifications 2023-04-25 12:41:33 +02:00
bbe77c7ddd
Merge branch 'master' into fix-search-3-chars 2023-04-25 12:02:43 +02:00
Moriz Wahl
e68d8b00fc
Merge pull request #6240 from Ocelot-Social-Community/save-location-address
feat(backend): save location address
2023-04-25 12:01:37 +02:00
c2828a31de
word length limitation set to minimum 2 2023-04-25 12:01:10 +02:00
9198ec9a12
ensure 3 characters minimum 2023-04-25 11:47:30 +02:00
6102ce2fff
more lint fix 2023-04-25 04:05:43 +02:00
5c23815a36
lint fixes 2023-04-25 03:50:06 +02:00
ca24cf4405
simplyfy logic, use language ahortcuts 2023-04-25 02:19:15 +02:00
a10916fc14
remove falsy values, but do not limit characters 2023-04-25 02:15:16 +02:00
Moriz Wahl
4091045de6 fix tests (include eventStart) 2023-04-24 17:12:56 +02:00
Moriz Wahl
e69c036c80 order events by event date, filter outdated events 2023-04-24 16:21:50 +02:00
Moriz Wahl
bed693b073 feat(backend): filter posts by post type 2023-04-24 15:49:24 +02:00
Moriz Wahl
ef14b9355c
Merge pull request #6231 from Ocelot-Social-Community/add-further-event-params
feat(backend): add further event params
2023-04-20 14:41:28 +02:00
Moriz Wahl
af19e31178 fix(backend): posts in groups cannot be pinned 2023-04-20 14:32:30 +02:00
0d6f6d1dbf
Merge branch 'master' into event-master 2023-04-20 14:11:26 +02:00
Moriz Wahl
b13325659d remove changes from other branch 2023-04-20 13:40:16 +02:00
Moriz Wahl
ffd98f23a6 feature(backend): save location address 2023-04-20 13:25:06 +02:00
c3f8b37135
fixed specc 2023-04-20 11:35:58 +02:00
Moriz Wahl
8c0a833d0b feat(backend): further event params 2023-04-19 09:09:08 +02:00
Moriz Wahl
2a8a993ff8 updatePost with event type 2023-03-30 15:03:21 +02:00
Moriz Wahl
0c225715fa test create post with event properties 2023-03-30 14:43:25 +02:00
Moriz Wahl
927da4ffb8 feat(backend): event parameters 2023-03-30 10:28:47 +02:00
Moriz Wahl
f00b36b99e update posts with post type parameter 2023-03-29 17:36:36 +02:00
Moriz Wahl
2c52d08a94 test update posts for categories again 2023-03-29 17:26:15 +02:00
Moriz Wahl
0f7c2d014c refactor test for update post: user createPost mutation instead of factory. Porblem: Imagesgit add .! 2023-03-29 17:10:21 +02:00
Moriz Wahl
2b43041fe4 test postType=Article for createPost and move createPostMutation to graphql folder 2023-03-29 16:54:57 +02:00
Moriz Wahl
507fa4c352 test default label Article for postType property on create post 2023-03-29 16:36:08 +02:00
Moriz Wahl
a67482b94f add postType property to post type 2023-03-29 16:21:51 +02:00
Moriz Wahl
6d377ecaaa feat(backend): create/update post with post type 2023-03-29 16:02:44 +02:00
Moriz Wahl
282fc347f1 remove unused enum type 2023-03-16 16:58:52 +01:00
Moriz Wahl
d8df95d093 notifications as read with myRole for groups 2023-03-16 16:54:40 +01:00
Moriz Wahl
5f38c74d82 fix flaky test 2023-03-16 16:08:33 +01:00
Moriz Wahl
6adfac1c7b notify user when removed from group 2023-03-16 16:01:46 +01:00
Moriz Wahl
35f3da9984 notify user when role in group changed 2023-03-16 15:31:09 +01:00
Moriz Wahl
a25e6eb326 notify leave group 2023-03-16 15:09:19 +01:00
Moriz Wahl
997dff4dec add related user to notified model 2023-03-15 17:34:16 +01:00
Moriz Wahl
28952567b0 feat(backend): notifications for groups 2023-03-15 15:27:22 +01:00
elweyn
0f64235bfb linting fixes 2023-03-13 16:17:47 +01:00
elweyn
43a96826e4 feat(webapp): change order of groups to new first 2023-03-13 15:27:46 +01:00
Moriz Wahl
5bd831752d
Merge branch 'master' into feature/mark-all-notification-as-read 2023-03-09 13:23:09 +01:00