floatingghost
floatingghost pushed to develop at AkkomaGang/akkoma-fe 2024-08-25 09:08:19 +00:00
fa8fde2ab1 Merge pull request 'Upgrade vue packages' (#411) from Oneric/akkoma-fe:vue-mathml into develop
6c178aa257 Upgrade vue packages
Compare 2 commits »
floatingghost merged pull request AkkomaGang/akkoma-fe#411 2024-08-25 09:08:05 +00:00
Upgrade vue packages
floatingghost commented on pull request AkkomaGang/akkoma-fe#412 2024-08-25 09:07:49 +00:00
WIP: Improve style for quoted text in RichContent

yeah i think i agree, muted quotations seems to be the norm

floatingghost pushed to develop at AkkomaGang/akkoma-fe 2024-08-25 09:07:20 +00:00
1f2c96a485 Merge pull request 'Fix setting restore from file' (#406) from Oneric/akkoma-fe:fix-file-restore into develop
e274adf47d Fix setting restore from file
Compare 2 commits »
floatingghost deleted branch fix-file-restore from Oneric/akkoma-fe 2024-08-25 09:07:20 +00:00
floatingghost merged pull request AkkomaGang/akkoma-fe#406 2024-08-25 09:07:19 +00:00
Fix setting restore from file
floatingghost closed issue AkkomaGang/akkoma-fe#405 2024-08-25 09:07:19 +00:00
Restoring settings from backup breaks further server-side updates
floatingghost commented on pull request AkkomaGang/akkoma-fe#406 2024-08-25 09:07:15 +00:00
Fix setting restore from file

thankies

floatingghost commented on pull request AkkomaGang/akkoma#823 2024-08-20 10:35:24 +00:00
Use FEP-c16b: Formatting MFM functions

I notice mix.lock also changed a bunch of stuff. I'm not used to changing dependencies, so I'm unsure if that's OK or what I should do with that?

yeah that's fine that's just mix updating…

floatingghost merged pull request AkkomaGang/akkoma#804 2024-08-20 10:32:48 +00:00
Handle domain mutes on the backend
floatingghost pushed to develop at AkkomaGang/akkoma 2024-08-20 10:32:48 +00:00
3bb31117e6 Merge pull request 'Handle domain mutes on the backend' (#804) from domain-mute-backend-processing into develop
2c5c531c35 readd comment about domain mutes
3b197503d2 me me stupid person
c0b2bba55e revert subdomain change until i can look at why i did that
4b765b1886 mix format
Compare 6 commits »
floatingghost deleted branch domain-mute-backend-processing from AkkomaGang/akkoma 2024-08-20 10:32:48 +00:00
floatingghost pushed to domain-mute-backend-processing at AkkomaGang/akkoma 2024-08-20 10:05:45 +00:00
2c5c531c35 readd comment about domain mutes
floatingghost pushed to keys-extraction at AkkomaGang/akkoma 2024-08-20 10:05:23 +00:00
18370767c2 mix format
floatingghost commented on issue AkkomaGang/akkoma#826 2024-08-08 16:48:35 +00:00
[bug] Content from peertube isn't recognized as video

the AP data of the post in question does not have any attachments

floatingghost commented on issue AkkomaGang/akkoma#826 2024-08-08 16:37:56 +00:00
[bug] Content from peertube isn't recognized as video

if it's "no longer" working, it implies that it was before, yes?

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
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
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?