|
|
e8cc3b3766
|
ts-jest & jest types
|
2023-06-13 13:02:37 +02:00 |
|
|
|
f1203a76db
|
fix missing file ending
|
2023-06-12 14:40:06 +02:00 |
|
|
|
c436cb52b1
|
corrected file endings or removed them where possible
|
2023-06-12 14:26:52 +02:00 |
|
|
|
198bb2ddd9
|
server
|
2023-06-12 14:07:23 +02:00 |
|
|
|
6748d6082e
|
resolvers
|
2023-06-12 14:07:20 +02:00 |
|
|
|
f1f271cae3
|
models
|
2023-06-12 14:07:15 +02:00 |
|
|
|
b1c3559806
|
middleware
|
2023-06-12 14:07:12 +02:00 |
|
|
|
d6c75124aa
|
helpers
|
2023-06-12 14:07:07 +02:00 |
|
|
|
e00b565b15
|
db
|
2023-06-12 14:07:03 +02:00 |
|
|
|
cd567cd304
|
config
|
2023-06-12 14:07:00 +02:00 |
|
|
|
b59cc1f6c4
|
activity pub
|
2023-06-12 14:06:55 +02:00 |
|
|
|
fcf92ea6e6
|
server.ts types
|
2023-06-12 13:28:21 +02:00 |
|
|
|
ebddfa7df4
|
all files as .ts
|
2023-06-12 13:25:21 +02:00 |
|
|
|
a05ab40722
|
Merge branch 'master' into ts-base
|
2023-06-12 12:05:59 +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
|
939e3cd2b0
|
Merge branch 'master' into migrate-postType-to-post
|
2023-06-08 16:45:54 +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 |
|
|
|
2e96dce29a
|
migrate with ts compiler
|
2023-06-08 14:05:51 +02:00 |
|
Moriz Wahl
|
44e2c1adf7
|
feat(backend): migration to add postType property to existing posts
|
2023-06-08 14:00:04 +02:00 |
|
Moriz Wahl
|
09807fb99f
|
seed events
|
2023-06-08 13:46:22 +02:00 |
|
|
|
e2535375b3
|
store.js - store.ts
|
2023-06-08 13:24:02 +02:00 |
|
|
|
a567b7489e
|
package json, tsconfig, yarn.lock
|
2023-06-08 13:11:39 +02:00 |
|
Moriz Wahl
|
e33e97df75
|
neode creates posts with postType property 'Article' as default
|
2023-06-08 13:03:48 +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 |
|
mahula
|
ec686bf298
|
Revert "update neode package"
This reverts commit fafca69dbb86d494cf391a2653b5f2b229074573.
|
2023-06-07 09:24:10 +02:00 |
|
mahula
|
000695aece
|
update neode package
|
2023-06-07 09:23:35 +02:00 |
|
mahula
|
92eb498271
|
Revert "update neode package version globally"
This reverts commit 6797c03a337f0cd7068275ebd5cf30cac43e9799.
|
2023-06-07 09:22:29 +02:00 |
|
mahula
|
4dc322ff6d
|
update neode package version globally
|
2023-06-07 09:21:35 +02:00 |
|
dependabot[bot]
|
439b3eac89
|
Bump metascraper-title from 5.33.5 to 5.34.7 in /backend
Bumps [metascraper-title](https://github.com/microlinkhq/metascraper) from 5.33.5 to 5.34.7.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.33.5...v5.34.7)
---
updated-dependencies:
- dependency-name: metascraper-title
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-07 09:04:46 +02:00 |
|
Wolfgang Huß
|
b153619b9f
|
Fix typo in backend 'filter-posts.spec.js'
|
2023-06-07 09:03:17 +02:00 |
|
|
|
217696c3e6
|
we need to use sh instead of bash
|
2023-06-07 09:02:00 +02:00 |
|
|
|
6a8a001946
|
remove scripts folder from docker ignore list, convert script back to bash
|
2023-06-07 09:02:00 +02:00 |
|
|
|
71662712a9
|
use sh instead of bash
|
2023-06-07 09:02:00 +02:00 |
|
|
|
31033bc5f7
|
remove all script functionality
|
2023-06-07 09:02:00 +02:00 |
|
|
|
a5a547e03c
|
capsulate in /bin/sh
|
2023-06-07 08:59:37 +02:00 |
|
|
|
4753248546
|
removed ./
|
2023-06-07 08:59:37 +02:00 |
|
|
|
9d27b85e9a
|
copy files in external script
|
2023-06-07 08:59:37 +02:00 |
|
mahula
|
90ec14d883
|
linting
|
2023-06-07 08:44:08 +02:00 |
|
mahula
|
df7ade28d9
|
add cypresscondition to models index
|
2023-06-07 08:44:07 +02:00 |
|
|
|
00c615d796
|
fix first errors
|
2023-06-07 08:44:07 +02:00 |
|
mahula
|
bda5ac9a6c
|
Revert "update neode package"
This reverts commit fafca69dbb86d494cf391a2653b5f2b229074573.
|
2023-06-06 09:43:31 +02:00 |
|
mahula
|
fafca69dbb
|
update neode package
|
2023-06-06 08:57:19 +02:00 |
|
mahula
|
29c90b8202
|
Revert "update neode package version globally"
This reverts commit 6797c03a337f0cd7068275ebd5cf30cac43e9799.
|
2023-06-05 23:07:33 +02:00 |
|