• Joined on 2022-10-17
ilja commented on pull request AkkomaGang/akkoma#525 2023-04-23 14:53:14 +00:00
Docs: Fix typos

There's something off about this sentence 🤔. It's similar to the setting above[1], so should probably be more like "list of TLDs (top-level domains) which will be ignored by the metadata parser."

ilja commented on pull request AkkomaGang/akkoma#525 2023-04-23 14:53:14 +00:00
Docs: Fix typos

This sentence seems weird too. Maybe "Enable sending emails from your instance." or something?

ilja commented on pull request AkkomaGang/akkoma#525 2023-04-23 14:53:14 +00:00
Docs: Fix typos

Isn't "scraped" (with one "p") correct here?

ilja commented on pull request AkkomaGang/akkoma#525 2023-04-23 14:53:14 +00:00
Docs: Fix typos

Here we go to lowercase for the name of a software, I'm wondering what the reasoning is. I see on their site that they also write it with lowercase[1], so I assume that's the reason why we also lowercase it here?

ilja created repository ilja/akkoma-fe 2023-04-03 09:31:23 +00:00
ilja created pull request AkkomaGang/akkoma#518 2023-04-03 09:27:38 +00:00
Add YunoHost to installation guides
ilja pushed to docs_ynh_installation at ilja/akkoma 2023-04-03 09:23:01 +00:00
d8d9edee98 Add YunoHost to installation guides
ilja created branch docs_ynh_installation in ilja/akkoma 2023-04-03 09:19:14 +00:00
ilja pushed to docs_ynh_installation at ilja/akkoma 2023-04-03 09:19:14 +00:00
1b93daaba0 Add YunoHost to installation guides
ilja pushed to develop at ilja/akkoma 2023-04-03 08:41:09 +00:00
58f75ac062 patch version
70803d7966 Remove mix.env reference
800fe40407 Bump version
5ca22c2459 ensure we can't have a null in appends
9977588612 we should probably use ||
Compare 13 commits »
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-27 07:28:37 +00:00
9d8ab46cd6 Move building of url to modules
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-26 13:39:00 +00:00
2edb0944ba Return the complete upload from Pleroma.Uploaders.put_file/2
ilja commented on pull request AkkomaGang/akkoma#493 2023-03-21 16:53:28 +00:00
Remove "default" image description

Map.get/3 doesn't work in this case. The key can contain nil. So in that case the description would be nil instead of an empty string (and the rest of the code expects a string).

i…
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-19 11:03:38 +00:00
5db2e998c5 Make getting the uploader constistent
ilja created pull request AkkomaGang/akkoma#504 2023-03-12 09:16:58 +00:00
WIP: Refactor upload, get url from modules
ilja pushed to refactor_upload_get_url_from_modules at ilja/akkoma 2023-03-12 09:14:34 +00:00
053276ef6c Refactor upload, get url from modules
58f75ac062 patch version
70803d7966 Remove mix.env reference
800fe40407 Bump version
5ca22c2459 ensure we can't have a null in appends
Compare 10 commits »
ilja created branch refactor_upload_get_url_from_modules in ilja/akkoma 2023-03-12 09:14:34 +00:00
ilja pushed to remove_default_image_description at ilja/akkoma 2023-03-12 07:42:47 +00:00
6c396fcab4 Remove "default" image description
ilja commented on pull request AkkomaGang/akkoma#493 2023-03-11 19:38:26 +00:00
Remove "default" image description

Note: This test broke with removing the filename from this field. But this is not what it tests, and as afaict it doesn't even actually tests what it's supposed to do. Therefore I decided to just remove it instead of leaving it in what seems to be a broken state.