1114 Commits

Author SHA1 Message Date
299e95dd91
fix several tests to fit typescript requirements 2023-06-20 11:41:20 +02:00
826a27d6a1
corrected file endings or removed them where possible 2023-06-20 11:41:20 +02:00
39cd82dc2a
resolvers 2023-06-20 11:41:20 +02:00
111835765e
all files as .ts 2023-06-20 11:41:20 +02:00
Hannes Heine
719f7c52b6
Merge branch 'master' into merge-6336-into-6339-optimize-event-create-and-update 2023-06-08 18:45:55 +02:00
Moriz Wahl
02ef59184c check if filter is present 2023-06-08 17:58:52 +02:00
Moriz Wahl
0d6ea1d7ba
Merge branch 'master' into show-events-not-ended-yet 2023-06-08 17:30:20 +02:00
Moriz Wahl
1d903798cd ensure that __typename of Post is a known value. labels(resource)[0] may return Article or Event in the case of Post 2023-06-08 16:01:27 +02:00
Moriz Wahl
39ed8f1b81 feat(backend): filter for event end date as well 2023-06-08 14:24:00 +02:00
Wolfgang Huß
65b8780786
Merge branch 'master' into merge-6336-into-6339-optimize-event-create-and-update 2023-06-07 21:34:47 +02:00
elweyn
e18baf34f3 Fix linting of backend. 2023-06-07 17:09:19 +02:00
elweyn
387fa9bfcb Fix events helper. 2023-06-07 16:03:30 +02:00
elweyn
3dadfd4329 Add a trim to check if locationName is not empty. 2023-06-07 12:34:09 +02:00
elweyn
de553e1f82 Make eventEnd removable.
Co-authored-by: maeckes <markus@infinity.labs.ooo>
2023-06-07 12:27:09 +02:00
Wolfgang Huß
b153619b9f Fix typo in backend 'filter-posts.spec.js' 2023-06-07 09:03:17 +02:00
0812d9d992
properly include author of post aswell 2023-06-05 10:13:22 +02:00
b0121990ba
try using optionalAuthors 2023-06-03 03:48:41 +02:00
832763022d
also include author 2023-06-03 03:02:22 +02:00
Moriz Wahl
0b4e309611 Merge branch 'master' into alternate-solution-filter-order-post-types 2023-06-02 18:13:58 +02:00
ac087edcb8
include posttype in cypher query 2023-06-02 13:13:06 +02:00
733a88bb26
try to fix result if promise resolves to null or invalid 2023-06-02 11:42:15 +02:00
3bcd518bd4
reverted removal of data:null 2023-05-31 10:32:40 +02:00
a21df08551
revered removal of data: null 2023-05-31 10:28:28 +02:00
a50e3f2f14
Merge branch 'master' into typescript 2023-05-31 10:21:04 +02:00
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
8324ae4b3a
corrected schema 2023-05-23 12:56:35 +02:00
951a35df1e
fix several queries to have the right types 2023-05-23 12:50:45 +02:00
1b8e5cc0a3
correct our schema defintion 2023-05-23 01:50:06 +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