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.
only fetch privileged resources when appropriate
oh shit thats right, i just noticed that the diff no longer makes sense
cool! closing.
only fetch privileged resources when appropriate
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.
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
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
don't crash on malformed avatar and banner values
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
[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…
[bug] Potentially malformed status passes nil url to media proxy function breaking the timeline
the media preview proxy specifically