• Joined on 2023-02-18
flisk pushed to develop at flisk/akkoma-fe 2023-05-30 09:32:24 +00:00
42ffce97d6 Merge remote-tracking branch 'origin/translations' into dm-privacy
2f479c670f Add DM settings
ee6e7026ab Merge branch 'origin/develop' into Weblate.
17c05a5ca2 Merge pull request 'paper theme: more contrast and fix setting tab hover' (#314) from denys/akkoma-fe:cool-paper-theme into develop
42896c2abf Merge branch 'origin/develop' into Weblate.
Compare 51 commits »
flisk deleted branch buildx from flisk/akkoma 2023-05-30 09:31:42 +00:00
flisk deleted branch normalise-markup-by-default from flisk/akkoma 2023-05-30 09:31:40 +00:00
flisk deleted branch unify-http from flisk/akkoma 2023-05-30 09:31:37 +00:00
flisk deleted branch credo-on-pr from flisk/akkoma 2023-05-30 09:31:35 +00:00
flisk deleted branch rabbit from flisk/akkoma 2023-05-30 09:31:33 +00:00
flisk deleted branch language-on-posts from flisk/akkoma 2023-05-30 09:31:30 +00:00
flisk deleted branch translations from flisk/akkoma 2023-05-30 09:31:28 +00:00
flisk deleted branch stable from flisk/akkoma 2023-05-30 09:31:26 +00:00
flisk deleted branch only-fetch-when-authenticated from flisk/akkoma-fe 2023-05-30 09:30:51 +00:00
flisk commented on pull request AkkomaGang/akkoma-fe#288 2023-04-14 16:34:48 +00:00
only fetch privileged resources when appropriate

oh shit thats right, i just noticed that the diff no longer makes sense

cool! closing.

flisk closed pull request AkkomaGang/akkoma-fe#288 2023-04-14 16:34:48 +00:00
only fetch privileged resources when appropriate
flisk commented on pull request AkkomaGang/akkoma-fe#288 2023-04-08 20:42:19 +00:00
only fetch privileged resources when appropriate

rebased on current develop.

i'm not sure feature is an appropriate label. this seems rather like a bugfix to me.

flisk pushed to only-fetch-when-authenticated at flisk/akkoma-fe 2023-04-08 20:40:03 +00:00
7fe848d1b3 only fetch privileged resources when appropriate
14cedc5ed1 don't crash if `class` isn't a list
5911777aa2 Merge pull request 'Fix floating point error for poll expiry' (#294) from xarvos/pleroma-fe:fix-poll-expire into develop
47fc082fb9 Fix floating point error for poll expiry
7e1b1e79f4 simplify timeline vibility checks
Compare 19 commits »
flisk commented on pull request AkkomaGang/akkoma#506 2023-03-12 17:23:22 +00:00
don't crash on malformed avatar and banner values

oh yeah and i took the liberty of refactoring that code a little along with the fix, hope that's cool

flisk created pull request AkkomaGang/akkoma#506 2023-03-12 17:20:27 +00:00
don't crash on malformed avatar and banner values
flisk pushed to fix-crash-malformed-avatars-banners at flisk/akkoma 2023-03-12 17:20:14 +00:00
0c77be9308 don't crash on malformed avatar and banner values
58f75ac062 patch version
70803d7966 Remove mix.env reference
800fe40407 Bump version
5ca22c2459 ensure we can't have a null in appends
Compare 10 commits »
flisk created branch fix-crash-malformed-avatars-banners in flisk/akkoma 2023-03-12 17:20:14 +00:00
flisk commented on issue AkkomaGang/akkoma#482 2023-03-12 16:46:57 +00:00
[bug] Potentially malformed status passes nil url to media proxy function breaking the timeline

i think i've found the culprit. my instance has a user record in its database with a banner value of %{"type" => "Image", "url" => [%{"href" => nil}]}. with the media preview proxy enabled, that…

flisk commented on issue AkkomaGang/akkoma#482 2023-03-12 15:00:58 +00:00
[bug] Potentially malformed status passes nil url to media proxy function breaking the timeline

the media preview proxy specifically