• Joined on 2022-10-31
foxing commented on issue AkkomaGang/akkoma-fe#289 2023-03-13 09:36:05 +00:00
[bug] Theme Apply button does not function

On further investigation, using a front end compiled without those fixes through a production instance does break it, so this is indeed just a bug with the way this fix works. I believe the reason…

foxing opened issue AkkomaGang/akkoma-fe#289 2023-03-13 09:07:06 +00:00
[bug] Theme Apply button does not function
foxing pushed to foxing-patch-1 at foxing/akkoma 2023-03-13 03:41:16 +00:00
bd040fe96a Merge branch 'develop' into foxing-patch-1
377d1483b6 Merge pull request 'Apply security patch from pleroma to prevent nested file names being uploaded to the server.' (#507) from foxing/akkoma:foxing-patch-2 into develop
c5769bbf6d Merge pull request 'don't crash on malformed avatar and banner values' (#506) from flisk/akkoma:fix-crash-malformed-avatars-banners into develop
c2ae3273d5 Merge branch 'develop' into foxing-patch-2
3f76de76da Apply Patch
Compare 6 commits »
foxing commented on pull request AkkomaGang/akkoma#502 2023-03-13 03:41:08 +00:00
Show bubble_timeline in the api if any instances are set in it

Ok, less complicated than I expected, I have changed it, and it does work as expected on my instance.

foxing pushed to foxing-patch-1 at foxing/akkoma 2023-03-13 03:40:21 +00:00
ba635e97c8 Use enum empty instead
foxing commented on pull request AkkomaGang/akkoma#507 2023-03-13 03:27:29 +00:00
Apply security patch from pleroma to prevent nested file names being uploaded to the server.

ah, good spot - i hadn't noticed pleroma patched this

thanks!

Would it be worth a backdate (since the last release is so soon?) or do a mini release as well? I think pleroma backmerged…

foxing commented on pull request AkkomaGang/akkoma#502 2023-03-13 03:24:32 +00:00
Show bubble_timeline in the api if any instances are set in it

I am not that well versed in elixir but I will have a look and try on my own instance, this was the best way I could find on my own since it should return the same if the list is empty or the…

foxing pushed to foxing-patch-2 at foxing/akkoma 2023-03-12 19:23:23 +00:00
c2ae3273d5 Merge branch 'develop' into foxing-patch-2
58f75ac062 patch version
70803d7966 Remove mix.env reference
800fe40407 Bump version
5ca22c2459 ensure we can't have a null in appends
Compare 5 commits »
foxing created pull request AkkomaGang/akkoma#507 2023-03-12 19:15:22 +00:00
Apply security patch from pleroma to prevent nested file names being uploaded to the server.
foxing created branch foxing-patch-2 in foxing/akkoma 2023-03-12 19:13:57 +00:00
foxing pushed to foxing-patch-2 at foxing/akkoma 2023-03-12 19:13:57 +00:00
3f76de76da Apply Patch
foxing pushed to foxing-patch-1 at foxing/akkoma 2023-03-11 19:09:14 +00:00
e17d8f744e Merge branch 'develop' into foxing-patch-1
58f75ac062 patch version
70803d7966 Remove mix.env reference
800fe40407 Bump version
5ca22c2459 ensure we can't have a null in appends
Compare 5 commits »
foxing commented on pull request AkkomaGang/akkoma-fe#279 2023-03-11 03:53:55 +00:00
WIP: feat: account switching

@sfr I think this would be a good change even if just for an instance admin, or you want to manage a few accounts like a bot account, a main, a close friends only vent account etc in a convenient…

foxing created pull request AkkomaGang/akkoma#502 2023-03-11 03:40:51 +00:00
Show bubble_timeline in the api if any instances are set in it
foxing created branch foxing-patch-1 in foxing/akkoma 2023-03-11 03:26:49 +00:00
foxing pushed to foxing-patch-1 at foxing/akkoma 2023-03-11 03:26:49 +00:00
19eb826424 Show bubble_timeline in the api if any instances are set in it, do not show if none are set
foxing created repository foxing/akkoma 2023-03-11 03:25:14 +00:00
foxing created pull request AkkomaGang/akkoma#496 2023-03-09 19:56:25 +00:00
Display Quote posts in the api features list to allow external clients to enable compatibility with it.
foxing commented on issue AkkomaGang/akkoma#247 2022-11-12 02:23:24 +00:00
Ability to disable editing posts.

Please understand that the less features you make optional, the less people willing to accept akkoma as the standard software, including a higher amount of people who are going to seriously…

foxing commented on issue AkkomaGang/akkoma#247 2022-10-31 13:19:54 +00:00
Ability to disable editing posts.

Out of curiosity, what problems?

Edit posts is working like a charm in my Akkoma instance and is way better than delete & redraft because allows to edit a post without breaking any…