• Joined on 2022-10-17
ilja commented on pull request AkkomaGang/akkoma#241 2024-04-15 06:11:36 +00:00
WIP: Portable image descriptions, part 1: Return image description from exif data

hey @timorl !

i'm glad to see there's other people interested in this. Sadly, i haven't found much time to work on Akkoma in the last year or so, and may not in the near future. If you are…

ilja commented on issue AkkomaGang/akkoma#712 2024-03-03 05:59:01 +00:00
[bug] strip_report_status_data errors when trying to resolve/close a reopened closed report

oh, you're correct o.o I should've noticed that yesterday. Indeed the last activity I find where the id was filled in is from 2021-10-03 21:50:14.000.

I also find those with id NULL[1],…

ilja commented on issue AkkomaGang/akkoma#712 2024-03-02 18:37:50 +00:00
[bug] strip_report_status_data errors when trying to resolve/close a reopened closed report

If a post gets fetched this way we directly get the Note object without seeing the original Create activity. We still put a dummy Create activity down, but as it turns out those fabricated…

ilja pushed to develop at ilja/akkoma-fe 2024-02-24 16:45:14 +00:00
ed0b403c33 Merge pull request 'Auto-approve followbacks (frontend part)' (#365) from Oneric/akkoma-fe:followbacks-fe into develop
0f842b300b Merge pull request 'Display profile background of other users' (#371) from Oneric/akkoma-fe:profile-backgrounds into develop
865cb6f96a Merge pull request 'Add Indonesian translation' (#366) from leap123/akkoma-fe:leap123-patch-1 into develop
050c7df2e6 Display profile background of other users
a77a9e04d9 Expose new server-side permit_followback setting
Compare 106 commits »
ilja closed issue ilja/akkoma#1 2024-02-22 18:07:07 +00:00
Situs Judi Slot Gacor Online Terbaik Dan Terpercaya di Indonesia
ilja commented on issue AkkomaGang/akkoma#697 2024-02-20 06:06:43 +00:00
[bug] Formatted post is truncated

I tried to re-fetch this post but after deleting it, backend refuses it to fetch it again

If you deleted through the user interface, that's normal. A tombstone is left behind so that posts…

ilja commented on pull request AkkomaGang/akkoma#642 2024-02-19 08:58:58 +00:00
WIP: FEP-dc88: Formatting Mathematics

I wonder, is the front-end the only thing blocking this? As I understand, it does work with other front-ends like masto-fe, so I wonder if we should really wait until front-end is fixed. People…

ilja pushed to develop at ilja/akkoma 2024-02-19 08:00:31 +00:00
755c75d8a4 Merge pull request 'Clean up warnings (+fallback metrics)' (#685) from Oneric/akkoma:metrics into develop
289f93f5a2 Merge pull request 'Return last_status_at as date, not datetime' (#681) from katafrakt/akkoma:fix-last-status-at into develop
371b258c99 Merge pull request 'Fix SimplePolicy blocking account updates' (#692) from Oneric/akkoma:fix-background_removal into develop
3b0714c4fd Fix SimplePolicy blocking account updates
34c213f02f Merge pull request 'Federate user profile background' (#682) from Oneric/akkoma:background-federation into develop
Compare 255 commits »
ilja created pull request AkkomaGang/landing-site#11 2024-02-19 07:55:58 +00:00
Changes are not non-destructive any more
ilja created branch changes-not-non-destructive-anymore in ilja/landing-site 2024-02-19 07:53:47 +00:00
ilja pushed to changes-not-non-destructive-anymore at ilja/landing-site 2024-02-19 07:53:47 +00:00
a85ec49621 Changes are not non-destructive any more
ilja created repository ilja/landing-site 2024-02-19 07:52:41 +00:00
ilja commented on issue AkkomaGang/akkoma#381 2024-02-18 12:03:19 +00:00
[bug] See if we can use the content for posts, also when it's MFM.

I got some new awesome revelation on this. If we can figure out a proper way to represent using less complex html (see FoundKeyGang/FoundKey#343 ), then we can do the…

ilja commented on issue FoundKeyGang/FoundKey#343 2023-09-16 12:17:39 +00:00
Federate MFM in content field using HTML

Maybe relevant for the katex part:

In Akkoma chat someone mentioned this https://codeberg.org/fediverse/fep/src/branch/main/fep/dc88/fep-dc88.md

Apparently there's something called MathML,…

ilja commented on issue AkkomaGang/akkoma-fe#310 2023-08-23 05:13:37 +00:00
[bug] Posts that Quote an unfetchable post show no indication of being a quote post

When I check the Masto-API response, I see the quote_id is null, so this may (partly?) be a BE issue as well.

But I saw another example on fedi where the quote_id was filled in in the…

ilja commented on pull request AkkomaGang/akkoma#628 2023-08-17 14:09:03 +00:00
Explicitly allow configDB keys

The first line of this comment makes sense in the scope of this PR, but not for someone looking at the code as-is. I would remove that line.

ilja commented on pull request AkkomaGang/akkoma#628 2023-08-17 14:02:51 +00:00
Explicitly allow configDB keys

Whitelisting settings definitely makes sense to me. I agree with the idea that a sysadmin is not the same as an instance admin, and thus it makes sense to me to keep certain settings away from an…

ilja opened issue AkkomaGang/admin-fe#20 2023-08-17 05:36:29 +00:00
Feature request: Add option to remove front-ends
ilja created pull request AkkomaGang/akkoma#607 2023-07-31 14:01:55 +00:00
[docs] Improve some installation instructions