Stefan Hayden
Stefan Hayden
Would be great if I could set my block list as public so it could be discovered. example: /show-block/@StefanHayden
These are the people I would be most interested in knowing about who they block.
##### Please read the [CONTRIBUTING](../CONTRIBUTING.md) guide before submitting an issue. ### Description I have a weird issue that when ghostery is enabled on chrome a CORS image request fails. I...
**Describe the bug** When 1 contact is in 2 campaigns and is marked as opt out in 1 of the campaigns the other campaign does not properly exclude that contact...
hey. this is a great repo. I refactored it to be able to be pulled in to other projects as an npm package and wanted to share those changes back...
Join Mastodon should have a page to promote a range of browser plugins that make interactions across instances easier. - Chrome: https://chrome.google.com/webstore/search/mastodon?hl=en - Firefox: https://addons.mozilla.org/en-US/firefox/search/?q=mastodon
the old line of code was looking at $_SERVER['PHP_SELF'] which only returns the /index.php file in the web directory and so dirname only returns / and thus only strips all...
$url_path = str_replace(dirname($_SERVER['PHP_SELF']), '', $this->requested_url); if $_SERVER['PHP_SELF'] is "/index.php" the the dirname is "/" if you do a string replace on "http://domain.com/some/route" with a dirname of "/" then the result...
# Fixes # (issue) ## Description dotenv from 2.0.0 to 16.4.5 changelog here. nothing breaking seems to effect this app. https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md _Please include a summary of the change and which...
# Fixes # (issue) ## Description upgrade cypress library _Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any...