Johann150
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-12-16 09:00:05 +00:00
c67ff44207 make webfinger server stuff more readable
bed6a1e2d8 redirect webfinger of domain to instance actor
Compare 2 commits »
Johann150 deleted branch translate from FoundKeyGang/FoundKey 2023-12-09 22:28:42 +00:00
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-12-09 22:26:59 +00:00
5f9fb28fc2 weblate does not seem to be active any more
2917fdcb34 Merge branch 'translate'
2bb91f34df Translated using Weblate (Japanese)
Compare 3 commits »
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-12-09 22:24:56 +00:00
2a83a6ae8c yarn dedup
89761c86ab server: add endpoint to delete multiple notes
d1cde9c75e server: remove unused import
b7dc3cca22 activitypub: send all cascade deletes
Compare 4 commits »
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-11-24 15:46:53 +00:00
8b16ead35c fix handling of plain MFM tag
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-11-04 10:56:27 +00:00
101ea21747 server: don't cache users for infinity
8d78113907 server: fix cache eviction
Compare 2 commits »
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-11-01 15:26:13 +00:00
451c674906 client: fix token generation window
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-10-30 16:42:12 +00:00
6367fcca79 fix pagination for shuffled timeline
Johann150 pushed to main at Johann150/sudoku_constraint_solver 2023-10-08 21:28:23 +00:00
39cd50e8fb format code
Johann150 pushed to main at Johann150/sudoku_constraint_solver 2023-10-08 19:29:17 +00:00
38157d7b5e make the solver more generic
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-10-06 09:15:56 +00:00
f4e234d108 client: remove some more tracking
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-10-05 18:12:43 +00:00
a6c5e9f358 client: remove some URL tracking parameters
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-09-25 19:14:51 +00:00
0bcbb38ecc add shuffled note timeline
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-09-24 17:46:19 +00:00
0bdc24b34e move translations accordingly
1c0c75d6ca Translated using Weblate (Japanese)
Compare 2 commits »
Johann150 commented on issue FoundKeyGang/FoundKey#343 2023-09-24 17:34:28 +00:00
Federate MFM in content field using HTML

KaTeX already renders to MathML, so adding that for federating HTML was not that hard.

I did not see…

Johann150 pushed to main at FoundKeyGang/FoundKey 2023-09-24 17:30:32 +00:00
2fcea24817 activitypub: parse MathML to MFM
5bb10de1e0 client: sync katex version
f6c3d44265 activitypub: add MathML rendering
Compare 3 commits »
Johann150 pushed to main at FoundKeyGang/FoundKey 2023-09-24 15:11:31 +00:00
1e7d2cf54c move dependency to right package
Johann150 commented on pull request FoundKeyGang/FoundKey#404 2023-09-24 14:37:32 +00:00
Drop deletes from actors that don't exist anymore

I think this change wouldn't get to the issue of the real problem which I've tried to fix with commit 37658f51624e848c823d5867ad966e55ef37f407. With that I don't think this change shouldn't be…

Johann150 pushed to main at FoundKeyGang/FoundKey 2023-09-24 14:30:32 +00:00
37658f5162 server: try to fix queue errors
Johann150 commented on pull request FoundKeyGang/FoundKey#404 2023-09-14 19:04:25 +00:00
Drop deletes from actors that don't exist anymore

Do you by chance still have the stack trace from one of those errors handy? I think there is a deeper issue since when I checked my inbox queue just now there are also items where it retries…