• Joined on 2022-06-10
Beefox pushed to customStuff at Beefox/fox-fe 2024-02-21 03:57:30 +00:00
9b44fd3a74 version
fa54e6956c debounce emoji searching
569630a4ce Make favicon next to post username use Still-Image functionality
f0b89fe24f StillImage: Improved animated image detection
42428a5398 Translated using Weblate (Greek)
Compare 24 commits »
Beefox pushed to customStuff at Beefox/fox-fe 2023-07-07 09:47:42 +00:00
f7f73408e3 hack for langauges
Beefox opened issue AkkomaGang/akkoma-fe#320 2023-07-07 06:09:05 +00:00
[bug] Akkoma fe doesn't follow rfc5646 standard for language tags
Beefox pushed to customStuff at Beefox/fox-fe 2023-07-07 01:48:08 +00:00
f1f270e1bd Added "in" if time is in the future
aed3af6299 i deleted time
31146a0c29 Added auto line break to allow people to more easily see handle
bf098fed52 Add pleroma mod loader
29789ae05d Add post expiry inputs
Compare 154 commits »
Beefox commented on issue AkkomaGang/akkoma#318 2023-01-25 10:17:26 +00:00
Allow for posting attachements with remote media uri

oh yes this is useful!

I will have to think about how to implement it on my end but this is helpful c:

Beefox opened issue AkkomaGang/akkoma#444 2023-01-25 10:14:17 +00:00
[bug]
Beefox opened issue AkkomaGang/akkoma#418 2023-01-04 13:57:30 +00:00
[feat] jsonfeed support
Beefox opened issue AkkomaGang/akkoma#417 2023-01-04 13:56:37 +00:00
[feat] Feed Authorization
Beefox pushed to develop at Beefox/akkoma 2023-01-04 13:38:16 +00:00
ccb7973b8b guppie
Beefox opened issue AkkomaGang/akkoma#401 2022-12-27 02:55:25 +00:00
[feat] Include to: field when quoting someone, even if mention has been removed
Beefox commented on pull request AkkomaGang/akkoma-fe#246 2022-12-09 06:11:22 +00:00
Allow follow(er) lists to be acessible by account owner even if follower counts are disabled

When you have follow counts disabled, they aren't hidden, just disabled. you can still access the page with the correct link and still need to be the correct user,there is no security to disabling…

Beefox commented on pull request AkkomaGang/akkoma-fe#246 2022-12-09 06:10:24 +00:00
Allow follow(er) lists to be acessible by account owner even if follower counts are disabled

The tabs are already hidden by other code based on your settings for if the follower lists are visible or not, via the line v-if="followsTabVisible"

Beefox commented on issue AkkomaGang/akkoma#323 2022-12-08 01:09:34 +00:00
Akkoma does not include alt text from og:image:alt meta in generated cards

Richtext is generated server side, not client side (hence the issue being opened here and not on pleroma-fe)

As for thought.blue, that issue seems to be on their end as:

  1. They do not have…
Beefox created pull request AkkomaGang/akkoma-fe#246 2022-12-08 01:04:57 +00:00
Allow follow(er) lists to be acessible by account owner even if follower counts are disabled
Beefox pushed to customStuff at Beefox/fox-fe 2022-12-08 00:55:51 +00:00
e4d6e130c6 Added "in" if time is in the future
8dbff67672 i deleted time
49f1159d76 Added auto line break to allow people to more easily see handle
60b618f6e4 Add pleroma mod loader
dafe3cafd4 Allow follow(er) lists to be acessible by account owner even if follower counts are disabled
Compare 28 commits »
Beefox pushed to fix-allow-follow-list at Beefox/fox-fe 2022-12-08 00:51:08 +00:00
d5ae460a74 Allow follow(er) lists to be acessible by account owner even if follower counts are disabled
40e86998e6 Update 'ISSUE_TEMPLATE.md'
9079ac4afa Update 'ISSUE_TEMPLATE.md'
d3280c4ab3 Add issue template
abc75c360b Ensure only content gets clipped
Compare 10 commits »
Beefox created branch fix-allow-follow-list in Beefox/fox-fe 2022-12-08 00:51:08 +00:00
Beefox commented on issue AkkomaGang/akkoma#318 2022-11-29 10:55:09 +00:00
Allow for posting attachements with remote media uri

that's my current plan, however then we encounter the issue of mastodon not supporting any formating including images in posts

Beefox opened issue AkkomaGang/akkoma#323 2022-11-29 10:54:31 +00:00
Akkoma does not include alt text from og:image:alt meta in generated cards
Beefox commented on issue AkkomaGang/akkoma#318 2022-11-27 21:19:10 +00:00
Allow for posting attachements with remote media uri

darn :/

though i will say in activity pub, attachments are just links to the file, so it is technically possible, however it might mean a bigger rewrite then i hoped it would be