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

I wonder how much sense it makes to capitalise package names here. Backticks generally mean code. So I think it should either be the package name like how you'd use it in a command (pacman -S postgresql), or not be between backticks. For packages I think it make sense to use backticks and the names like how you'd use in commands.

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

Should probably use !!! Note syntax

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

Why the z-spelling over s-spelling? I thought the z-spelling was purely a North America thing. (personally I always try to use the s-spelling.)

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 created branch refactor_upload_get_url_from_modules in ilja/akkoma 2023-03-12 09:14:34 +00:00
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 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.

ilja pushed to remove_default_image_description at ilja/akkoma 2023-03-11 10:41:46 +00:00
b57e0fe4e6 Remove "default" image description