Michael
e86863a8ae
Update build-container.yaml
2024-02-02 07:25:08 +00:00
Michael
e4fca0d67e
Merge pull request #94 from nanos/node-16-depracation
...
Update some actions to use Node 20, now that Node 16 is deprecated
2024-02-02 07:05:45 +00:00
Michael
fe1c69f3ba
Update get_context.yml
...
Update upload-artifact
2024-01-30 21:10:29 +00:00
Michael
0416cc159a
Update get_context.yml
...
update correct line
2024-01-26 16:32:54 +00:00
Michael
52d3b8d9e9
Update get_context.yml
...
Update 2nd ceckout too
2024-01-26 16:31:22 +00:00
Michael
3d8ab95f11
Update get_context.yml
...
Update action for Node 16 deprecation (#92 )
2024-01-26 15:52:45 +00:00
Michael
a8dc809787
Merge pull request #90 from himynameisjonas/patch-1
...
Build docker image for arm64 as well
2023-12-18 10:19:11 +00:00
Jonas Brusman
099ef7d37a
Build docker image for arm64 as well
...
Makes it possible to run it on a RaspberryPi
2023-12-16 16:07:36 +01:00
Michael
f69eaed5a6
Merge pull request #88 from zotanmew/main
...
Add support for Iceshrimp
2023-10-24 13:23:15 +01:00
Laura Hausmann
7be5dfb9b1
Add support for Iceshrimp
2023-10-21 23:41:05 +02:00
nanos
95b644d431
Define nodeLoc ( fixes #82 )
2023-09-07 08:43:10 +01:00
Michael
bed11e83f1
Merge pull request #80 from lhoBas/fix/k8s-cronjob
...
examples/k8s-cronjob.yaml: fix job naming
2023-08-31 08:33:12 +01:00
Bas
dafaf93d50
examples/k8s-cronjob.yaml: fix job naming
...
Fixes validation errors upon applying the k8s manifest:
```
The CronJob "FediFetcher" is invalid:
* metadata.name: Invalid value: "FediFetcher": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
* spec.jobTemplate.spec.template.spec.containers[0].name: Invalid value: "FediFetcher": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')
```
2023-08-18 10:49:22 +02:00
nanos
31f475dcdd
fixes #79
2023-08-18 08:00:09 +01:00
Michael
a76b52642d
Merge pull request #71 from ToadKing/retry-cleanup
...
remove redundant code for retrying on HTTP 429
2023-08-14 15:49:14 +01:00
Michael
0744caad6f
Merge pull request #75 from YoannMa/fixLog
...
fix bug when failing to get user's posts
2023-08-06 22:42:45 +01:00
Yoann MALLEMANCHE
adc0d4ec4e
fix bug when failing to get user's posts
2023-08-06 17:54:34 +02:00
nanos
253c7c4f2b
Revert "print current version on startup" ( #70 )
...
This reverts commit 213ef57abe
.
2023-08-06 09:45:33 +01:00
Toad King
db2dcce2ff
remove redundant code for retrying on HTTP 429
2023-08-05 11:44:48 -05:00
nanos
712d88cf0d
Update list of supported servers
2023-08-05 09:29:49 +01:00
Michael
ffa6617fff
Merge pull request #66 from ToadKing/misskey
...
add support for misskey and calckey/firefish
2023-08-05 09:04:08 +01:00
nanos
e207bb6435
document remember-hosts-for-days
2023-08-03 15:23:23 +01:00
nanos
c90a7e42ab
fix incorrect rate limit handling for mastodon
2023-08-03 15:21:59 +01:00
nanos
3294a44f76
cache host failures for a shorter time
2023-08-03 15:21:12 +01:00
nanos
174448a2b0
fix bug in writing file to disk
2023-08-03 10:54:14 +01:00
nanos
ae55c96506
improve caching to provide timeout
2023-08-03 10:53:17 +01:00
nanos
5a2b2c2311
Save seen_hosts on disk
2023-08-03 08:01:42 +01:00
nanos
179bb65253
move note regarding access token further up
2023-08-01 16:13:06 +01:00
Toad King
a7611c6e6f
remove GoToSocial from Mastodon API support list
...
https://github.com/superseriousbusiness/gotosocial/issues/2038
2023-07-31 17:10:29 -05:00
Toad King
80ee1387f7
hook up host software lookup to user/post fetching
...
add depth fetching for misskey posts (works in firefish and foundkey)
2023-07-30 03:19:47 -05:00
Toad King
c92d4e1c2c
start on server software detection
2023-07-26 01:14:06 -05:00
Toad King
c169b2ae30
add hacky support for misskey and calckey/firefish
2023-07-25 01:02:41 -05:00
nanos
213ef57abe
print current version on startup ( #58 )
2023-07-03 08:46:20 +01:00
Michael
4dc41ee02c
Merge pull request #61 from Teqed/fix/crash-on-zero-notifications
...
fix: handle zero notifications
2023-07-03 07:02:16 +01:00
Timothy Quilling
47e8b485a5
fix: handle zero notifications
2023-07-02 23:54:29 -04:00
nanos
93d5b503af
Update to indicate Lemmy support
2023-07-01 20:47:25 +01:00
Michael
f7d015004e
Merge pull request #56 from Teqed/feat/lemmy
...
feat: lemmy
2023-07-01 20:43:58 +01:00
Timothy Quilling
6f7392cfaa
feat: fetch root lemmy post
2023-06-30 01:36:56 -04:00
Timothy Quilling
0472fe6e0c
fix: match pixelfed profile last
2023-06-30 01:34:30 -04:00
Timothy Quilling
8edfbc030c
chore: access context items safely
2023-06-30 01:33:19 -04:00
Timothy Quilling
d212e7a8a3
feat: lemmy communities and users
2023-06-30 00:26:52 -04:00
Timothy Quilling
b04664f9d5
chore: deliminate regex with forward slash
2023-06-30 00:21:17 -04:00
Timothy Quilling
4751d96a1d
chore: check none type
2023-06-30 00:18:39 -04:00
Timothy Quilling
4011883ef2
feat: lemmy-2
2023-06-30 00:16:59 -04:00
Timothy Quilling
e290f2c05f
chore: use getters
2023-06-30 00:11:33 -04:00
Timothy Quilling
b7ef2be02e
chore: refactor get_all_known_context_urls
2023-06-29 01:57:33 -04:00
Timothy Quilling
c1f0e8ac61
feat: lemmy
2023-06-29 00:20:12 -04:00
nanos
535bf1f404
update readme
2023-06-15 11:17:25 +01:00
nanos
12fbd0ed72
check out own fork when running GH action ( fixes #52 )
2023-06-15 11:12:18 +01:00
nanos
9fec312b38
documentation updates
2023-06-15 09:11:45 +01:00