Emelia Smith
Emelia Smith
It would be good if this package / module were provided on the NPM repository, let me know if you need a hand with getting it on there.
Just to kick the wheels on the new style configs; but it may make merging #2122 hard, so let's keep this as a draft for now, I think
This PR fixes the bug where dynamically registered clients did not expire, despite the server indicating that they should expiry at a given time. - [x] I've added a unit...
This is a highly experimental branch, where in I'm attempting to address some long standing issues with how we build the code in this repo. The commits are not minimal,...
## Description Pod Browser had been using a custom http server for nextjs, which actually wasn't needed (strictly speaking) β the only use for it was to use SSL in...
This backports #45139 to Node.js 16.x, with some minor caveats. See: #45763 for details.
### Pitch Currently in the database, we don't specifically store a record for imports of instance-level domain blocks, and these instead just override the `private_comment` value on each block created....
For a while now, there's been a criticism of Mastodon which is "when setting up a new instance, it isn't safe by default", this pull request attempts to address that,...
This allows servers to reject incoming activities that attempt to use known unusable hashtags. Similar code can be done with regards to mention counts. ### This pull request doesn't have...
There are several cases where instance admins may wish to not allow certain hashtags on to their instance (e.g., #caturday because for whatever reason they hate cats) This change would...