floatingghost
floatingghost commented on issue AkkomaGang/akkoma#736 2024-07-19 14:34:02 +00:00
[bug] Akkoma getting OOM killed

there hasn't been a release with the fix included

floatingghost closed issue AkkomaGang/akkoma#736 2024-07-19 14:34:02 +00:00
[bug] Akkoma getting OOM killed
floatingghost commented on pull request AkkomaGang/akkoma#816 2024-07-01 17:00:43 +00:00
WIP: Extract keys to their own table, match keyID

very fair point, it would probably be better to use the contain function

floatingghost commented on pull request AkkomaGang/akkoma#816 2024-06-30 04:13:26 +00:00
WIP: Extract keys to their own table, match keyID

hm. i now i read this back, i don't like the potential for spoofed key IDs. uniq check should probably be user_id/key_id pair?

floatingghost commented on pull request AkkomaGang/akkoma#816 2024-06-30 04:09:10 +00:00
WIP: Extract keys to their own table, match keyID

for anyone seeing this: this was already used everywhere...

floatingghost created pull request AkkomaGang/akkoma#816 2024-06-30 04:08:13 +00:00
WIP: Extract keys to their own table, match keyID
floatingghost pushed to keys-extraction at AkkomaGang/akkoma 2024-06-30 03:26:08 +00:00
5acceec133 Fix about a million tests
161d071f14 Fix http signature plug tests
4d3f52dcc6 Allow unsigned fetches of a user's public key
Compare 3 commits »
floatingghost created branch keys-extraction in AkkomaGang/akkoma 2024-06-27 05:58:22 +00:00
floatingghost pushed to keys-extraction at AkkomaGang/akkoma 2024-06-27 05:58:22 +00:00
4f9f16587b Fix some tests
0d15113b03 adjust logic to use relation :signing_key
9e8675e995 remove now-unused Keys module
ebc3908fcf Add signing key modules
Compare 4 commits »
floatingghost commented on issue AkkomaGang/akkoma-fe#404 2024-06-27 02:00:50 +00:00
[bug] 3 column view setting doesn't work properly

this should be fixed by 8765491399b76a556c237b0c445cbadd253ce751 which has been built and deployed as develop

floatingghost pushed to develop at AkkomaGang/akkoma-fe 2024-06-27 01:59:09 +00:00
8765491399 Do not try to destructure when we don't need to
floatingghost commented on issue AkkomaGang/akkoma-fe#404 2024-06-27 01:54:22 +00:00
[bug] 3 column view setting doesn't work properly

ok your solution probably isn't what we want to do here since we do actually pass an object as the third option most of the time

but i genuinely do not know why it's using a spread operator _at…

floatingghost commented on issue AkkomaGang/akkoma-fe#404 2024-06-27 01:47:26 +00:00
[bug] 3 column view setting doesn't work properly

hm, so the first one implies that the third argument is an object

whereas the second is a variable argument function

I'll poke it one sec

floatingghost commented on issue AkkomaGang/akkoma-fe#404 2024-06-27 00:38:39 +00:00
[bug] 3 column view setting doesn't work properly

thought it might be

wonder what dep had a breaking change

floatingghost deleted branch fix-status-usernames from yukijoou/akkoma-fe 2024-06-25 21:34:17 +00:00
floatingghost merged pull request AkkomaGang/akkoma-fe#383 2024-06-25 21:34:16 +00:00
status component: Fix repeater name overflowing
floatingghost pushed to develop at AkkomaGang/akkoma-fe 2024-06-25 21:34:16 +00:00
4211e05a75 Merge pull request 'status component: Fix repeater name overflowing' (#383) from yukijoou/akkoma-fe:fix-status-usernames into develop
8c49474dea status component: Fix repeater name overflowing
Compare 2 commits »
floatingghost pushed to develop at AkkomaGang/akkoma 2024-06-25 21:33:45 +00:00
3ff0f46b9f Merge pull request 'Docs: Improve backup restore + fix warnings' (#554) from ilja/akkoma:docs_db_create_in_separate_commands into develop
3947012691 Fix warnings
d61b7d4b49 Improve backup restore
Compare 3 commits »
floatingghost deleted branch docs_db_create_in_separate_commands from ilja/akkoma 2024-06-25 21:33:45 +00:00
floatingghost merged pull request AkkomaGang/akkoma#554 2024-06-25 21:33:43 +00:00
Docs: Improve backup restore + fix warnings