#MastodonDev

RSThemerstheme1
2025-06-25

πŸš€ Launch your creative agency website with Axios – Digital Agency WordPress Theme!

✨ Built with Elementor
πŸ“± Fully responsive & SEO-friendly
⚑ Fast, clean, modern design
🎯 Ideal for agencies, startups & portfolios

πŸ”— themeforest.net/item/axios-dig

πŸš€ Launch your creative agency website with Axios – Digital Agency WordPress Theme!

✨ Built with Elementor
πŸ“± Fully responsive & SEO-friendly
⚑ Fast, clean, modern design
🎯 Ideal for agencies, startups & portfolios
πŸŽ₯ Watch the video:


#WordPress #AxiosTheme #DigitalAgency #WebDesign #Elementor #Themeforest #StartupWebsite #MastodonDev #OpenWeb #CreativeTools
xoron :verified:xoron@infosec.exchange
2025-06-21

File encryption with a browser.

I've been exploring the #WebCryptoAPI and I'm impressed!

When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!

I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.

Live Demo: dim.positive-intentions.com/?p

Demo Code: github.com/positive-intentions

Hook Code: github.com/positive-intentions

IMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.

#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept

2025-06-08

huh. wild. why isn't mastodon's /api/v2/instance data (specifically .contact.account.acct) part of .well-known/nodeinfo (github.com/jhass/nodeinfo/blob) #mastodondev #activitypub #diaspora

2025-06-06
I'm feeling a bit stuck and could use some help. The situation is a bit messy because more than half of my followers are still on my Mastodon account, while the rest are here. The migration process seems to have hit a snag and isn't progressing like it should. On top of that, the feature to import the list of accounts I follow isn't working correctly. I've been trying to follow over 5,000 accounts, but Akkoma has only imported around 3,000. This discrepancy is pretty big and quite frustrating.

After giving it some thought, I believe the main issue lies with Akkoma. If anyone has any tips or insights, I'd really appreciate it!

Edit: Akkoma returns an error when importing the CSV file, stating: Didn't receive timely response from the upstream server. Increasing the nginx proxy timeout to 10 minutes didn't resolve the issue, as it still fails after 1 minute with the message "The server is down."
#akkoma #mastodon #fediverse #migration #pleroma #help #fedi #askfedi #mastodondev #mastodev #boost
Akkoma Import UINginx error log
Eric Redegeldredegelde
2025-06-06

🧩 Building a Fediverse bridge for my OSSN-based network.
βœ… Posts with hashtags are published to the Fediverse
βœ… Likes, Follows and Boosts are correctly received and logged
βœ… Signature verification is implemented (HTTP Signatures using publicKeyPem from actor URLs)
❌ Replies don’t thread.

Mastodon sends a valid inReplyTo, we log the like, follow, boost. but no Reply on the post

Any ideas?

2025-05-25

hmm, what parts of making a fediverse server do you absolutely have to get right before a remote sees, if, say, you have to edit outbox URLs or change keys or something,

because the remote mastodon server will cache them forever and ever?

vs things you can update in place (like a 50x error)

#mastodondev #fediverse

2025-05-07

@Crazypedia This is a good suggestion. It's apparently been in their system for a very long time. I don't know what level of difficulty it has, or what priority they think it has.

github.com/mastodon/mastodon/i

#MastodonDev #Mastodon

2025-04-10

Whenever I schedule a post on Mastodon, I feel two emotions.

Gratitude that FediPlan exists: plan.fedilab.app/

Annoyance that Mastodon still does not have UI for using its own scheduled post API: github.com/mastodon/mastodon/i

#Mastodon #MastodonApp #MastodonDev

2025-02-22

I couldn't find this documented anywhere other than in code so I wrote up some notes on how link previews work, and what #opengraph tags and #jsonld attributes are supported in #mastodon #webdev #mastodondev griff.steni.us/blog/2025/02/22

GetNextJsThemesgetnextjsthemes
2025-02-21

Looking for a Next.js template for restaurant booking & online ordering? πŸ½οΈπŸš€

Fct Project offers:
βœ”οΈ User Registration
βœ”οΈ Menu Management
βœ”οΈ Order Processing
βœ”οΈ Payment Integration

Perfect for your next project! Get it here:
getnextjsthemes.com/product/fc

#Nextjs #OpenSource #RestaurantTech #WebDev #MastodonDev #NextJsThemes #LandingPage #Templates #nextjstemplates #WebDevelopment #Frontend #coding #webdesign

UPDATE: I figured it out here gardenstate.social/@stefan/113

I wish I could share a link to my profile filtered on a hashtag

I wish I could share a link to a hashtag and filter it to local instance posts only.

#Mastodon #MastodonDev

UPDATE: I figured it out here gardenstate.social/@stefan/113

This one line of code seems to suggest to me that mastodon has an rss feed for hashtags for your account.... but I don't think that is true? I wish I knew ruby better.

github.com/mastodon/mastodon/d

#Mastodon #MastodonDev

2024-12-28

Would anybody like to meet and πŸ’¬ chat with some :ruby: #ruby and #rails folks at the #38c3? πŸ‘€

How about πŸ—“οΈ today (29.12.) 18:30 at the βœ¨πŸš€ fairy dust?

#chaoscommunicationcongress #chaoscomputerclub #rubylang #rubyonrails #crystallang #mastodondev

2024-11-26

OK, using Mastodon.py I now have a basic Django app with login and logout.

I enter my Fedi ID, and tech.lgbt asks me to "approve" my web application before giving it an auth token. Then my web app pulls out and displays some non-public information (the accounts I've blocked). Logging out revokes the auth token from the server, and clears the session.

What I don't understand is why my Django app is not listed under "your applications" in my profile, nor why I have to re-authorise the application every time. I'm storing and reusing the client_id and client_secret sent by the server on app registration. Anybody got any clues why this is?

ETA: A couple of things I've ruled out - I'm using a FQDN and HTTPS (i.e. my callback URI looks like https://dev.mydomain:8443/)

cc: @halcy

#Python #MastodonDev #Django

2024-09-10

@MastodonEngineering "Once 4.3 is branched out and in Release Candidate, we will focus on specification work for Quote Posts.

We are also starting brainstorming around block list improvements. We did some preliminary work on this in 4.3, and we expect this to be one of the big features for 4.4"

πŸ‘€ #mastodonDev

@reiver ⊼ (Charles) :batman:reiver
2024-08-09

Have you ever wondered what it is like consuming data from the mastodon.social local streaming (HTTP SSE) APIβ€½

Here is a raw video.

Some times during the day it is faster than others.

zvavybir :palestina:πŸ‰ :FediPact: :Green: :masked:zvavybir@social.zvavybir.eu
2024-07-03

Now that I'm thinking about it: How difficult would it be to add this myself? The actual change itself is trivial (just modifying a couple files a bit – nothing more than what I already did on my own instance), but how difficult is it to get it to the official Mastodon version? What is the usual procedure? Is there any chance it would work?

#mastodon #mastoDev #mastodonDev #developingMastodon

2024-06-05

Some useful notes on Mastodon development using Docker - #MastoDev , #MastodonDev , and #Docker seem relevant hashtags
social.polotek.net/@polotek/11

Jeff Sikesbox464
2024-05-02

I see some conversations again about how Mastodon Link Previews work. Here’s my research on that topic from last year.

box464.com/posts/mastodon-prev

2024-04-28

This is great - @stefan has done an analysis of folk following his creative bots on Mastodon #mastodondev #mastodonapi stefanbohacek.com/blog/analyzi

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst